Skip to content

Latest commit

 

History

History
134 lines (73 loc) · 3.35 KB

InlinedZone.md

File metadata and controls

134 lines (73 loc) · 3.35 KB

InlinedZone

Properties

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

Methods

NewInlinedZone

func NewInlinedZone() *InlinedZone

NewInlinedZone instantiates a new InlinedZone 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

NewInlinedZoneWithDefaults

func NewInlinedZoneWithDefaults() *InlinedZone

NewInlinedZoneWithDefaults instantiates a new InlinedZone 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 *InlinedZone) GetId() int64

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

GetIdOk

func (o *InlinedZone) 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 *InlinedZone) SetId(v int64)

SetId sets Id field to given value.

HasId

func (o *InlinedZone) HasId() bool

HasId returns a boolean if a field has been set.

GetType

func (o *InlinedZone) GetType() string

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

GetTypeOk

func (o *InlinedZone) 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 *InlinedZone) SetType(v string)

SetType sets Type field to given value.

HasType

func (o *InlinedZone) HasType() bool

HasType returns a boolean if a field has been set.

GetName

func (o *InlinedZone) GetName() string

GetName returns the Name field if non-nil, zero value otherwise.

GetNameOk

func (o *InlinedZone) GetNameOk() (*string, bool)

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

SetName

func (o *InlinedZone) SetName(v string)

SetName sets Name field to given value.

HasName

func (o *InlinedZone) HasName() bool

HasName returns a boolean if a field has been set.

GetAbsoluteName

func (o *InlinedZone) GetAbsoluteName() string

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

GetAbsoluteNameOk

func (o *InlinedZone) 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 *InlinedZone) SetAbsoluteName(v string)

SetAbsoluteName sets AbsoluteName field to given value.

HasAbsoluteName

func (o *InlinedZone) HasAbsoluteName() bool

HasAbsoluteName returns a boolean if a field has been set.

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