Skip to content

Latest commit

 

History

History
51 lines (28 loc) · 1.96 KB

AttachmentGetDownloadUrlV1ResponseMPayload.md

File metadata and controls

51 lines (28 loc) · 1.96 KB

AttachmentGetDownloadUrlV1ResponseMPayload

Properties

Name Type Description Notes
SDownloadUrl string The Url to the requested attachment. Url will expire after 5 minutes.

Methods

NewAttachmentGetDownloadUrlV1ResponseMPayload

func NewAttachmentGetDownloadUrlV1ResponseMPayload(sDownloadUrl string, ) *AttachmentGetDownloadUrlV1ResponseMPayload

NewAttachmentGetDownloadUrlV1ResponseMPayload instantiates a new AttachmentGetDownloadUrlV1ResponseMPayload 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

NewAttachmentGetDownloadUrlV1ResponseMPayloadWithDefaults

func NewAttachmentGetDownloadUrlV1ResponseMPayloadWithDefaults() *AttachmentGetDownloadUrlV1ResponseMPayload

NewAttachmentGetDownloadUrlV1ResponseMPayloadWithDefaults instantiates a new AttachmentGetDownloadUrlV1ResponseMPayload 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

GetSDownloadUrl

func (o *AttachmentGetDownloadUrlV1ResponseMPayload) GetSDownloadUrl() string

GetSDownloadUrl returns the SDownloadUrl field if non-nil, zero value otherwise.

GetSDownloadUrlOk

func (o *AttachmentGetDownloadUrlV1ResponseMPayload) GetSDownloadUrlOk() (*string, bool)

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

SetSDownloadUrl

func (o *AttachmentGetDownloadUrlV1ResponseMPayload) SetSDownloadUrl(v string)

SetSDownloadUrl sets SDownloadUrl field to given value.

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