source property
The source of the scorecard.
Output only. Possible string values are:
- "QA_SCORECARD_SOURCE_UNSPECIFIED" : The source of the scorecard is unspecified. Default to QA_SCORECARD_SOURCE_CUSTOMER_DEFINED.
- "QA_SCORECARD_SOURCE_CUSTOMER_DEFINED" : The scorecard is a custom scorecard created by the user.
- "QA_SCORECARD_SOURCE_DISCOVERY_ENGINE" : The scorecard is a scorecard created through discovery engine deployment.
Implementation
core.String? source;