Skip to content

OswDeviceTemplateIdListVO

Properties

Name Type Description Notes
SwitchDeviceTemplateIdList Pointer to []string [optional]

Methods

NewOswDeviceTemplateIdListVO

func NewOswDeviceTemplateIdListVO() *OswDeviceTemplateIdListVO

NewOswDeviceTemplateIdListVO instantiates a new OswDeviceTemplateIdListVO 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

NewOswDeviceTemplateIdListVOWithDefaults

func NewOswDeviceTemplateIdListVOWithDefaults() *OswDeviceTemplateIdListVO

NewOswDeviceTemplateIdListVOWithDefaults instantiates a new OswDeviceTemplateIdListVO 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

GetSwitchDeviceTemplateIdList

func (o *OswDeviceTemplateIdListVO) GetSwitchDeviceTemplateIdList() []string

GetSwitchDeviceTemplateIdList returns the SwitchDeviceTemplateIdList field if non-nil, zero value otherwise.

GetSwitchDeviceTemplateIdListOk

func (o *OswDeviceTemplateIdListVO) GetSwitchDeviceTemplateIdListOk() (*[]string, bool)

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

SetSwitchDeviceTemplateIdList

func (o *OswDeviceTemplateIdListVO) SetSwitchDeviceTemplateIdList(v []string)

SetSwitchDeviceTemplateIdList sets SwitchDeviceTemplateIdList field to given value.

HasSwitchDeviceTemplateIdList

func (o *OswDeviceTemplateIdListVO) HasSwitchDeviceTemplateIdList() bool

HasSwitchDeviceTemplateIdList returns a boolean if a field has been set.

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