Skip to content

DeviceOpenApiVO

Properties

Name Type Description Notes
TelephonyDeviceId Pointer to int32 telephony device id [optional]

Methods

NewDeviceOpenApiVO

func NewDeviceOpenApiVO() *DeviceOpenApiVO

NewDeviceOpenApiVO instantiates a new DeviceOpenApiVO 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

NewDeviceOpenApiVOWithDefaults

func NewDeviceOpenApiVOWithDefaults() *DeviceOpenApiVO

NewDeviceOpenApiVOWithDefaults instantiates a new DeviceOpenApiVO 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

GetTelephonyDeviceId

func (o *DeviceOpenApiVO) GetTelephonyDeviceId() int32

GetTelephonyDeviceId returns the TelephonyDeviceId field if non-nil, zero value otherwise.

GetTelephonyDeviceIdOk

func (o *DeviceOpenApiVO) GetTelephonyDeviceIdOk() (*int32, bool)

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

SetTelephonyDeviceId

func (o *DeviceOpenApiVO) SetTelephonyDeviceId(v int32)

SetTelephonyDeviceId sets TelephonyDeviceId field to given value.

HasTelephonyDeviceId

func (o *DeviceOpenApiVO) HasTelephonyDeviceId() bool

HasTelephonyDeviceId returns a boolean if a field has been set.

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