Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 0 additions & 22 deletions apiv4_3/api/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -146697,7 +146697,6 @@ components:
title: ' depth'
type: integer
required:
- _depth
- id
- name
- slug
Expand Down Expand Up @@ -147304,7 +147303,6 @@ components:
title: ' depth'
type: integer
required:
- _depth
- id
- name
- slug
Expand Down Expand Up @@ -148216,7 +148214,6 @@ components:
title: ' depth'
type: integer
required:
- _depth
- id
- name
- slug
Expand Down Expand Up @@ -148366,7 +148363,6 @@ components:
title: ' depth'
type: integer
required:
- _depth
- id
- name
- slug
Expand Down Expand Up @@ -148507,7 +148503,6 @@ components:
title: ' depth'
type: integer
required:
- _depth
- id
- name
- slug
Expand Down Expand Up @@ -149127,7 +149122,6 @@ components:
title: ' depth'
type: integer
required:
- _depth
- id
- name
- slug
Expand Down Expand Up @@ -153384,7 +153378,6 @@ components:
title: ' depth'
type: integer
required:
- _depth
- id
- last_updated
- name
Expand Down Expand Up @@ -155024,7 +155017,6 @@ components:
title: ' depth'
type: integer
required:
- _depth
- id
- last_updated
- name
Expand Down Expand Up @@ -159505,7 +159497,6 @@ components:
title: ' depth'
type: integer
required:
- _depth
- component
- device
- id
Expand Down Expand Up @@ -159835,7 +159826,6 @@ components:
title: ' depth'
type: integer
required:
- _depth
- component
- device_type
- id
Expand Down Expand Up @@ -160676,7 +160666,6 @@ components:
title: ' depth'
type: integer
required:
- _depth
- id
- last_updated
- name
Expand Down Expand Up @@ -161777,7 +161766,6 @@ components:
title: ' depth'
type: integer
required:
- _depth
- id
- name
- slug
Expand Down Expand Up @@ -162102,7 +162090,6 @@ components:
title: ' depth'
type: integer
required:
- _depth
- id
- name
- slug
Expand Down Expand Up @@ -162247,7 +162234,6 @@ components:
title: ' depth'
type: integer
required:
- _depth
- id
- name
- slug
Expand Down Expand Up @@ -162304,7 +162290,6 @@ components:
title: ' depth'
type: integer
required:
- _depth
- id
- name
- slug
Expand Down Expand Up @@ -162434,7 +162419,6 @@ components:
title: ' depth'
type: integer
required:
- _depth
- id
- name
- slug
Expand Down Expand Up @@ -162672,7 +162656,6 @@ components:
title: ' depth'
type: integer
required:
- _depth
- id
- name
- slug
Expand Down Expand Up @@ -189606,7 +189589,6 @@ components:
title: ' depth'
type: integer
required:
- _depth
- children
- family
- id
Expand Down Expand Up @@ -191734,7 +191716,6 @@ components:
title: ' depth'
type: integer
required:
- _depth
- id
- last_updated
- name
Expand Down Expand Up @@ -193019,7 +193000,6 @@ components:
title: ' depth'
type: integer
required:
- _depth
- id
- last_updated
- name
Expand Down Expand Up @@ -193793,7 +193773,6 @@ components:
title: ' depth'
type: integer
required:
- _depth
- id
- last_updated
- name
Expand Down Expand Up @@ -197635,7 +197614,6 @@ components:
title: ' depth'
type: integer
required:
- _depth
- id
- last_updated
- name
Expand Down
9 changes: 7 additions & 2 deletions apiv4_3/docs/BriefDeviceRole.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@ Name | Type | Description | Notes
**Description** | Pointer to **string** | | [optional]
**DeviceCount** | Pointer to **int32** | | [optional] [readonly] [default to 0]
**VirtualmachineCount** | Pointer to **int32** | | [optional] [readonly] [default to 0]
**Depth** | **int32** | | [readonly]
**Depth** | Pointer to **int32** | | [optional] [readonly]

## Methods

### NewBriefDeviceRole

