type property

String? type
getter/setter pair

Type of an annotation. Possible string values are:

  • "TYPE_UNSPECIFIED" : Unknown type
  • "TYPE_LEGACY_EXPORT_CONSENT" : Indicates that this project has opted into StratoZone export.
  • "TYPE_QWIKLAB" : Indicates that this project is created by Qwiklab.

Implementation

core.String? type;