LabelsPermissionsResource class

Constructors

LabelsPermissionsResource(ApiRequester client)

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

batchDelete(GoogleAppsDriveLabelsV2BatchDeleteLabelPermissionsRequest request, String parent, {String? $fields}) Future<GoogleProtobufEmpty>
Deletes Label permissions.
batchUpdate(GoogleAppsDriveLabelsV2BatchUpdateLabelPermissionsRequest request, String parent, {String? $fields}) Future<GoogleAppsDriveLabelsV2BatchUpdateLabelPermissionsResponse>
Updates Label permissions.
create(GoogleAppsDriveLabelsV2LabelPermission request, String parent, {bool? useAdminAccess, String? $fields}) Future<GoogleAppsDriveLabelsV2LabelPermission>
Updates a Label's permissions.
delete(String name, {bool? useAdminAccess, String? $fields}) Future<GoogleProtobufEmpty>
Deletes a Label's permission.
list(String parent, {int? pageSize, String? pageToken, bool? useAdminAccess, String? $fields}) Future<GoogleAppsDriveLabelsV2ListLabelPermissionsResponse>
Lists a Label's permissions.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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