afv-library/skills/platform-data-and-tooling-api-context-get/assets/enterprise_api/PipelineInspMetricConfigLocalization.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."
}
}
}