Skip to content

MlagSupportOswVO

Properties

Name Type Description Notes
AdoptedSwitches Pointer to []MlagAdoptOswVO [optional]

Methods

NewMlagSupportOswVO

func NewMlagSupportOswVO() *MlagSupportOswVO

NewMlagSupportOswVO instantiates a new MlagSupportOswVO 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

NewMlagSupportOswVOWithDefaults

func NewMlagSupportOswVOWithDefaults() *MlagSupportOswVO

NewMlagSupportOswVOWithDefaults instantiates a new MlagSupportOswVO 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

GetAdoptedSwitches

func (o *MlagSupportOswVO) GetAdoptedSwitches() []MlagAdoptOswVO

GetAdoptedSwitches returns the AdoptedSwitches field if non-nil, zero value otherwise.

GetAdoptedSwitchesOk

func (o *MlagSupportOswVO) GetAdoptedSwitchesOk() (*[]MlagAdoptOswVO, bool)

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

SetAdoptedSwitches

func (o *MlagSupportOswVO) SetAdoptedSwitches(v []MlagAdoptOswVO)

SetAdoptedSwitches sets AdoptedSwitches field to given value.

HasAdoptedSwitches

func (o *MlagSupportOswVO) HasAdoptedSwitches() bool

HasAdoptedSwitches returns a boolean if a field has been set.

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