Skip to content

Latest commit

 

History

History
108 lines (59 loc) · 2.76 KB

PlanDevice.md

File metadata and controls

108 lines (59 loc) · 2.76 KB

PlanDevice

Properties

Name Type Description Notes
DeviceId Pointer to string [optional] [readonly]
ObjectType Pointer to string [optional] [readonly]
Href Pointer to string [optional] [readonly]

Methods

NewPlanDevice

func NewPlanDevice() *PlanDevice

NewPlanDevice instantiates a new PlanDevice 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

NewPlanDeviceWithDefaults

func NewPlanDeviceWithDefaults() *PlanDevice

NewPlanDeviceWithDefaults instantiates a new PlanDevice 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

GetDeviceId

func (o *PlanDevice) GetDeviceId() string

GetDeviceId returns the DeviceId field if non-nil, zero value otherwise.

GetDeviceIdOk

func (o *PlanDevice) GetDeviceIdOk() (*string, bool)

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

SetDeviceId

func (o *PlanDevice) SetDeviceId(v string)

SetDeviceId sets DeviceId field to given value.

HasDeviceId

func (o *PlanDevice) HasDeviceId() bool

HasDeviceId returns a boolean if a field has been set.

GetObjectType

func (o *PlanDevice) GetObjectType() string

GetObjectType returns the ObjectType field if non-nil, zero value otherwise.

GetObjectTypeOk

func (o *PlanDevice) GetObjectTypeOk() (*string, bool)

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

SetObjectType

func (o *PlanDevice) SetObjectType(v string)

SetObjectType sets ObjectType field to given value.

HasObjectType

func (o *PlanDevice) HasObjectType() bool

HasObjectType returns a boolean if a field has been set.

GetHref

func (o *PlanDevice) GetHref() string

GetHref returns the Href field if non-nil, zero value otherwise.

GetHrefOk

func (o *PlanDevice) GetHrefOk() (*string, bool)

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

SetHref

func (o *PlanDevice) SetHref(v string)

SetHref sets Href field to given value.

HasHref

func (o *PlanDevice) HasHref() bool

HasHref returns a boolean if a field has been set.

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