type property

String? type
getter/setter pair

Type represents the release availability of the version Possible string values are:

  • "TYPE_UNSPECIFIED" : Version does not have availability yet
  • "TYPE_PREVIEW" : Version is under development and not considered stable
  • "TYPE_GENERAL_AVAILABILITY" : Version is available for public use

Implementation

core.String? type;