GoogleAppsDriveLabelsV2UserCapabilities class

The capabilities of a user.

Constructors

GoogleAppsDriveLabelsV2UserCapabilities({bool? canAccessLabelManager, bool? canAdministrateLabels, bool? canCreateAdminLabels, bool? canCreateSharedLabels, String? name})
GoogleAppsDriveLabelsV2UserCapabilities.fromJson(Map json_)

Properties

canAccessLabelManager bool?
Whether the user is allowed access to the label manager.
getter/setter pair
canAdministrateLabels bool?
Whether the user is an administrator for the shared labels feature.
getter/setter pair
canCreateAdminLabels bool?
Whether the user is allowed to create new admin labels.
getter/setter pair
canCreateSharedLabels bool?
Whether the user is allowed to create new shared labels.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
name String?
Resource name for the user capabilities.
getter/setter pair
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