Name | Type | Description | Notes |
---|---|---|---|
SDownloadUrl | string | The Url to the requested attachment. Url will expire after 5 minutes. |
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
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
func (o *AttachmentGetDownloadUrlV1ResponseMPayload) GetSDownloadUrl() string
GetSDownloadUrl returns the SDownloadUrl field if non-nil, zero value otherwise.
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.
func (o *AttachmentGetDownloadUrlV1ResponseMPayload) SetSDownloadUrl(v string)
SetSDownloadUrl sets SDownloadUrl field to given value.