| 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] |
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
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
func (o *Attributes) GetBaseModel() string
GetBaseModel returns the BaseModel field if non-nil, zero value otherwise.
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.
func (o *Attributes) SetBaseModel(v string)
SetBaseModel sets BaseModel field to given value.
func (o *Attributes) HasBaseModel() bool
HasBaseModel returns a boolean if a field has been set.
func (o *Attributes) GetBaseModelDisplayName() string
GetBaseModelDisplayName returns the BaseModelDisplayName field if non-nil, zero value otherwise.
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.
func (o *Attributes) SetBaseModelDisplayName(v string)
SetBaseModelDisplayName sets BaseModelDisplayName field to given value.
func (o *Attributes) HasBaseModelDisplayName() bool
HasBaseModelDisplayName returns a boolean if a field has been set.
func (o *Attributes) GetInfrahubId() int32
GetInfrahubId returns the InfrahubId field if non-nil, zero value otherwise.
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.
func (o *Attributes) SetInfrahubId(v int32)
SetInfrahubId sets InfrahubId field to given value.
func (o *Attributes) HasInfrahubId() bool
HasInfrahubId returns a boolean if a field has been set.
func (o *Attributes) GetLoraAdapter() string
GetLoraAdapter returns the LoraAdapter field if non-nil, zero value otherwise.
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.
func (o *Attributes) SetLoraAdapter(v string)
SetLoraAdapter sets LoraAdapter field to given value.
func (o *Attributes) HasLoraAdapter() bool
HasLoraAdapter returns a boolean if a field has been set.
func (o *Attributes) GetResourceName() string
GetResourceName returns the ResourceName field if non-nil, zero value otherwise.
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.
func (o *Attributes) SetResourceName(v string)
SetResourceName sets ResourceName field to given value.
func (o *Attributes) HasResourceName() bool
HasResourceName returns a boolean if a field has been set.
func (o *Attributes) GetStatus() string
GetStatus returns the Status field if non-nil, zero value otherwise.
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.
func (o *Attributes) SetStatus(v string)
SetStatus sets Status field to given value.
func (o *Attributes) HasStatus() bool
HasStatus returns a boolean if a field has been set.