type property

String? type
getter/setter pair

[Optional; Default is "web"] Type of report: search type, or either Discover or Gnews.

Optional. Possible string values are:

  • "WEB"
  • "IMAGE"
  • "VIDEO"
  • "NEWS" : News tab in search.
  • "DISCOVER" : Discover.
  • "GOOGLE_NEWS" : Google News (news.google.com or mobile app).

Implementation

core.String? type;