view property

String? view
getter/setter pair

When specified, only certain fields belonging to the indicated view will be returned. Possible string values are:

  • "LABEL_VIEW_BASIC" : Implies the field mask: name,id,revision_id,label_type,properties.*
  • "LABEL_VIEW_FULL" : All possible fields.

Implementation

core.String? view;