Skip to content

Latest commit

 

History

History
82 lines (45 loc) · 2.2 KB

File metadata and controls

82 lines (45 loc) · 2.2 KB

MessageVoiceData

Properties

Name Type Description Notes
Link Pointer to string [optional]
SizeBytes Pointer to string [optional]

Methods

NewMessageVoiceData

func NewMessageVoiceData() *MessageVoiceData

NewMessageVoiceData instantiates a new MessageVoiceData 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

NewMessageVoiceDataWithDefaults

func NewMessageVoiceDataWithDefaults() *MessageVoiceData

NewMessageVoiceDataWithDefaults instantiates a new MessageVoiceData 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

GetLink

func (o *MessageVoiceData) GetLink() string

GetLink returns the Link field if non-nil, zero value otherwise.

GetLinkOk

func (o *MessageVoiceData) GetLinkOk() (*string, bool)

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

SetLink

func (o *MessageVoiceData) SetLink(v string)

SetLink sets Link field to given value.

HasLink

func (o *MessageVoiceData) HasLink() bool

HasLink returns a boolean if a field has been set.

GetSizeBytes

func (o *MessageVoiceData) GetSizeBytes() string

GetSizeBytes returns the SizeBytes field if non-nil, zero value otherwise.

GetSizeBytesOk

func (o *MessageVoiceData) GetSizeBytesOk() (*string, bool)

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

SetSizeBytes

func (o *MessageVoiceData) SetSizeBytes(v string)

SetSizeBytes sets SizeBytes field to given value.

HasSizeBytes

func (o *MessageVoiceData) HasSizeBytes() bool

HasSizeBytes returns a boolean if a field has been set.

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