Skip to content

Latest commit

 

History

History
186 lines (101 loc) · 4.93 KB

File metadata and controls

186 lines (101 loc) · 4.93 KB

Attributes

Properties

Name Type Description Notes
BaseModel Pointer to string [optional]
BaseModelDisplayName Pointer to string [optional]
InfrahubId Pointer to int32 [optional]
LoraAdapter Pointer to string [optional]
ResourceName Pointer to string [optional]
Status Pointer to string [optional]

Methods

NewAttributes

func NewAttributes() *Attributes

NewAttributes instantiates a new Attributes 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

NewAttributesWithDefaults

func NewAttributesWithDefaults() *Attributes

NewAttributesWithDefaults instantiates a new Attributes 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

GetBaseModel

func (o *Attributes) GetBaseModel() string

GetBaseModel returns the BaseModel field if non-nil, zero value otherwise.

GetBaseModelOk

func (o *Attributes) GetBaseModelOk() (*string, bool)

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

SetBaseModel

func (o *Attributes) SetBaseModel(v string)

SetBaseModel sets BaseModel field to given value.

HasBaseModel

func (o *Attributes) HasBaseModel() bool

HasBaseModel returns a boolean if a field has been set.

GetBaseModelDisplayName

func (o *Attributes) GetBaseModelDisplayName() string

GetBaseModelDisplayName returns the BaseModelDisplayName field if non-nil, zero value otherwise.

GetBaseModelDisplayNameOk

func (o *Attributes) GetBaseModelDisplayNameOk() (*string, bool)

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

SetBaseModelDisplayName

func (o *Attributes) SetBaseModelDisplayName(v string)

SetBaseModelDisplayName sets BaseModelDisplayName field to given value.

HasBaseModelDisplayName

func (o *Attributes) HasBaseModelDisplayName() bool

HasBaseModelDisplayName returns a boolean if a field has been set.

GetInfrahubId

func (o *Attributes) GetInfrahubId() int32

GetInfrahubId returns the InfrahubId field if non-nil, zero value otherwise.

GetInfrahubIdOk

func (o *Attributes) GetInfrahubIdOk() (*int32, bool)

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

SetInfrahubId

func (o *Attributes) SetInfrahubId(v int32)

SetInfrahubId sets InfrahubId field to given value.

HasInfrahubId

func (o *Attributes) HasInfrahubId() bool

HasInfrahubId returns a boolean if a field has been set.

GetLoraAdapter

func (o *Attributes) GetLoraAdapter() string

GetLoraAdapter returns the LoraAdapter field if non-nil, zero value otherwise.

GetLoraAdapterOk

func (o *Attributes) GetLoraAdapterOk() (*string, bool)

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

SetLoraAdapter

func (o *Attributes) SetLoraAdapter(v string)

SetLoraAdapter sets LoraAdapter field to given value.

HasLoraAdapter

func (o *Attributes) HasLoraAdapter() bool

HasLoraAdapter returns a boolean if a field has been set.

GetResourceName

func (o *Attributes) GetResourceName() string

GetResourceName returns the ResourceName field if non-nil, zero value otherwise.

GetResourceNameOk

func (o *Attributes) GetResourceNameOk() (*string, bool)

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

SetResourceName

func (o *Attributes) SetResourceName(v string)

SetResourceName sets ResourceName field to given value.

HasResourceName

func (o *Attributes) HasResourceName() bool

HasResourceName returns a boolean if a field has been set.

GetStatus

func (o *Attributes) GetStatus() string

GetStatus returns the Status field if non-nil, zero value otherwise.

GetStatusOk

func (o *Attributes) GetStatusOk() (*string, bool)

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

SetStatus

func (o *Attributes) SetStatus(v string)

SetStatus sets Status field to given value.

HasStatus

func (o *Attributes) HasStatus() bool

HasStatus returns a boolean if a field has been set.

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