Skip to content

Latest commit

 

History

History
108 lines (59 loc) · 3.07 KB

GetLeases200ResponseDataInner.md

File metadata and controls

108 lines (59 loc) · 3.07 KB

GetLeases200ResponseDataInner

Properties

Name Type Description Notes
Id Pointer to int64 The resource identifier. [optional]
Type Pointer to string The resource type. [optional]
Links Pointer to ResourceLinks [optional]

Methods

NewGetLeases200ResponseDataInner

func NewGetLeases200ResponseDataInner() *GetLeases200ResponseDataInner

NewGetLeases200ResponseDataInner instantiates a new GetLeases200ResponseDataInner 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

NewGetLeases200ResponseDataInnerWithDefaults

func NewGetLeases200ResponseDataInnerWithDefaults() *GetLeases200ResponseDataInner

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

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

GetIdOk

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

SetId sets Id field to given value.

HasId

func (o *GetLeases200ResponseDataInner) HasId() bool

HasId returns a boolean if a field has been set.

GetType

func (o *GetLeases200ResponseDataInner) GetType() string

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

GetTypeOk

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

SetType sets Type field to given value.

HasType

func (o *GetLeases200ResponseDataInner) HasType() bool

HasType returns a boolean if a field has been set.

GetLinks

func (o *GetLeases200ResponseDataInner) GetLinks() ResourceLinks

GetLinks returns the Links field if non-nil, zero value otherwise.

GetLinksOk

func (o *GetLeases200ResponseDataInner) GetLinksOk() (*ResourceLinks, bool)

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

SetLinks

func (o *GetLeases200ResponseDataInner) SetLinks(v ResourceLinks)

SetLinks sets Links field to given value.

HasLinks

func (o *GetLeases200ResponseDataInner) HasLinks() bool

HasLinks returns a boolean if a field has been set.

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