| Name | Type | Description | Notes |
|---|---|---|---|
| Private | Pointer to NetgwPrivate | [optional] |
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
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
func (o *NetworkingProjectNetgwAttach) GetPrivate() NetgwPrivate
GetPrivate returns the Private field if non-nil, zero value otherwise.
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.
func (o *NetworkingProjectNetgwAttach) SetPrivate(v NetgwPrivate)
SetPrivate sets Private field to given value.
func (o *NetworkingProjectNetgwAttach) HasPrivate() bool
HasPrivate returns a boolean if a field has been set.