Skip to content

Latest commit

 

History

History
134 lines (73 loc) · 4.72 KB

GetReconciliationPolicyDiscoveredDevices200Response.md

File metadata and controls

134 lines (73 loc) · 4.72 KB

GetReconciliationPolicyDiscoveredDevices200Response

Properties

Name Type Description Notes
Links Pointer to CollectionHalLinks [optional]
Count Pointer to int32 [optional] [readonly]
TotalCount Pointer to int32 [optional] [readonly]
Data Pointer to []GetReconciliationPolicyDiscoveredDevices200ResponseDataInner [optional] [readonly]

Methods

NewGetReconciliationPolicyDiscoveredDevices200Response

func NewGetReconciliationPolicyDiscoveredDevices200Response() *GetReconciliationPolicyDiscoveredDevices200Response

NewGetReconciliationPolicyDiscoveredDevices200Response instantiates a new GetReconciliationPolicyDiscoveredDevices200Response 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

NewGetReconciliationPolicyDiscoveredDevices200ResponseWithDefaults

func NewGetReconciliationPolicyDiscoveredDevices200ResponseWithDefaults() *GetReconciliationPolicyDiscoveredDevices200Response

NewGetReconciliationPolicyDiscoveredDevices200ResponseWithDefaults instantiates a new GetReconciliationPolicyDiscoveredDevices200Response 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

GetLinks

func (o *GetReconciliationPolicyDiscoveredDevices200Response) GetLinks() CollectionHalLinks

GetLinks returns the Links field if non-nil, zero value otherwise.

GetLinksOk

func (o *GetReconciliationPolicyDiscoveredDevices200Response) GetLinksOk() (*CollectionHalLinks, bool)

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

SetLinks

func (o *GetReconciliationPolicyDiscoveredDevices200Response) SetLinks(v CollectionHalLinks)

SetLinks sets Links field to given value.

HasLinks

func (o *GetReconciliationPolicyDiscoveredDevices200Response) HasLinks() bool

HasLinks returns a boolean if a field has been set.

GetCount

func (o *GetReconciliationPolicyDiscoveredDevices200Response) GetCount() int32

GetCount returns the Count field if non-nil, zero value otherwise.

GetCountOk

func (o *GetReconciliationPolicyDiscoveredDevices200Response) GetCountOk() (*int32, bool)

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

SetCount

func (o *GetReconciliationPolicyDiscoveredDevices200Response) SetCount(v int32)

SetCount sets Count field to given value.

HasCount

func (o *GetReconciliationPolicyDiscoveredDevices200Response) HasCount() bool

HasCount returns a boolean if a field has been set.

GetTotalCount

func (o *GetReconciliationPolicyDiscoveredDevices200Response) GetTotalCount() int32

GetTotalCount returns the TotalCount field if non-nil, zero value otherwise.

GetTotalCountOk

func (o *GetReconciliationPolicyDiscoveredDevices200Response) GetTotalCountOk() (*int32, bool)

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

SetTotalCount

func (o *GetReconciliationPolicyDiscoveredDevices200Response) SetTotalCount(v int32)

SetTotalCount sets TotalCount field to given value.

HasTotalCount

func (o *GetReconciliationPolicyDiscoveredDevices200Response) HasTotalCount() bool

HasTotalCount returns a boolean if a field has been set.

GetData

func (o *GetReconciliationPolicyDiscoveredDevices200Response) GetData() []GetReconciliationPolicyDiscoveredDevices200ResponseDataInner

GetData returns the Data field if non-nil, zero value otherwise.

GetDataOk

func (o *GetReconciliationPolicyDiscoveredDevices200Response) GetDataOk() (*[]GetReconciliationPolicyDiscoveredDevices200ResponseDataInner, bool)

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

SetData

func (o *GetReconciliationPolicyDiscoveredDevices200Response) SetData(v []GetReconciliationPolicyDiscoveredDevices200ResponseDataInner)

SetData sets Data field to given value.

HasData

func (o *GetReconciliationPolicyDiscoveredDevices200Response) HasData() bool

HasData returns a boolean if a field has been set.

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