Name | Type | Description | Notes |
---|---|---|---|
AttachmentToken | Pointer to NullableString | Uploaded attachment token. | [optional] |
func NewAttachmentData() *AttachmentData
NewAttachmentData instantiates a new AttachmentData 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 NewAttachmentDataWithDefaults() *AttachmentData
NewAttachmentDataWithDefaults instantiates a new AttachmentData 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 *AttachmentData) GetAttachmentToken() string
GetAttachmentToken returns the AttachmentToken field if non-nil, zero value otherwise.
func (o *AttachmentData) GetAttachmentTokenOk() (*string, bool)
GetAttachmentTokenOk returns a tuple with the AttachmentToken field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AttachmentData) SetAttachmentToken(v string)
SetAttachmentToken sets AttachmentToken field to given value.
func (o *AttachmentData) HasAttachmentToken() bool
HasAttachmentToken returns a boolean if a field has been set.
func (o *AttachmentData) SetAttachmentTokenNil(b bool)
SetAttachmentTokenNil sets the value for AttachmentToken to be an explicit nil
func (o *AttachmentData) UnsetAttachmentToken()
UnsetAttachmentToken ensures that no value is present for AttachmentToken, not even an explicit nil