ApiScope constructor

ApiScope({
  1. LivekitGrant? livekit,
  2. QueuesGrant? queues,
  3. MessagingGrant? messaging,
  4. DatasetGrant? dataset,
  5. SqliteGrant? sqlite,
  6. MemoryGrant? memory,
  7. SyncGrant? sync,
  8. StorageGrant? storage,
  9. ContainersGrant? containers,
  10. DeveloperGrant? developer,
  11. AgentsGrant? agents,
  12. LLMGrant? llm,
  13. AdminGrant? admin,
  14. SecretsGrant? secrets,
  15. TunnelsGrant? tunnels,
  16. ServicesGrant? services,
})

Implementation

ApiScope({
  this.livekit,
  this.queues,
  this.messaging,
  this.dataset,
  this.sqlite,
  this.memory,
  this.sync,
  this.storage,
  this.containers,
  this.developer,
  this.agents,
  this.llm,
  this.admin,
  this.secrets,
  this.tunnels,
  this.services,
});