type property

String? type
getter/setter pair

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

  • "typeUnspecified"
  • "upload"
  • "like"
  • "favorite"
  • "comment"
  • "subscription"
  • "playlistItem"
  • "recommendation"
  • "bulletin"
  • "social"
  • "channelItem"
  • "promotedItem"

Implementation

core.String? type;