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
  • "ISSUE_TYPE_PULL_SCHEMA" : Issue originated during the pull schema process

Implementation

core.String? type;