ApiScope class
ApiScope (mirror Python)
Constructors
- ApiScope({LivekitGrant? livekit, QueuesGrant? queues, MessagingGrant? messaging, DatabaseGrant? database, SyncGrant? sync, StorageGrant? storage, ContainersGrant? containers, DeveloperGrant? developer, AgentsGrant? agents, AdminGrant? admin, SecretsGrant? secrets})
-
ApiScope.fromJson(Map<
String, dynamic> j) -
factory
Properties
- admin → AdminGrant?
-
final
- agents → AgentsGrant?
-
final
- containers → ContainersGrant?
-
final
- database → DatabaseGrant?
-
final
- developer → DeveloperGrant?
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- livekit → LivekitGrant?
-
final
- messaging → MessagingGrant?
-
final
- queues → QueuesGrant?
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- secrets → SecretsGrant?
-
final
- storage → StorageGrant?
-
final
- sync → SyncGrant?
-
final
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
Static Methods
-
agentDefault(
) → ApiScope -
full(
) → ApiScope -
userDefault(
) → ApiScope