type property

String? type
getter/setter pair

The type of the data.

Output only. Possible string values are:

  • "UNSPECIFIED" : Not specified.
  • "UNKNOWN" : The value is unknown in this version.
  • "VIDEO" : A data link to YouTube video.

Implementation

core.String? type;