Skip to content

CallLogDeviceOpenApiVO

Properties

Name Type Description Notes
DeviceMac Pointer to string The device mac name of callLog. [optional]
DeviceName Pointer to string The device name of callLog. [optional]
Model Pointer to string The device model of callLog. [optional]
ModelVersion Pointer to string The device modelVersion of callLog. [optional]
Type Pointer to string The device type of callLog. [optional]

Methods

NewCallLogDeviceOpenApiVO

func NewCallLogDeviceOpenApiVO() *CallLogDeviceOpenApiVO

NewCallLogDeviceOpenApiVO instantiates a new CallLogDeviceOpenApiVO 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

NewCallLogDeviceOpenApiVOWithDefaults

func NewCallLogDeviceOpenApiVOWithDefaults() *CallLogDeviceOpenApiVO

NewCallLogDeviceOpenApiVOWithDefaults instantiates a new CallLogDeviceOpenApiVO 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

GetDeviceMac

func (o *CallLogDeviceOpenApiVO) GetDeviceMac() string

GetDeviceMac returns the DeviceMac field if non-nil, zero value otherwise.

GetDeviceMacOk

func (o *CallLogDeviceOpenApiVO) GetDeviceMacOk() (*string, bool)

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

SetDeviceMac

func (o *CallLogDeviceOpenApiVO) SetDeviceMac(v string)

SetDeviceMac sets DeviceMac field to given value.

HasDeviceMac

func (o *CallLogDeviceOpenApiVO) HasDeviceMac() bool

HasDeviceMac returns a boolean if a field has been set.

GetDeviceName

func (o *CallLogDeviceOpenApiVO) GetDeviceName() string

GetDeviceName returns the DeviceName field if non-nil, zero value otherwise.

GetDeviceNameOk

func (o *CallLogDeviceOpenApiVO) GetDeviceNameOk() (*string, bool)

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

SetDeviceName

func (o *CallLogDeviceOpenApiVO) SetDeviceName(v string)

SetDeviceName sets DeviceName field to given value.

HasDeviceName

func (o *CallLogDeviceOpenApiVO) HasDeviceName() bool

HasDeviceName returns a boolean if a field has been set.

GetModel

func (o *CallLogDeviceOpenApiVO) GetModel() string

GetModel returns the Model field if non-nil, zero value otherwise.

GetModelOk

func (o *CallLogDeviceOpenApiVO) GetModelOk() (*string, bool)

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

SetModel

func (o *CallLogDeviceOpenApiVO) SetModel(v string)

SetModel sets Model field to given value.

HasModel

func (o *CallLogDeviceOpenApiVO) HasModel() bool

HasModel returns a boolean if a field has been set.

GetModelVersion

func (o *CallLogDeviceOpenApiVO) GetModelVersion() string

GetModelVersion returns the ModelVersion field if non-nil, zero value otherwise.

GetModelVersionOk

func (o *CallLogDeviceOpenApiVO) GetModelVersionOk() (*string, bool)

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

SetModelVersion

func (o *CallLogDeviceOpenApiVO) SetModelVersion(v string)

SetModelVersion sets ModelVersion field to given value.

HasModelVersion

func (o *CallLogDeviceOpenApiVO) HasModelVersion() bool

HasModelVersion returns a boolean if a field has been set.

GetType

func (o *CallLogDeviceOpenApiVO) GetType() string

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

GetTypeOk

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

SetType sets Type field to given value.

HasType

func (o *CallLogDeviceOpenApiVO) HasType() bool

HasType returns a boolean if a field has been set.

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