| Name | Type | Description | Notes |
|---|---|---|---|
| Url | Pointer to NullableString | [optional] | |
| Label | Pointer to string | [optional] | |
| Active | Pointer to bool | [optional] |
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
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
func (o *GetDeviceModels200ResponseMetaLinksInner) GetUrl() string
GetUrl returns the Url field if non-nil, zero value otherwise.
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.
func (o *GetDeviceModels200ResponseMetaLinksInner) SetUrl(v string)
SetUrl sets Url field to given value.
func (o *GetDeviceModels200ResponseMetaLinksInner) HasUrl() bool
HasUrl returns a boolean if a field has been set.
func (o *GetDeviceModels200ResponseMetaLinksInner) SetUrlNil(b bool)
SetUrlNil sets the value for Url to be an explicit nil
func (o *GetDeviceModels200ResponseMetaLinksInner) UnsetUrl()
UnsetUrl ensures that no value is present for Url, not even an explicit nil
func (o *GetDeviceModels200ResponseMetaLinksInner) GetLabel() string
GetLabel returns the Label field if non-nil, zero value otherwise.
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.
func (o *GetDeviceModels200ResponseMetaLinksInner) SetLabel(v string)
SetLabel sets Label field to given value.
func (o *GetDeviceModels200ResponseMetaLinksInner) HasLabel() bool
HasLabel returns a boolean if a field has been set.
func (o *GetDeviceModels200ResponseMetaLinksInner) GetActive() bool
GetActive returns the Active field if non-nil, zero value otherwise.
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.
func (o *GetDeviceModels200ResponseMetaLinksInner) SetActive(v bool)
SetActive sets Active field to given value.
func (o *GetDeviceModels200ResponseMetaLinksInner) HasActive() bool
HasActive returns a boolean if a field has been set.