type property

String? type
getter/setter pair

Type of the new track.

Currently, the only supported value is closedTesting.

Required. Possible string values are:

  • "TRACK_TYPE_UNSPECIFIED" : Fallback value, do not use.
  • "CLOSED_TESTING" : Closed testing track.

Implementation

core.String? type;