type property

String? type
getter/setter pair

The type of the issue. Possible string values are:

  • "ISSUE_TYPE_UNSPECIFIED" : Unspecified issue type.
  • "ISSUE_TYPE_DDL" : Issue originated from the DDL
  • "ISSUE_TYPE_APPLY" : Issue originated during the apply process
  • "ISSUE_TYPE_CONVERT" : Issue originated during the convert process

Implementation

core.String? type;