Name | Type | Description | Notes |
---|---|---|---|
DeviceId | string | Device identifier | |
DeviceType | string | Device type | |
Description | string | Session description. To be used for additional context on the reason of the session |
func NewSessionCandidateRequest(deviceId string, deviceType string, description string, ) *SessionCandidateRequest
NewSessionCandidateRequest instantiates a new SessionCandidateRequest 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 NewSessionCandidateRequestWithDefaults() *SessionCandidateRequest
NewSessionCandidateRequestWithDefaults instantiates a new SessionCandidateRequest 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 *SessionCandidateRequest) GetDeviceId() string
GetDeviceId returns the DeviceId field if non-nil, zero value otherwise.
func (o *SessionCandidateRequest) 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.
func (o *SessionCandidateRequest) SetDeviceId(v string)
SetDeviceId sets DeviceId field to given value.
func (o *SessionCandidateRequest) GetDeviceType() string
GetDeviceType returns the DeviceType field if non-nil, zero value otherwise.
func (o *SessionCandidateRequest) GetDeviceTypeOk() (*string, bool)
GetDeviceTypeOk returns a tuple with the DeviceType field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SessionCandidateRequest) SetDeviceType(v string)
SetDeviceType sets DeviceType field to given value.
func (o *SessionCandidateRequest) GetDescription() string
GetDescription returns the Description field if non-nil, zero value otherwise.
func (o *SessionCandidateRequest) GetDescriptionOk() (*string, bool)
GetDescriptionOk returns a tuple with the Description field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SessionCandidateRequest) SetDescription(v string)
SetDescription sets Description field to given value.