Procore.Model.RestV10WorkforcePlanningV2CompaniesCompanyIdTagsPostRequest (procore_sdk v0.3.0)

Request body schema for creating a new Tag.

Summary

Types

@type t() ::
  %Procore.Model.RestV10WorkforcePlanningV2CompaniesCompanyIdTagsPostRequest{
    abbreviation: String.t() | nil,
    categories: [String.t()] | nil,
    color: String.t() | nil,
    company_id: integer(),
    expr_days_warning: integer() | nil,
    globally_accessible: boolean(),
    group_ids: [String.t()],
    name: String.t(),
    require_expr_date: boolean() | nil
  }

Functions