@@ -22,7 +22,7 @@ Name | Type | Description | Notes
2222** Face** | Pointer to [ ** DeviceFace** ] ( DeviceFace.md ) | | [ optional]
2323** Latitude** | Pointer to ** NullableFloat64** | GPS coordinate in decimal format (xx.yyyyyy) | [ optional]
2424** Longitude** | Pointer to ** NullableFloat64** | GPS coordinate in decimal format (xx.yyyyyy) | [ optional]
25- ** ParentDevice** | [ ** NestedDevice ** ] ( NestedDevice.md ) | | [ readonly]
25+ ** ParentDevice** | [ ** NullableNestedDevice ** ] ( NestedDevice.md ) | | [ readonly]
2626** Status** | Pointer to [ ** DeviceStatus** ] ( DeviceStatus.md ) | | [ optional]
2727** Airflow** | Pointer to [ ** DeviceAirflow** ] ( DeviceAirflow.md ) | | [ optional]
2828** PrimaryIp** | [ ** NestedIPAddress** ] ( NestedIPAddress.md ) | | [ readonly]
@@ -57,7 +57,7 @@ Name | Type | Description | Notes
5757
5858### NewDeviceWithConfigContext
5959
60- ` func NewDeviceWithConfigContext(id int32, url string, display string, deviceType NestedDeviceType, role NestedDeviceRole, deviceRole DeviceDeviceRole, site NestedSite, parentDevice NestedDevice , primaryIp NestedIPAddress, configContext interface{}, created NullableTime, lastUpdated NullableTime, consolePortCount int32, consoleServerPortCount int32, powerPortCount int32, powerOutletCount int32, interfaceCount int32, frontPortCount int32, rearPortCount int32, deviceBayCount int32, moduleBayCount int32, inventoryItemCount int32, ) *DeviceWithConfigContext `
60+ ` func NewDeviceWithConfigContext(id int32, url string, display string, deviceType NestedDeviceType, role NestedDeviceRole, deviceRole DeviceDeviceRole, site NestedSite, parentDevice NullableNestedDevice , primaryIp NestedIPAddress, configContext interface{}, created NullableTime, lastUpdated NullableTime, consolePortCount int32, consoleServerPortCount int32, powerPortCount int32, powerOutletCount int32, interfaceCount int32, frontPortCount int32, rearPortCount int32, deviceBayCount int32, moduleBayCount int32, inventoryItemCount int32, ) *DeviceWithConfigContext `
6161
6262NewDeviceWithConfigContext instantiates a new DeviceWithConfigContext object
6363This constructor will assign default values to properties that have it defined,
@@ -597,6 +597,16 @@ and a boolean to check if the value has been set.
597597SetParentDevice sets ParentDevice field to given value.
598598
599599
600+ ### SetParentDeviceNil
601+
602+ ` func (o *DeviceWithConfigContext) SetParentDeviceNil(b bool) `
603+
604+ SetParentDeviceNil sets the value for ParentDevice to be an explicit nil
605+
606+ ### UnsetParentDevice
607+ ` func (o *DeviceWithConfigContext) UnsetParentDevice() `
608+
609+ UnsetParentDevice ensures that no value is present for ParentDevice, not even an explicit nil
600610### GetStatus
601611
602612` func (o *DeviceWithConfigContext) GetStatus() DeviceStatus `
0 commit comments