Name | Type | Description | Notes |
---|---|---|---|
Content | Pointer to string | [optional] | |
ContentType | Pointer to string | [optional] | |
Encoding | Pointer to string | [optional] |
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
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
func (o *AttachmentText) GetContent() string
GetContent returns the Content field if non-nil, zero value otherwise.
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.
func (o *AttachmentText) SetContent(v string)
SetContent sets Content field to given value.
func (o *AttachmentText) HasContent() bool
HasContent returns a boolean if a field has been set.
func (o *AttachmentText) GetContentType() string
GetContentType returns the ContentType field if non-nil, zero value otherwise.
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.
func (o *AttachmentText) SetContentType(v string)
SetContentType sets ContentType field to given value.
func (o *AttachmentText) HasContentType() bool
HasContentType returns a boolean if a field has been set.
func (o *AttachmentText) GetEncoding() string
GetEncoding returns the Encoding field if non-nil, zero value otherwise.
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.
func (o *AttachmentText) SetEncoding(v string)
SetEncoding sets Encoding field to given value.
func (o *AttachmentText) HasEncoding() bool
HasEncoding returns a boolean if a field has been set.