Skip to content

Latest commit

 

History

History
56 lines (31 loc) · 1.75 KB

File metadata and controls

56 lines (31 loc) · 1.75 KB

NetworkingProjectIpUpdate

Properties

Name Type Description Notes
PtrRecord Pointer to string [optional]

Methods

NewNetworkingProjectIpUpdate

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

NewNetworkingProjectIpUpdateWithDefaults

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

GetPtrRecord

func (o *NetworkingProjectIpUpdate) GetPtrRecord() string

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

GetPtrRecordOk

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.

SetPtrRecord

func (o *NetworkingProjectIpUpdate) SetPtrRecord(v string)

SetPtrRecord sets PtrRecord field to given value.

HasPtrRecord

func (o *NetworkingProjectIpUpdate) HasPtrRecord() bool

HasPtrRecord returns a boolean if a field has been set.

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