Procore.Model.RestV10LinksPost201Response (procore_sdk v0.3.0)

Summary

Types

@type t() :: %Procore.Model.RestV10LinksPost201Response{
  created_at: DateTime.t() | nil,
  created_by:
    Procore.Model.RestV10ProjectsProjectIdWorkLogsGet200ResponseInnerCreatedBy.t()
    | nil,
  id: integer() | nil,
  project_id: integer() | nil,
  title: String.t() | nil,
  url: String.t() | nil
}

Functions