mirror of
https://github.com/forcedotcom/afv-library.git
synced 2026-08-06 15:59:59 +08:00
42 lines
1.3 KiB
JSON
42 lines
1.3 KiB
JSON
{
|
|
"sections": [
|
|
"title",
|
|
"description",
|
|
"fields"
|
|
],
|
|
"title": "PipelineInspMetricConfigLocalization - Data API",
|
|
"description": "Represents the translated label of a Pipeline Inspection metric. This object is available in API version 55.0 and later.",
|
|
"fields_columns": [
|
|
"type",
|
|
"properties",
|
|
"description",
|
|
"relationship_name",
|
|
"relationship_type",
|
|
"refers_to"
|
|
],
|
|
"fields": {
|
|
"Language": {
|
|
"type": "picklist",
|
|
"properties": "Create, Filter, Group, Restricted picklist, Sort",
|
|
"description": "The language of the Pipeline Inspection metric."
|
|
},
|
|
"NamespacePrefix": {
|
|
"type": "string",
|
|
"properties": "Filter, Group, Nillable, Sort",
|
|
"description": "The namespace prefix of the Pipeline Inspection metric language."
|
|
},
|
|
"ParentId": {
|
|
"type": "reference",
|
|
"properties": "Create, Filter, Group, Sort",
|
|
"description": "The ID of the related Pipeline Inspection metric. This field is a relationship field.",
|
|
"relationship_name": "Parent",
|
|
"relationship_type": "Lookup",
|
|
"refers_to": "PipelineInspMetricConfig"
|
|
},
|
|
"Value": {
|
|
"type": "textarea",
|
|
"properties": "Create, Filter, Sort, Update",
|
|
"description": "The value of the Pipeline Inspection metric."
|
|
}
|
|
}
|
|
} |