type property

String? type
getter/setter pair

The type of activity that the resource describes. Possible string values are:

  • "typeUnspecified"
  • "upload"
  • "like" : Deprecated: This type is no longer supported.
  • "favorite" : Deprecated: This type is no longer supported.
  • "comment"
  • "subscription" : Deprecated: This type is no longer supported.
  • "playlistItem"
  • "recommendation"
  • "bulletin"
  • "social"
  • "channelItem"
  • "promotedItem"

Implementation

core.String? type;