{ "sections": [ "title", "description", "file_information", "directory_location", "fields", "wsdl_segment", "declarative_metadata_sample_definition" ], "title": "PipelineInspMetricConfig - Metadata API", "description": "Represents the settings of Pipeline Inspection forecast category metrics.", "file_information": ".pipelineInspMetricConfig", "directory_location": "pipelineInspMetricConfigs", "fields_columns": [ "type", "required", "description" ], "fields": { "isCumulative": { "type": "boolean", "required": true, "description": "Read only. Indicates whether the metric is cumulative (true) or not (false). The default value is true." }, "isProtected": { "type": "boolean", "description": "Indicates whether the component is protected (true) or not (false). The default value is false." }, "masterLabel": { "type": "string", "required": true, "description": "Customized label of the Pipeline Inspection metric. Limit: 50 characters." }, "metric": { "type": "PipelineInspectionMetric (enumeration of type string)", "required": true, "description": "The Pipeline Inspection metric. Possible values are: BestCase (available in API version 58.0 and later) ClosedLost (available in API version 58.0 and later) ClosedWon (available in API version 58.0 and later) Commit (available in API version 58.0 and later) MostLikely (available in API version 58.0 and later) OpenPipeline (available in API version 58.0 and later) TotalPipeline (available in API version 58.0 and later)" } }, "wsdl_segment": "```xml\n\n \n \n \n\n\n \n \n \n \n \n \n \n \n \n \n\n\n \n \n \n \n \n \n \n \n \n\n```", "declarative_metadata_sample_definition": [ { "description": "The following is an example of a PipelineInspMetricConfig component.", "code": "\n\n true\n false\n Lost the opportunity\n ClosedLost\n\n" } ] }