Skip to content

Latest commit

 

History

History
72 lines (39 loc) · 2.28 KB

DeviceGroupsIdResponse.md

File metadata and controls

72 lines (39 loc) · 2.28 KB

DeviceGroupsIdResponse

Properties

Name Type Description Notes
Results DeviceGroupsResultResponse
SchemaVersion int64

Methods

NewDeviceGroupsIdResponse

func NewDeviceGroupsIdResponse(results DeviceGroupsResultResponse, schemaVersion int64, ) *DeviceGroupsIdResponse

NewDeviceGroupsIdResponse instantiates a new DeviceGroupsIdResponse 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

NewDeviceGroupsIdResponseWithDefaults

func NewDeviceGroupsIdResponseWithDefaults() *DeviceGroupsIdResponse

NewDeviceGroupsIdResponseWithDefaults instantiates a new DeviceGroupsIdResponse 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

GetResults

func (o *DeviceGroupsIdResponse) GetResults() DeviceGroupsResultResponse

GetResults returns the Results field if non-nil, zero value otherwise.

GetResultsOk

func (o *DeviceGroupsIdResponse) GetResultsOk() (*DeviceGroupsResultResponse, bool)

GetResultsOk returns a tuple with the Results field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetResults

func (o *DeviceGroupsIdResponse) SetResults(v DeviceGroupsResultResponse)

SetResults sets Results field to given value.

GetSchemaVersion

func (o *DeviceGroupsIdResponse) GetSchemaVersion() int64

GetSchemaVersion returns the SchemaVersion field if non-nil, zero value otherwise.

GetSchemaVersionOk

func (o *DeviceGroupsIdResponse) GetSchemaVersionOk() (*int64, bool)

GetSchemaVersionOk returns a tuple with the SchemaVersion field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetSchemaVersion

func (o *DeviceGroupsIdResponse) SetSchemaVersion(v int64)

SetSchemaVersion sets SchemaVersion field to given value.

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