Skip to content

Latest commit

 

History

History
134 lines (73 loc) · 3.69 KB

NetworkingProjectIpCreate.md

File metadata and controls

134 lines (73 loc) · 3.69 KB

NetworkingProjectIpCreate

Properties

Name Type Description Notes
Address Pointer to string [optional]
Network Pointer to string [optional]
PtrRecord Pointer to string [optional]
Tag Pointer to []Tag [optional]

Methods

NewNetworkingProjectIpCreate

func NewNetworkingProjectIpCreate() *NetworkingProjectIpCreate

NewNetworkingProjectIpCreate instantiates a new NetworkingProjectIpCreate 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

NewNetworkingProjectIpCreateWithDefaults

func NewNetworkingProjectIpCreateWithDefaults() *NetworkingProjectIpCreate

NewNetworkingProjectIpCreateWithDefaults instantiates a new NetworkingProjectIpCreate 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

GetAddress

func (o *NetworkingProjectIpCreate) GetAddress() string

GetAddress returns the Address field if non-nil, zero value otherwise.

GetAddressOk

func (o *NetworkingProjectIpCreate) GetAddressOk() (*string, bool)

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

SetAddress

func (o *NetworkingProjectIpCreate) SetAddress(v string)

SetAddress sets Address field to given value.

HasAddress

func (o *NetworkingProjectIpCreate) HasAddress() bool

HasAddress returns a boolean if a field has been set.

GetNetwork

func (o *NetworkingProjectIpCreate) GetNetwork() string

GetNetwork returns the Network field if non-nil, zero value otherwise.

GetNetworkOk

func (o *NetworkingProjectIpCreate) GetNetworkOk() (*string, bool)

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

SetNetwork

func (o *NetworkingProjectIpCreate) SetNetwork(v string)

SetNetwork sets Network field to given value.

HasNetwork

func (o *NetworkingProjectIpCreate) HasNetwork() bool

HasNetwork returns a boolean if a field has been set.

GetPtrRecord

func (o *NetworkingProjectIpCreate) GetPtrRecord() string

GetPtrRecord returns the PtrRecord field if non-nil, zero value otherwise.

GetPtrRecordOk

func (o *NetworkingProjectIpCreate) GetPtrRecordOk() (*string, bool)

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

SetPtrRecord

func (o *NetworkingProjectIpCreate) SetPtrRecord(v string)

SetPtrRecord sets PtrRecord field to given value.

HasPtrRecord

func (o *NetworkingProjectIpCreate) HasPtrRecord() bool

HasPtrRecord returns a boolean if a field has been set.

GetTag

func (o *NetworkingProjectIpCreate) GetTag() []Tag

GetTag returns the Tag field if non-nil, zero value otherwise.

GetTagOk

func (o *NetworkingProjectIpCreate) GetTagOk() (*[]Tag, bool)

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

SetTag

func (o *NetworkingProjectIpCreate) SetTag(v []Tag)

SetTag sets Tag field to given value.

HasTag

func (o *NetworkingProjectIpCreate) HasTag() bool

HasTag returns a boolean if a field has been set.

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