`func NewBriefDeviceRole(id int32, url string, name string, slug string, depth int32, ) *BriefDeviceRole`
`func NewBriefDeviceRole(id int32, url string, name string, slug string, ) *BriefDeviceRole`

NewBriefDeviceRole instantiates a new BriefDeviceRole object
This constructor will assign default values to properties that have it defined,
Expand Down Expand Up @@ -232,6 +232,11 @@ and a boolean to check if the value has been set.

SetDepth sets Depth field to given value.

### HasDepth

`func (o *BriefDeviceRole) HasDepth() bool`

HasDepth returns a boolean if a field has been set.


[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
Expand Down
9 changes: 7 additions & 2 deletions apiv4_3/docs/BriefLocation.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@ Name | Type | Description | Notes
**Slug** | **string** | |
**Description** | Pointer to **string** | | [optional]
**RackCount** | Pointer to **int32** | | [optional] [readonly] [default to 0]
**Depth** | **int32** | | [readonly]
**Depth** | Pointer to **int32** | | [optional] [readonly]

## Methods

### NewBriefLocation

`func NewBriefLocation(id int32, url string, name string, slug string, depth int32, ) *BriefLocation`
`func NewBriefLocation(id int32, url string, name string, slug string, ) *BriefLocation`

NewBriefLocation instantiates a new BriefLocation object
This constructor will assign default values to properties that have it defined,
Expand Down Expand Up @@ -206,6 +206,11 @@ and a boolean to check if the value has been set.

SetDepth sets Depth field to given value.

### HasDepth

`func (o *BriefLocation) HasDepth() bool`

HasDepth returns a boolean if a field has been set.


[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
Expand Down
9 changes: 7 additions & 2 deletions apiv4_3/docs/BriefRegion.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@ Name | Type | Description | Notes
**Slug** | **string** | |
**Description** | Pointer to **string** | | [optional]
**SiteCount** | Pointer to **int32** | | [optional] [readonly] [default to 0]
**Depth** | **int32** | | [readonly]
**Depth** | Pointer to **int32** | | [optional] [readonly]

## Methods

### NewBriefRegion

`func NewBriefRegion(id int32, url string, name string, slug string, depth int32, ) *BriefRegion`
`func NewBriefRegion(id int32, url string, name string, slug string, ) *BriefRegion`

NewBriefRegion instantiates a new BriefRegion object
This constructor will assign default values to properties that have it defined,
Expand Down Expand Up @@ -206,6 +206,11 @@ and a boolean to check if the value has been set.

SetDepth sets Depth field to given value.

### HasDepth

`func (o *BriefRegion) HasDepth() bool`

HasDepth returns a boolean if a field has been set.


[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
Expand Down
9 changes: 7 additions & 2 deletions apiv4_3/docs/BriefSiteGroup.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@ Name | Type | Description | Notes
**Slug** | **string** | |
**Description** | Pointer to **string** | | [optional]
**SiteCount** | Pointer to **int32** | | [optional] [readonly] [default to 0]
**Depth** | **int32** | | [readonly]
**Depth** | Pointer to **int32** | | [optional] [readonly]

## Methods

### NewBriefSiteGroup

`func NewBriefSiteGroup(id int32, url string, name string, slug string, depth int32, ) *BriefSiteGroup`
`func NewBriefSiteGroup(id int32, url string, name string, slug string, ) *BriefSiteGroup`

NewBriefSiteGroup instantiates a new BriefSiteGroup object
This constructor will assign default values to properties that have it defined,
Expand Down Expand Up @@ -206,6 +206,11 @@ and a boolean to check if the value has been set.

SetDepth sets Depth field to given value.

### HasDepth

`func (o *BriefSiteGroup) HasDepth() bool`

HasDepth returns a boolean if a field has been set.


[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
Expand Down
9 changes: 7 additions & 2 deletions apiv4_3/docs/BriefTenantGroup.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@ Name | Type | Description | Notes
**Slug** | **string** | |
**Description** | Pointer to **string** | | [optional]
**TenantCount** | Pointer to **int32** | | [optional] [readonly] [default to 0]
**Depth** | **int32** | | [readonly]
**Depth** | Pointer to **int32** | | [optional] [readonly]

## Methods

### NewBriefTenantGroup

`func NewBriefTenantGroup(id int32, url string, name string, slug string, depth int32, ) *BriefTenantGroup`
`func NewBriefTenantGroup(id int32, url string, name string, slug string, ) *BriefTenantGroup`

NewBriefTenantGroup instantiates a new BriefTenantGroup object
This constructor will assign default values to properties that have it defined,
Expand Down Expand Up @@ -206,6 +206,11 @@ and a boolean to check if the value has been set.

SetDepth sets Depth field to given value.

### HasDepth

`func (o *BriefTenantGroup) HasDepth() bool`

HasDepth returns a boolean if a field has been set.


[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
Expand Down
9 changes: 7 additions & 2 deletions apiv4_3/docs/BriefWirelessLANGroup.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@ Name | Type | Description | Notes
**Slug** | **string** | |
**Description** | Pointer to **string** | | [optional]
**WirelesslanCount** | Pointer to **int32** | | [optional] [readonly] [default to 0]
**Depth** | **int32** | | [readonly]
**Depth** | Pointer to **int32** | | [optional] [readonly]

## Methods

### NewBriefWirelessLANGroup

`func NewBriefWirelessLANGroup(id int32, url string, name string, slug string, depth int32, ) *BriefWirelessLANGroup`
`func NewBriefWirelessLANGroup(id int32, url string, name string, slug string, ) *BriefWirelessLANGroup`

NewBriefWirelessLANGroup instantiates a new BriefWirelessLANGroup object
This constructor will assign default values to properties that have it defined,
Expand Down Expand Up @@ -206,6 +206,11 @@ and a boolean to check if the value has been set.

SetDepth sets Depth field to given value.

### HasDepth

`func (o *BriefWirelessLANGroup) HasDepth() bool`

HasDepth returns a boolean if a field has been set.


[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
Expand Down
9 changes: 7 additions & 2 deletions apiv4_3/docs/ContactGroup.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,13 @@ Name | Type | Description | Notes
**LastUpdated** | **NullableTime** | | [readonly]
**ContactCount** | Pointer to **int32** | | [optional] [readonly] [default to 0]
**Comments** | Pointer to **string** | | [optional]
**Depth** | **int32** | | [readonly]
**Depth** | Pointer to **int32** | | [optional] [readonly]

## Methods

### NewContactGroup

`func NewContactGroup(id int32, url string, name string, slug string, lastUpdated NullableTime, depth int32, ) *ContactGroup`
`func NewContactGroup(id int32, url string, name string, slug string, lastUpdated NullableTime, ) *ContactGroup`

NewContactGroup instantiates a new ContactGroup object
This constructor will assign default values to properties that have it defined,
Expand Down Expand Up @@ -413,6 +413,11 @@ and a boolean to check if the value has been set.

SetDepth sets Depth field to given value.

### HasDepth

`func (o *ContactGroup) HasDepth() bool`

HasDepth returns a boolean if a field has been set.


[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
Expand Down
9 changes: 7 additions & 2 deletions apiv4_3/docs/DeviceRole.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,13 @@ Name | Type | Description | Notes
**DeviceCount** | Pointer to **int32** | | [optional] [readonly] [default to 0]
**VirtualmachineCount** | Pointer to **int32** | | [optional] [readonly] [default to 0]
**Comments** | Pointer to **string** | | [optional]
**Depth** | **int32** | | [readonly]
**Depth** | Pointer to **int32** | | [optional] [readonly]

## Methods

### NewDeviceRole

`func NewDeviceRole(id int32, url string, name string, slug string, lastUpdated NullableTime, depth int32, ) *DeviceRole`
`func NewDeviceRole(id int32, url string, name string, slug string, lastUpdated NullableTime, ) *DeviceRole`

NewDeviceRole instantiates a new DeviceRole object
This constructor will assign default values to properties that have it defined,
Expand Down Expand Up @@ -527,6 +527,11 @@ and a boolean to check if the value has been set.

SetDepth sets Depth field to given value.

### HasDepth

`func (o *DeviceRole) HasDepth() bool`

HasDepth returns a boolean if a field has been set.


[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
Expand Down
Loading