Module Values.GetCaseAttachmentDownloadUrlRequestSource

Returns a Pre-Signed URL for uploading attachments into a case.

Sourcetype nonrec t = {
  1. caseId : CaseId.t;
    (*

    Required element for GetCaseAttachmentDownloadUrl to identify the case ID for downloading an attachment from.

    *)
  2. attachmentId : AttachmentId.t;
    (*

    Required element for GetCaseAttachmentDownloadUrl to identify the attachment ID for downloading an attachment.

    *)
}
Sourceval context_ : string
Sourceval make : caseId:CaseId.t -> attachmentId:AttachmentId.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of CaseId.t ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t