Skip to content

OswCableTestTestingPortOpenApiVO

Properties

Name Type Description Notes
PortList Pointer to []OswBriefPortInfoOpenApiVO Port list [optional]

Methods

NewOswCableTestTestingPortOpenApiVO

func NewOswCableTestTestingPortOpenApiVO() *OswCableTestTestingPortOpenApiVO

NewOswCableTestTestingPortOpenApiVO instantiates a new OswCableTestTestingPortOpenApiVO 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

NewOswCableTestTestingPortOpenApiVOWithDefaults

func NewOswCableTestTestingPortOpenApiVOWithDefaults() *OswCableTestTestingPortOpenApiVO

NewOswCableTestTestingPortOpenApiVOWithDefaults instantiates a new OswCableTestTestingPortOpenApiVO 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

GetPortList

func (o *OswCableTestTestingPortOpenApiVO) GetPortList() []OswBriefPortInfoOpenApiVO

GetPortList returns the PortList field if non-nil, zero value otherwise.

GetPortListOk

func (o *OswCableTestTestingPortOpenApiVO) GetPortListOk() (*[]OswBriefPortInfoOpenApiVO, bool)

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

SetPortList

func (o *OswCableTestTestingPortOpenApiVO) SetPortList(v []OswBriefPortInfoOpenApiVO)

SetPortList sets PortList field to given value.

HasPortList

func (o *OswCableTestTestingPortOpenApiVO) HasPortList() bool

HasPortList returns a boolean if a field has been set.

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