Skip to content

Latest commit

 

History

History
118 lines (65 loc) Β· 3.57 KB

File metadata and controls

118 lines (65 loc) Β· 3.57 KB

GetDeviceModels200ResponseMetaLinksInner

Properties

Name Type Description Notes
Url Pointer to NullableString [optional]
Label Pointer to string [optional]
Active Pointer to bool [optional]

Methods

NewGetDeviceModels200ResponseMetaLinksInner

func NewGetDeviceModels200ResponseMetaLinksInner() *GetDeviceModels200ResponseMetaLinksInner

NewGetDeviceModels200ResponseMetaLinksInner instantiates a new GetDeviceModels200ResponseMetaLinksInner 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

NewGetDeviceModels200ResponseMetaLinksInnerWithDefaults

func NewGetDeviceModels200ResponseMetaLinksInnerWithDefaults() *GetDeviceModels200ResponseMetaLinksInner

NewGetDeviceModels200ResponseMetaLinksInnerWithDefaults instantiates a new GetDeviceModels200ResponseMetaLinksInner 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

GetUrl

func (o *GetDeviceModels200ResponseMetaLinksInner) GetUrl() string

GetUrl returns the Url field if non-nil, zero value otherwise.

GetUrlOk

func (o *GetDeviceModels200ResponseMetaLinksInner) GetUrlOk() (*string, bool)

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

SetUrl

func (o *GetDeviceModels200ResponseMetaLinksInner) SetUrl(v string)

SetUrl sets Url field to given value.

HasUrl

func (o *GetDeviceModels200ResponseMetaLinksInner) HasUrl() bool

HasUrl returns a boolean if a field has been set.

SetUrlNil

func (o *GetDeviceModels200ResponseMetaLinksInner) SetUrlNil(b bool)

SetUrlNil sets the value for Url to be an explicit nil

UnsetUrl

func (o *GetDeviceModels200ResponseMetaLinksInner) UnsetUrl()

UnsetUrl ensures that no value is present for Url, not even an explicit nil

GetLabel

func (o *GetDeviceModels200ResponseMetaLinksInner) GetLabel() string

GetLabel returns the Label field if non-nil, zero value otherwise.

GetLabelOk

func (o *GetDeviceModels200ResponseMetaLinksInner) GetLabelOk() (*string, bool)

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

SetLabel

func (o *GetDeviceModels200ResponseMetaLinksInner) SetLabel(v string)

SetLabel sets Label field to given value.

HasLabel

func (o *GetDeviceModels200ResponseMetaLinksInner) HasLabel() bool

HasLabel returns a boolean if a field has been set.

GetActive

func (o *GetDeviceModels200ResponseMetaLinksInner) GetActive() bool

GetActive returns the Active field if non-nil, zero value otherwise.

GetActiveOk

func (o *GetDeviceModels200ResponseMetaLinksInner) GetActiveOk() (*bool, bool)

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

SetActive

func (o *GetDeviceModels200ResponseMetaLinksInner) SetActive(v bool)

SetActive sets Active field to given value.

HasActive

func (o *GetDeviceModels200ResponseMetaLinksInner) HasActive() bool

HasActive returns a boolean if a field has been set.

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