Skip to content

Latest commit

 

History

History
51 lines (28 loc) · 1.7 KB

RemoveNetworkSwitchStackRequest.md

File metadata and controls

51 lines (28 loc) · 1.7 KB

RemoveNetworkSwitchStackRequest

Properties

Name Type Description Notes
Serial string The serial of the switch to be removed

Methods

NewRemoveNetworkSwitchStackRequest

func NewRemoveNetworkSwitchStackRequest(serial string, ) *RemoveNetworkSwitchStackRequest

NewRemoveNetworkSwitchStackRequest instantiates a new RemoveNetworkSwitchStackRequest 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

NewRemoveNetworkSwitchStackRequestWithDefaults

func NewRemoveNetworkSwitchStackRequestWithDefaults() *RemoveNetworkSwitchStackRequest

NewRemoveNetworkSwitchStackRequestWithDefaults instantiates a new RemoveNetworkSwitchStackRequest 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

GetSerial

func (o *RemoveNetworkSwitchStackRequest) GetSerial() string

GetSerial returns the Serial field if non-nil, zero value otherwise.

GetSerialOk

func (o *RemoveNetworkSwitchStackRequest) GetSerialOk() (*string, bool)

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

SetSerial

func (o *RemoveNetworkSwitchStackRequest) SetSerial(v string)

SetSerial sets Serial field to given value.

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