Name | Type | Description | Notes |
---|---|---|---|
DeviceConfigs | Pointer to []DeviceConfig | [optional] |
func NewListDeviceConfigVersionsResponse() *ListDeviceConfigVersionsResponse
NewListDeviceConfigVersionsResponse instantiates a new ListDeviceConfigVersionsResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewListDeviceConfigVersionsResponseWithDefaults() *ListDeviceConfigVersionsResponse
NewListDeviceConfigVersionsResponseWithDefaults instantiates a new ListDeviceConfigVersionsResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (o *ListDeviceConfigVersionsResponse) GetDeviceConfigs() []DeviceConfig
GetDeviceConfigs returns the DeviceConfigs field if non-nil, zero value otherwise.
func (o *ListDeviceConfigVersionsResponse) GetDeviceConfigsOk() (*[]DeviceConfig, bool)
GetDeviceConfigsOk returns a tuple with the DeviceConfigs field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ListDeviceConfigVersionsResponse) SetDeviceConfigs(v []DeviceConfig)
SetDeviceConfigs sets DeviceConfigs field to given value.
func (o *ListDeviceConfigVersionsResponse) HasDeviceConfigs() bool
HasDeviceConfigs returns a boolean if a field has been set.