Skip to content

VoipCallLogEnableSetting

Properties

Name Type Description Notes
CallLogEnable bool Whether to enable the call log.

Methods

NewVoipCallLogEnableSetting

func NewVoipCallLogEnableSetting(callLogEnable bool, ) *VoipCallLogEnableSetting

NewVoipCallLogEnableSetting instantiates a new VoipCallLogEnableSetting 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

NewVoipCallLogEnableSettingWithDefaults

func NewVoipCallLogEnableSettingWithDefaults() *VoipCallLogEnableSetting

NewVoipCallLogEnableSettingWithDefaults instantiates a new VoipCallLogEnableSetting 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

GetCallLogEnable

func (o *VoipCallLogEnableSetting) GetCallLogEnable() bool

GetCallLogEnable returns the CallLogEnable field if non-nil, zero value otherwise.

GetCallLogEnableOk

func (o *VoipCallLogEnableSetting) GetCallLogEnableOk() (*bool, bool)

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

SetCallLogEnable

func (o *VoipCallLogEnableSetting) SetCallLogEnable(v bool)

SetCallLogEnable sets CallLogEnable field to given value.

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