Skip to content

Latest commit

 

History

History
executable file
·
66 lines (37 loc) · 2.06 KB

ApiAPIToolPortmapOutput.md

File metadata and controls

executable file
·
66 lines (37 loc) · 2.06 KB

ApiAPIToolPortmapOutput

Properties

Name Type Description Notes
Ports Pointer to []ApiAPIToolPortmapOutputPort [optional]

Methods

NewApiAPIToolPortmapOutput

func NewApiAPIToolPortmapOutput() *ApiAPIToolPortmapOutput

NewApiAPIToolPortmapOutput instantiates a new ApiAPIToolPortmapOutput 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

NewApiAPIToolPortmapOutputWithDefaults

func NewApiAPIToolPortmapOutputWithDefaults() *ApiAPIToolPortmapOutput

NewApiAPIToolPortmapOutputWithDefaults instantiates a new ApiAPIToolPortmapOutput 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 *ApiAPIToolPortmapOutput) GetPorts() []ApiAPIToolPortmapOutputPort

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

GetPortsOk

func (o *ApiAPIToolPortmapOutput) GetPortsOk() (*[]ApiAPIToolPortmapOutputPort, 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 *ApiAPIToolPortmapOutput) SetPorts(v []ApiAPIToolPortmapOutputPort)

SetPorts sets Ports field to given value.

HasPorts

func (o *ApiAPIToolPortmapOutput) HasPorts() bool

HasPorts returns a boolean if a field has been set.

SetPortsNil

func (o *ApiAPIToolPortmapOutput) SetPortsNil(b bool)

SetPortsNil sets the value for Ports to be an explicit nil

UnsetPorts

func (o *ApiAPIToolPortmapOutput) UnsetPorts()

UnsetPorts ensures that no value is present for Ports, not even an explicit nil

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