GoogleAppsDriveLabelsV2LabelDisplayHints class

UI display hints for rendering the label.

Constructors

GoogleAppsDriveLabelsV2LabelDisplayHints({bool? disabled, bool? hiddenInSearch, String? priority, bool? shownInApply})
GoogleAppsDriveLabelsV2LabelDisplayHints.fromJson(Map json_)

Properties

disabled bool?
Whether the label should be shown in the UI as disabled.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
hiddenInSearch bool?
This label should be hidden in the search menu when searching for Drive items.
getter/setter pair
priority String?
Order to display label in a list.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
shownInApply bool?
This label should be shown in the apply menu when applying values to a Drive item.
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited