Skip to content

Latest commit

 

History

History
108 lines (59 loc) · 3.07 KB

LinkedLinkableHostRecord.md

File metadata and controls

108 lines (59 loc) · 3.07 KB

LinkedLinkableHostRecord

Properties

Name Type Description Notes
Id Pointer to int64 The resource identifier. [optional]
Type Pointer to string The resource type. [optional]
AbsoluteName Pointer to string The fully qualified domain name of the resource record. [optional]

Methods

NewLinkedLinkableHostRecord

func NewLinkedLinkableHostRecord() *LinkedLinkableHostRecord

NewLinkedLinkableHostRecord instantiates a new LinkedLinkableHostRecord 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

NewLinkedLinkableHostRecordWithDefaults

func NewLinkedLinkableHostRecordWithDefaults() *LinkedLinkableHostRecord

NewLinkedLinkableHostRecordWithDefaults instantiates a new LinkedLinkableHostRecord 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

GetId

func (o *LinkedLinkableHostRecord) GetId() int64

GetId returns the Id field if non-nil, zero value otherwise.

GetIdOk

func (o *LinkedLinkableHostRecord) GetIdOk() (*int64, bool)

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

SetId

func (o *LinkedLinkableHostRecord) SetId(v int64)

SetId sets Id field to given value.

HasId

func (o *LinkedLinkableHostRecord) HasId() bool

HasId returns a boolean if a field has been set.

GetType

func (o *LinkedLinkableHostRecord) GetType() string

GetType returns the Type field if non-nil, zero value otherwise.

GetTypeOk

func (o *LinkedLinkableHostRecord) GetTypeOk() (*string, bool)

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

SetType

func (o *LinkedLinkableHostRecord) SetType(v string)

SetType sets Type field to given value.

HasType

func (o *LinkedLinkableHostRecord) HasType() bool

HasType returns a boolean if a field has been set.

GetAbsoluteName

func (o *LinkedLinkableHostRecord) GetAbsoluteName() string

GetAbsoluteName returns the AbsoluteName field if non-nil, zero value otherwise.

GetAbsoluteNameOk

func (o *LinkedLinkableHostRecord) GetAbsoluteNameOk() (*string, bool)

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

SetAbsoluteName

func (o *LinkedLinkableHostRecord) SetAbsoluteName(v string)

SetAbsoluteName sets AbsoluteName field to given value.

HasAbsoluteName

func (o *LinkedLinkableHostRecord) HasAbsoluteName() bool

HasAbsoluteName returns a boolean if a field has been set.

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