Procore.Model.UploadFields (procore_sdk v0.3.0)

Fields to send with the file data to sucessfully complete the upload. Do not make any assumptions about the names or contents of the fields because they may change at any time to any other value.

Summary

Types

@type t() :: %Procore.Model.UploadFields{
  "Content-Disposition": String.t() | nil,
  "Content-Type": String.t() | nil,
  key: String.t() | nil,
  policy: String.t() | nil,
  "x-amz-algorithm": String.t() | nil,
  "x-amz-credential": String.t() | nil,
  "x-amz-date": String.t() | nil,
  "x-amz-signature": String.t() | nil
}

Functions