Skip to content

Latest commit

 

History

History
134 lines (73 loc) · 3.63 KB

InlinedDHCPUniqueIdentifier.md

File metadata and controls

134 lines (73 loc) · 3.63 KB

InlinedDHCPUniqueIdentifier

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]
Duid Pointer to string The DHCP unique identifier. [optional]

Methods

NewInlinedDHCPUniqueIdentifier

func NewInlinedDHCPUniqueIdentifier() *InlinedDHCPUniqueIdentifier

NewInlinedDHCPUniqueIdentifier instantiates a new InlinedDHCPUniqueIdentifier 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

NewInlinedDHCPUniqueIdentifierWithDefaults

func NewInlinedDHCPUniqueIdentifierWithDefaults() *InlinedDHCPUniqueIdentifier

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

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

GetIdOk

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

SetId sets Id field to given value.

HasId

func (o *InlinedDHCPUniqueIdentifier) HasId() bool

HasId returns a boolean if a field has been set.

GetType

func (o *InlinedDHCPUniqueIdentifier) GetType() string

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

GetTypeOk

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

SetType sets Type field to given value.

HasType

func (o *InlinedDHCPUniqueIdentifier) HasType() bool

HasType returns a boolean if a field has been set.

GetName

func (o *InlinedDHCPUniqueIdentifier) GetName() string

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

GetNameOk

func (o *InlinedDHCPUniqueIdentifier) 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 *InlinedDHCPUniqueIdentifier) SetName(v string)

SetName sets Name field to given value.

HasName

func (o *InlinedDHCPUniqueIdentifier) HasName() bool

HasName returns a boolean if a field has been set.

GetDuid

func (o *InlinedDHCPUniqueIdentifier) GetDuid() string

GetDuid returns the Duid field if non-nil, zero value otherwise.

GetDuidOk

func (o *InlinedDHCPUniqueIdentifier) GetDuidOk() (*string, bool)

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

SetDuid

func (o *InlinedDHCPUniqueIdentifier) SetDuid(v string)

SetDuid sets Duid field to given value.

HasDuid

func (o *InlinedDHCPUniqueIdentifier) HasDuid() bool

HasDuid returns a boolean if a field has been set.

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