Skip to content

Latest commit

 

History

History
203 lines (108 loc) · 4.75 KB

File metadata and controls

203 lines (108 loc) · 4.75 KB

BoundDevice

Properties

Name Type Description Notes
Activated string
Active bool
Created string
Id string
Model string
Name Pointer to string [optional]
Role string
Type string

Methods

NewBoundDevice

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

NewBoundDeviceWithDefaults

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

GetActivated

func (o *BoundDevice) GetActivated() string

GetActivated returns the Activated field if non-nil, zero value otherwise.

GetActivatedOk

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.

SetActivated

func (o *BoundDevice) SetActivated(v string)

SetActivated sets Activated field to given value.

GetActive

func (o *BoundDevice) GetActive() bool

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

GetActiveOk

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.

SetActive

func (o *BoundDevice) SetActive(v bool)

SetActive sets Active field to given value.

GetCreated

func (o *BoundDevice) GetCreated() string

GetCreated returns the Created field if non-nil, zero value otherwise.

GetCreatedOk

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.

SetCreated

func (o *BoundDevice) SetCreated(v string)

SetCreated sets Created field to given value.

GetId

func (o *BoundDevice) GetId() string

GetId returns the Id field if non-nil, zero value otherwise.

GetIdOk

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.

SetId

func (o *BoundDevice) SetId(v string)

SetId sets Id field to given value.

GetModel

func (o *BoundDevice) GetModel() string

GetModel returns the Model field if non-nil, zero value otherwise.

GetModelOk

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.

SetModel

func (o *BoundDevice) SetModel(v string)

SetModel sets Model field to given value.

GetName

func (o *BoundDevice) GetName() string

GetName returns the Name field if non-nil, zero value otherwise.

GetNameOk

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.

SetName

func (o *BoundDevice) SetName(v string)

SetName sets Name field to given value.

HasName

func (o *BoundDevice) HasName() bool

HasName returns a boolean if a field has been set.

GetRole

func (o *BoundDevice) GetRole() string

GetRole returns the Role field if non-nil, zero value otherwise.

GetRoleOk

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.

SetRole

func (o *BoundDevice) SetRole(v string)

SetRole sets Role field to given value.

GetType

func (o *BoundDevice) GetType() string

GetType returns the Type field if non-nil, zero value otherwise.

GetTypeOk

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.

SetType

func (o *BoundDevice) SetType(v string)

SetType sets Type field to given value.

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