Skip to content

Latest commit

 

History

History
56 lines (31 loc) · 1.81 KB

File metadata and controls

56 lines (31 loc) · 1.81 KB

NetworkingProjectNetgwAttach

Properties

Name Type Description Notes
Private Pointer to NetgwPrivate [optional]

Methods

NewNetworkingProjectNetgwAttach

func NewNetworkingProjectNetgwAttach() *NetworkingProjectNetgwAttach

NewNetworkingProjectNetgwAttach instantiates a new NetworkingProjectNetgwAttach 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

NewNetworkingProjectNetgwAttachWithDefaults

func NewNetworkingProjectNetgwAttachWithDefaults() *NetworkingProjectNetgwAttach

NewNetworkingProjectNetgwAttachWithDefaults instantiates a new NetworkingProjectNetgwAttach 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

GetPrivate

func (o *NetworkingProjectNetgwAttach) GetPrivate() NetgwPrivate

GetPrivate returns the Private field if non-nil, zero value otherwise.

GetPrivateOk

func (o *NetworkingProjectNetgwAttach) GetPrivateOk() (*NetgwPrivate, bool)

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

SetPrivate

func (o *NetworkingProjectNetgwAttach) SetPrivate(v NetgwPrivate)

SetPrivate sets Private field to given value.

HasPrivate

func (o *NetworkingProjectNetgwAttach) HasPrivate() bool

HasPrivate returns a boolean if a field has been set.

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