BucketAccessControl class
An access-control entry.
Constructors
- BucketAccessControl({String? bucket, String? domain, String? email, String? entity, String? entityId, String? etag, String? id, String? kind, BucketAccessControlProjectTeam? projectTeam, String? role, String? selfLink})
- BucketAccessControl.fromJson(Map _json)
Properties
- bucket ↔ String?
-
The name of the bucket.
getter/setter pair
- domain ↔ String?
-
The domain associated with the entity, if any.
getter/setter pair
- email ↔ String?
-
The email address associated with the entity, if any.
getter/setter pair
- entity ↔ String?
-
The entity holding the permission, in one of the following forms:
getter/setter pair
- entityId ↔ String?
-
The ID for the entity, if any.
getter/setter pair
- etag ↔ String?
-
HTTP 1.1 Entity tag for the access-control entry.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- id ↔ String?
-
The ID of the access-control entry.
getter/setter pair
- kind ↔ String?
-
The kind of item this is.
getter/setter pair
- projectTeam ↔ BucketAccessControlProjectTeam?
-
The project team associated with the entity, if any.
getter/setter pair
- role ↔ String?
-
The access permission for the entity.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- selfLink ↔ String?
-
The link to this access-control entry.
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