| Name | Type | Description | Notes |
|---|---|---|---|
| Activated | string | ||
| Active | bool | ||
| Created | string | ||
| Id | string | ||
| Model | string | ||
| Name | Pointer to string | [optional] | |
| Role | string | ||
| Type | string |
func NewBoundDevice(activated string, active bool, created string, id string, model string, role string, type_ string, ) *BoundDevice
NewBoundDevice instantiates a new BoundDevice 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 NewBoundDeviceWithDefaults() *BoundDevice
NewBoundDeviceWithDefaults instantiates a new BoundDevice 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 *BoundDevice) GetActivated() string
GetActivated returns the Activated field if non-nil, zero value otherwise.
func (o *BoundDevice) GetActivatedOk() (*string, bool)
GetActivatedOk returns a tuple with the Activated field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *BoundDevice) SetActivated(v string)
SetActivated sets Activated field to given value.
func (o *BoundDevice) GetActive() bool
GetActive returns the Active field if non-nil, zero value otherwise.
func (o *BoundDevice) 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 *BoundDevice) SetActive(v bool)
SetActive sets Active field to given value.
func (o *BoundDevice) GetCreated() string
GetCreated returns the Created field if non-nil, zero value otherwise.
func (o *BoundDevice) GetCreatedOk() (*string, bool)
GetCreatedOk returns a tuple with the Created field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *BoundDevice) SetCreated(v string)
SetCreated sets Created field to given value.
func (o *BoundDevice) GetId() string
GetId returns the Id field if non-nil, zero value otherwise.
func (o *BoundDevice) GetIdOk() (*string, 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.
func (o *BoundDevice) SetId(v string)
SetId sets Id field to given value.
func (o *BoundDevice) GetModel() string
GetModel returns the Model field if non-nil, zero value otherwise.
func (o *BoundDevice) GetModelOk() (*string, bool)
GetModelOk returns a tuple with the Model field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *BoundDevice) SetModel(v string)
SetModel sets Model field to given value.
func (o *BoundDevice) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
func (o *BoundDevice) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *BoundDevice) SetName(v string)
SetName sets Name field to given value.
func (o *BoundDevice) HasName() bool
HasName returns a boolean if a field has been set.
func (o *BoundDevice) GetRole() string
GetRole returns the Role field if non-nil, zero value otherwise.
func (o *BoundDevice) GetRoleOk() (*string, bool)
GetRoleOk returns a tuple with the Role field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *BoundDevice) SetRole(v string)
SetRole sets Role field to given value.
func (o *BoundDevice) GetType() string
GetType returns the Type field if non-nil, zero value otherwise.
func (o *BoundDevice) 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.
func (o *BoundDevice) SetType(v string)
SetType sets Type field to given value.