Skip to content

Latest commit

 

History

History
108 lines (59 loc) · 2.88 KB

AttachmentText.md

File metadata and controls

108 lines (59 loc) · 2.88 KB

AttachmentText

Properties

Name Type Description Notes
Content Pointer to string [optional]
ContentType Pointer to string [optional]
Encoding Pointer to string [optional]

Methods

NewAttachmentText

func NewAttachmentText() *AttachmentText

NewAttachmentText instantiates a new AttachmentText 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

NewAttachmentTextWithDefaults

func NewAttachmentTextWithDefaults() *AttachmentText

NewAttachmentTextWithDefaults instantiates a new AttachmentText 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

GetContent

func (o *AttachmentText) GetContent() string

GetContent returns the Content field if non-nil, zero value otherwise.

GetContentOk

func (o *AttachmentText) GetContentOk() (*string, bool)

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

SetContent

func (o *AttachmentText) SetContent(v string)

SetContent sets Content field to given value.

HasContent

func (o *AttachmentText) HasContent() bool

HasContent returns a boolean if a field has been set.

GetContentType

func (o *AttachmentText) GetContentType() string

GetContentType returns the ContentType field if non-nil, zero value otherwise.

GetContentTypeOk

func (o *AttachmentText) GetContentTypeOk() (*string, bool)

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

SetContentType

func (o *AttachmentText) SetContentType(v string)

SetContentType sets ContentType field to given value.

HasContentType

func (o *AttachmentText) HasContentType() bool

HasContentType returns a boolean if a field has been set.

GetEncoding

func (o *AttachmentText) GetEncoding() string

GetEncoding returns the Encoding field if non-nil, zero value otherwise.

GetEncodingOk

func (o *AttachmentText) GetEncodingOk() (*string, bool)

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

SetEncoding

func (o *AttachmentText) SetEncoding(v string)

SetEncoding sets Encoding field to given value.

HasEncoding

func (o *AttachmentText) HasEncoding() bool

HasEncoding returns a boolean if a field has been set.

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