definitionType property
The definition type of the attribute.
Output only. Possible string values are:
- "DEFINITION_TYPE_UNSPECIFIED" : Attribute definition type unspecified.
- "SYSTEM_DEFINED" : The attribute is predefined by the API Hub. Note that only the list of allowed values can be updated in this case via UpdateAttribute method.
- "USER_DEFINED" : The attribute is defined by the user.
Implementation
core.String? definitionType;