Procore.Model.RestV10CompaniesCompanyIdAppConfigurationsPostRequest (procore_sdk v0.3.0)

Summary

Types

@type t() :: %Procore.Model.RestV10CompaniesCompanyIdAppConfigurationsPostRequest{
  app_installation_id: integer(),
  applies_to_all_projects: boolean() | nil,
  applies_to_company: boolean() | nil,
  company_id: integer(),
  instance_configuration: map(),
  project_ids: [integer()] | nil,
  title: String.t()
}

Functions