Procore.Model.Image1 (procore_sdk v0.3.0)

At least one attribute is required even when an 'upload_uuid' key is provided. If an 'upload_uuid' is not provided above, then the 'data' key must be provided

Summary

Types

@type t() :: %Procore.Model.Image1{
  data: String.t() | nil,
  description: String.t() | nil,
  image_category_id: integer() | nil,
  location_id: integer() | nil,
  log_date: String.t() | nil,
  mt_location: [String.t()] | nil,
  private: boolean() | nil,
  provider_id: integer() | nil,
  provider_type: String.t() | nil,
  source: String.t() | nil,
  trade_ids: [integer()] | nil
}

Functions