Procore.Model.SegmentedUpload (procore_sdk v0.3.0)

An Upload resource contains instructions on how to upload files directly to Procore's storage service.

Summary

Types

@type t() :: %Procore.Model.SegmentedUpload{
  segments: [Procore.Model.SegmentedUploadSegmentsInner.t()] | nil,
  status: String.t() | nil,
  uuid: String.t() | nil
}

Functions