Procore.Model.Image (procore_sdk v0.3.0)

Summary

Types

@type t() :: %Procore.Model.Image{
  comments_count: integer() | nil,
  created_at: DateTime.t() | nil,
  daily_log_header_id: integer() | nil,
  description: String.t() | nil,
  filename: String.t() | nil,
  gps_lat: String.t() | nil,
  gps_long: String.t() | nil,
  height: integer() | nil,
  id: integer() | nil,
  image_category_id: integer() | nil,
  image_category_name: String.t() | nil,
  image_category_private: boolean() | nil,
  links: Procore.Model.Links.t() | nil,
  location: Procore.Model.Location7.t() | nil,
  origin_id: integer() | nil,
  permanently_deleted: boolean() | nil,
  private: boolean() | nil,
  size: integer() | nil,
  starred: boolean() | nil,
  taken_at: DateTime.t() | nil,
  thumbnail_url: String.t() | nil,
  trades: [Procore.Model.Trade2.t()] | nil,
  updated_at: DateTime.t() | nil,
  uploader:
    Procore.Model.RestV10ProjectsProjectIdWorkLogsGet200ResponseInnerCreatedBy.t()
    | nil,
  url: String.t() | nil,
  width: integer() | nil
}

Functions