Skip to content

Latest commit

 

History

History
56 lines (31 loc) · 2.21 KB

GetNetworkVlanProfilesAssignmentsByDevice200ResponseInnerStack.md

File metadata and controls

56 lines (31 loc) · 2.21 KB

GetNetworkVlanProfilesAssignmentsByDevice200ResponseInnerStack

Properties

Name Type Description Notes
Id Pointer to string ID of the Switch Stack [optional]

Methods

NewGetNetworkVlanProfilesAssignmentsByDevice200ResponseInnerStack

func NewGetNetworkVlanProfilesAssignmentsByDevice200ResponseInnerStack() *GetNetworkVlanProfilesAssignmentsByDevice200ResponseInnerStack

NewGetNetworkVlanProfilesAssignmentsByDevice200ResponseInnerStack instantiates a new GetNetworkVlanProfilesAssignmentsByDevice200ResponseInnerStack 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

NewGetNetworkVlanProfilesAssignmentsByDevice200ResponseInnerStackWithDefaults

func NewGetNetworkVlanProfilesAssignmentsByDevice200ResponseInnerStackWithDefaults() *GetNetworkVlanProfilesAssignmentsByDevice200ResponseInnerStack

NewGetNetworkVlanProfilesAssignmentsByDevice200ResponseInnerStackWithDefaults instantiates a new GetNetworkVlanProfilesAssignmentsByDevice200ResponseInnerStack 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

GetId

func (o *GetNetworkVlanProfilesAssignmentsByDevice200ResponseInnerStack) GetId() string

GetId returns the Id field if non-nil, zero value otherwise.

GetIdOk

func (o *GetNetworkVlanProfilesAssignmentsByDevice200ResponseInnerStack) GetIdOk() (*string, bool)

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

SetId

func (o *GetNetworkVlanProfilesAssignmentsByDevice200ResponseInnerStack) SetId(v string)

SetId sets Id field to given value.

HasId

func (o *GetNetworkVlanProfilesAssignmentsByDevice200ResponseInnerStack) HasId() bool

HasId returns a boolean if a field has been set.

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