Skip to content

Latest commit

 

History

History
56 lines (31 loc) · 1.83 KB

CycleDeviceSwitchPorts200Response.md

File metadata and controls

56 lines (31 loc) · 1.83 KB

CycleDeviceSwitchPorts200Response

Properties

Name Type Description Notes
Ports Pointer to []string List of switch ports [optional]

Methods

NewCycleDeviceSwitchPorts200Response

func NewCycleDeviceSwitchPorts200Response() *CycleDeviceSwitchPorts200Response

NewCycleDeviceSwitchPorts200Response instantiates a new CycleDeviceSwitchPorts200Response 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

NewCycleDeviceSwitchPorts200ResponseWithDefaults

func NewCycleDeviceSwitchPorts200ResponseWithDefaults() *CycleDeviceSwitchPorts200Response

NewCycleDeviceSwitchPorts200ResponseWithDefaults instantiates a new CycleDeviceSwitchPorts200Response 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

GetPorts

func (o *CycleDeviceSwitchPorts200Response) GetPorts() []string

GetPorts returns the Ports field if non-nil, zero value otherwise.

GetPortsOk

func (o *CycleDeviceSwitchPorts200Response) GetPortsOk() (*[]string, bool)

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

SetPorts

func (o *CycleDeviceSwitchPorts200Response) SetPorts(v []string)

SetPorts sets Ports field to given value.

HasPorts

func (o *CycleDeviceSwitchPorts200Response) HasPorts() bool

HasPorts returns a boolean if a field has been set.

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