Skip to content

TopologyClientsQuery

Properties

Name Type Description Notes
DeviceMacs Pointer to []ClientsQueryMacAndFilterType Device macs. [optional]

Methods

NewTopologyClientsQuery

func NewTopologyClientsQuery() *TopologyClientsQuery

NewTopologyClientsQuery instantiates a new TopologyClientsQuery 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

NewTopologyClientsQueryWithDefaults

func NewTopologyClientsQueryWithDefaults() *TopologyClientsQuery

NewTopologyClientsQueryWithDefaults instantiates a new TopologyClientsQuery 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

GetDeviceMacs

func (o *TopologyClientsQuery) GetDeviceMacs() []ClientsQueryMacAndFilterType

GetDeviceMacs returns the DeviceMacs field if non-nil, zero value otherwise.

GetDeviceMacsOk

func (o *TopologyClientsQuery) GetDeviceMacsOk() (*[]ClientsQueryMacAndFilterType, bool)

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

SetDeviceMacs

func (o *TopologyClientsQuery) SetDeviceMacs(v []ClientsQueryMacAndFilterType)

SetDeviceMacs sets DeviceMacs field to given value.

HasDeviceMacs

func (o *TopologyClientsQuery) HasDeviceMacs() bool

HasDeviceMacs returns a boolean if a field has been set.

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