ObjectAccessControl class

An access-control entry.

Constructors

ObjectAccessControl({String? bucket, String? domain, String? email, String? entity, String? entityId, String? etag, String? generation, String? id, String? kind, String? object, ObjectAccessControlProjectTeam? projectTeam, String? role, String? selfLink})
ObjectAccessControl.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
generation String?
The content generation of the object, if applied to an object.
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
object String?
The name of the object, if applied to an object.
getter/setter pair
projectTeam ObjectAccessControlProjectTeam?
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
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