Skip to content

Latest commit

 

History

History
66 lines (37 loc) · 2.05 KB

AttachmentData.md

File metadata and controls

66 lines (37 loc) · 2.05 KB

AttachmentData

Properties

Name Type Description Notes
AttachmentToken Pointer to NullableString Uploaded attachment token. [optional]

Methods

NewAttachmentData

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

NewAttachmentDataWithDefaults

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

GetAttachmentToken

func (o *AttachmentData) GetAttachmentToken() string

GetAttachmentToken returns the AttachmentToken field if non-nil, zero value otherwise.

GetAttachmentTokenOk

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.

SetAttachmentToken

func (o *AttachmentData) SetAttachmentToken(v string)

SetAttachmentToken sets AttachmentToken field to given value.

HasAttachmentToken

func (o *AttachmentData) HasAttachmentToken() bool

HasAttachmentToken returns a boolean if a field has been set.

SetAttachmentTokenNil

func (o *AttachmentData) SetAttachmentTokenNil(b bool)

SetAttachmentTokenNil sets the value for AttachmentToken to be an explicit nil

UnsetAttachmentToken

func (o *AttachmentData) UnsetAttachmentToken()

UnsetAttachmentToken ensures that no value is present for AttachmentToken, not even an explicit nil

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