StorageIdScope class

An ACL scope for an entity identified by a 'Google Storage ID'.

The storageId is a string of 64 hexadecimal digits that identifies a specific Google account holder or a specific Google group.

Inheritance

Constructors

StorageIdScope(String storageId)

Properties

hashCode → int
The hash code for this object.
latefinalinherited
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited
storageId → String
Google Storage ID.
no setter

Methods

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