Skip to content

Latest commit

 

History

History
72 lines (39 loc) · 2 KB

PlanDevicePost.md

File metadata and controls

72 lines (39 loc) · 2 KB

PlanDevicePost

Properties

Name Type Description Notes
DeviceId string
ObjectType string

Methods

NewPlanDevicePost

func NewPlanDevicePost(deviceId string, objectType string, ) *PlanDevicePost

NewPlanDevicePost instantiates a new PlanDevicePost 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

NewPlanDevicePostWithDefaults

func NewPlanDevicePostWithDefaults() *PlanDevicePost

NewPlanDevicePostWithDefaults instantiates a new PlanDevicePost 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 *PlanDevicePost) GetDeviceId() string

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

GetDeviceIdOk

func (o *PlanDevicePost) 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 *PlanDevicePost) SetDeviceId(v string)

SetDeviceId sets DeviceId field to given value.

GetObjectType

func (o *PlanDevicePost) GetObjectType() string

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

GetObjectTypeOk

func (o *PlanDevicePost) 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 *PlanDevicePost) SetObjectType(v string)

SetObjectType sets ObjectType field to given value.

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