ClearCountersVO
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| PortList | []PortParamVO |
Methods
NewClearCountersVO
func NewClearCountersVO(portList []PortParamVO, ) *ClearCountersVO
NewClearCountersVO instantiates a new ClearCountersVO 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
NewClearCountersVOWithDefaults
func NewClearCountersVOWithDefaults() *ClearCountersVO
NewClearCountersVOWithDefaults instantiates a new ClearCountersVO 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 *ClearCountersVO) GetPortList() []PortParamVO
GetPortList returns the PortList field if non-nil, zero value otherwise.
GetPortListOk
func (o *ClearCountersVO) GetPortListOk() (*[]PortParamVO, 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 *ClearCountersVO) SetPortList(v []PortParamVO)
SetPortList sets PortList field to given value.