VoiceMailBatchDelete
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| VoiceMailList | []string | Voice mail list. |
Methods
NewVoiceMailBatchDelete
func NewVoiceMailBatchDelete(voiceMailList []string, ) *VoiceMailBatchDelete
NewVoiceMailBatchDelete instantiates a new VoiceMailBatchDelete 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
NewVoiceMailBatchDeleteWithDefaults
func NewVoiceMailBatchDeleteWithDefaults() *VoiceMailBatchDelete
NewVoiceMailBatchDeleteWithDefaults instantiates a new VoiceMailBatchDelete 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
GetVoiceMailList
func (o *VoiceMailBatchDelete) GetVoiceMailList() []string
GetVoiceMailList returns the VoiceMailList field if non-nil, zero value otherwise.
GetVoiceMailListOk
func (o *VoiceMailBatchDelete) GetVoiceMailListOk() (*[]string, bool)
GetVoiceMailListOk returns a tuple with the VoiceMailList field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetVoiceMailList
func (o *VoiceMailBatchDelete) SetVoiceMailList(v []string)
SetVoiceMailList sets VoiceMailList field to given value.