Name | Type | Description | Notes |
---|---|---|---|
Address | Pointer to string | [optional] | |
Network | Pointer to string | [optional] | |
PtrRecord | Pointer to string | [optional] | |
Tag | Pointer to []Tag | [optional] |
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
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
func (o *NetworkingProjectIpCreate) GetAddress() string
GetAddress returns the Address field if non-nil, zero value otherwise.
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.
func (o *NetworkingProjectIpCreate) SetAddress(v string)
SetAddress sets Address field to given value.
func (o *NetworkingProjectIpCreate) HasAddress() bool
HasAddress returns a boolean if a field has been set.
func (o *NetworkingProjectIpCreate) GetNetwork() string
GetNetwork returns the Network field if non-nil, zero value otherwise.
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.
func (o *NetworkingProjectIpCreate) SetNetwork(v string)
SetNetwork sets Network field to given value.
func (o *NetworkingProjectIpCreate) HasNetwork() bool
HasNetwork returns a boolean if a field has been set.
func (o *NetworkingProjectIpCreate) GetPtrRecord() string
GetPtrRecord returns the PtrRecord field if non-nil, zero value otherwise.
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.
func (o *NetworkingProjectIpCreate) SetPtrRecord(v string)
SetPtrRecord sets PtrRecord field to given value.
func (o *NetworkingProjectIpCreate) HasPtrRecord() bool
HasPtrRecord returns a boolean if a field has been set.
func (o *NetworkingProjectIpCreate) GetTag() []Tag
GetTag returns the Tag field if non-nil, zero value otherwise.
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.
func (o *NetworkingProjectIpCreate) SetTag(v []Tag)
SetTag sets Tag field to given value.
func (o *NetworkingProjectIpCreate) HasTag() bool
HasTag returns a boolean if a field has been set.