GoogleAppsDriveLabelsV2FieldSelectionOptionsChoiceAppliedCapabilities class
The capabilities related to this choice on applied metadata.
Constructors
- GoogleAppsDriveLabelsV2FieldSelectionOptionsChoiceAppliedCapabilities({bool? canRead, bool? canSearch, bool? canSelect})
- GoogleAppsDriveLabelsV2FieldSelectionOptionsChoiceAppliedCapabilities.fromJson(Map json_)
Properties
- canRead ↔ bool?
-
Whether the user can read related applied metadata on items.
getter/setter pair
- canSearch ↔ bool?
-
Whether the user can use this choice in search queries.
getter/setter pair
- canSelect ↔ bool?
-
Whether the user can select this choice on an item.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
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