Skip to content

ActiveDeviceMultiSiteOpenApiVO

Properties

Name Type Description Notes
ActivePairList []ActivePairMultiSiteOpenApiDTO
Category string It should be a value as follows: basic; ap; l2Switch; l3Switch; gateway

Methods

NewActiveDeviceMultiSiteOpenApiVO

func NewActiveDeviceMultiSiteOpenApiVO(activePairList []ActivePairMultiSiteOpenApiDTO, category string, ) *ActiveDeviceMultiSiteOpenApiVO

NewActiveDeviceMultiSiteOpenApiVO instantiates a new ActiveDeviceMultiSiteOpenApiVO 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

NewActiveDeviceMultiSiteOpenApiVOWithDefaults

func NewActiveDeviceMultiSiteOpenApiVOWithDefaults() *ActiveDeviceMultiSiteOpenApiVO

NewActiveDeviceMultiSiteOpenApiVOWithDefaults instantiates a new ActiveDeviceMultiSiteOpenApiVO 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

GetActivePairList

func (o *ActiveDeviceMultiSiteOpenApiVO) GetActivePairList() []ActivePairMultiSiteOpenApiDTO

GetActivePairList returns the ActivePairList field if non-nil, zero value otherwise.

GetActivePairListOk

func (o *ActiveDeviceMultiSiteOpenApiVO) GetActivePairListOk() (*[]ActivePairMultiSiteOpenApiDTO, bool)

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

SetActivePairList

func (o *ActiveDeviceMultiSiteOpenApiVO) SetActivePairList(v []ActivePairMultiSiteOpenApiDTO)

SetActivePairList sets ActivePairList field to given value.

GetCategory

func (o *ActiveDeviceMultiSiteOpenApiVO) GetCategory() string

GetCategory returns the Category field if non-nil, zero value otherwise.

GetCategoryOk

func (o *ActiveDeviceMultiSiteOpenApiVO) GetCategoryOk() (*string, bool)

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

SetCategory

func (o *ActiveDeviceMultiSiteOpenApiVO) SetCategory(v string)

SetCategory sets Category field to given value.

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