Skip to content

Latest commit

 

History

History
82 lines (45 loc) · 2.16 KB

DeviceActionsInner.md

File metadata and controls

82 lines (45 loc) · 2.16 KB

DeviceActionsInner

Properties

Name Type Description Notes
Type Pointer to string [optional]
Name Pointer to string [optional]

Methods

NewDeviceActionsInner

func NewDeviceActionsInner() *DeviceActionsInner

NewDeviceActionsInner instantiates a new DeviceActionsInner 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

NewDeviceActionsInnerWithDefaults

func NewDeviceActionsInnerWithDefaults() *DeviceActionsInner

NewDeviceActionsInnerWithDefaults instantiates a new DeviceActionsInner 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

GetType

func (o *DeviceActionsInner) GetType() string

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

GetTypeOk

func (o *DeviceActionsInner) 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 *DeviceActionsInner) SetType(v string)

SetType sets Type field to given value.

HasType

func (o *DeviceActionsInner) HasType() bool

HasType returns a boolean if a field has been set.

GetName

func (o *DeviceActionsInner) GetName() string

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

GetNameOk

func (o *DeviceActionsInner) 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 *DeviceActionsInner) SetName(v string)

SetName sets Name field to given value.

HasName

func (o *DeviceActionsInner) HasName() bool

HasName returns a boolean if a field has been set.

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