labelType property

String? labelType
getter/setter pair

The type of label.

Required. Possible string values are:

  • "LABEL_TYPE_UNSPECIFIED" : Unknown label type.
  • "SHARED" : Shared labels may be shared with users to apply to Drive items.
  • "ADMIN" : Admin-owned label. Only creatable and editable by admins. Supports some additional admin-only features.
  • "GOOGLE_APP" : A label owned by an internal Google application rather than a customer. These labels are read-only.

Implementation

core.String? labelType;