| Name | Type | Description | Notes |
|---|---|---|---|
| PtrRecord | Pointer to string | [optional] |
func NewNetworkingProjectIpUpdate() *NetworkingProjectIpUpdate
NewNetworkingProjectIpUpdate instantiates a new NetworkingProjectIpUpdate 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 NewNetworkingProjectIpUpdateWithDefaults() *NetworkingProjectIpUpdate
NewNetworkingProjectIpUpdateWithDefaults instantiates a new NetworkingProjectIpUpdate 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 *NetworkingProjectIpUpdate) GetPtrRecord() string
GetPtrRecord returns the PtrRecord field if non-nil, zero value otherwise.
func (o *NetworkingProjectIpUpdate) 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 *NetworkingProjectIpUpdate) SetPtrRecord(v string)
SetPtrRecord sets PtrRecord field to given value.
func (o *NetworkingProjectIpUpdate) HasPtrRecord() bool
HasPtrRecord returns a boolean if a field has been set.