Skip to content

Latest commit

 

History

History
56 lines (31 loc) · 1.97 KB

ListDeviceConfigVersionsResponse.md

File metadata and controls

56 lines (31 loc) · 1.97 KB

ListDeviceConfigVersionsResponse

Properties

Name Type Description Notes
DeviceConfigs Pointer to []DeviceConfig [optional]

Methods

NewListDeviceConfigVersionsResponse

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

NewListDeviceConfigVersionsResponseWithDefaults

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

GetDeviceConfigs

func (o *ListDeviceConfigVersionsResponse) GetDeviceConfigs() []DeviceConfig

GetDeviceConfigs returns the DeviceConfigs field if non-nil, zero value otherwise.

GetDeviceConfigsOk

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.

SetDeviceConfigs

func (o *ListDeviceConfigVersionsResponse) SetDeviceConfigs(v []DeviceConfig)

SetDeviceConfigs sets DeviceConfigs field to given value.

HasDeviceConfigs

func (o *ListDeviceConfigVersionsResponse) HasDeviceConfigs() bool

HasDeviceConfigs returns a boolean if a field has been set.

[Back to Model list] [Back to API list] [Back to README]