SYMBOL INDEX (14266 symbols across 1817 files) FILE: apps/api/src/admin/admin.module.ts class AdminModule (line 17) | class AdminModule {} FILE: apps/api/src/admin/controllers/runner.controller.ts class AdminRunnerController (line 41) | class AdminRunnerController { method constructor (line 42) | constructor( method create (line 73) | async create(@Body() createRunnerDto: AdminCreateRunnerDto): Promise { FILE: apps/api/src/admin/controllers/sandbox.controller.ts class AdminSandboxController (line 25) | class AdminSandboxController { method constructor (line 26) | constructor( method recoverSandbox (line 53) | async recoverSandbox(@Param('sandboxId') sandboxId: string): Promise { method deleteApiKey (line 113) | async deleteApiKey(organizationId: string, userId: string, name: strin... method updateLastUsedAt (line 123) | async updateLastUsedAt(organizationId: string, userId: string, name: s... method deleteWithEntityManager (line 144) | private async deleteWithEntityManager(entityManager: EntityManager, ap... method invalidateApiKeyCache (line 150) | private async invalidateApiKeyCache(keyHash: string): Promise { method handleOrganizationResourcePermissionsUnassignedEvent (line 163) | async handleOrganizationResourcePermissionsUnassignedEvent( FILE: apps/api/src/api-key/dto/api-key-list.dto.ts class ApiKeyListDto (line 11) | class ApiKeyListDto { method constructor (line 57) | constructor(partial: Partial) { method fromApiKey (line 61) | static fromApiKey(apiKey: ApiKey): ApiKeyListDto { FILE: apps/api/src/api-key/dto/api-key-response.dto.ts class ApiKeyResponseDto (line 11) | class ApiKeyResponseDto { method fromApiKey (line 44) | static fromApiKey(apiKey: ApiKey, value: string): ApiKeyResponseDto { FILE: apps/api/src/api-key/dto/create-api-key.dto.ts class CreateApiKeyDto (line 12) | class CreateApiKeyDto { FILE: apps/api/src/app.module.ts class AppModule (line 218) | class AppModule implements NestModule { method configure (line 219) | configure(consumer: MiddlewareConsumer) { FILE: apps/api/src/app.service.ts constant DAYTONA_ADMIN_USER_ID (line 23) | const DAYTONA_ADMIN_USER_ID = 'daytona-admin' class AppService (line 26) | class AppService implements OnApplicationBootstrap, OnApplicationShutdown { method constructor (line 29) | constructor( method onApplicationShutdown (line 43) | async onApplicationShutdown(signal?: string) { method onApplicationBootstrap (line 48) | async onApplicationBootstrap() { method stopAllCronJobs (line 70) | private async stopAllCronJobs(): Promise { method initializeDefaultRegion (line 77) | private async initializeDefaultRegion(): Promise { method initializeDefaultRunner (line 98) | private async initializeDefaultRunner(): Promise { method initializeAdminUser (line 168) | private async initializeAdminUser(): Promise { method initializeTransientRegistry (line 209) | private async initializeTransientRegistry(): Promise { method initializeInternalRegistry (line 242) | private async initializeInternalRegistry(): Promise { method initializeBackupRegistry (line 275) | private async initializeBackupRegistry(): Promise { method initializeDefaultSnapshot (line 312) | private async initializeDefaultSnapshot(): Promise { FILE: apps/api/src/audit/adapters/audit-opensearch.adapter.ts constant MAX_OFFSET_PAGINATION_LIMIT (line 21) | const MAX_OFFSET_PAGINATION_LIMIT = 10000 class AuditOpenSearchStorageAdapter (line 23) | class AuditOpenSearchStorageAdapter implements AuditLogStorageAdapter, O... method constructor (line 27) | constructor( method onModuleInit (line 34) | async onModuleInit(): Promise { method write (line 42) | async write(auditLogs: AuditLog[]): Promise { method getAllLogs (line 82) | async getAllLogs( method getOrganizationLogs (line 94) | async getOrganizationLogs( method createDataStream (line 111) | private async createDataStream() { method putIndexTemplate (line 124) | private async putIndexTemplate() { method mapSourceToAuditLog (line 179) | private mapSourceToAuditLog(source: any): AuditLog { method setupISM (line 198) | private async setupISM(): Promise { method createISMPolicy (line 215) | private async createISMPolicy(retentionDays: number): Promise { method applyISMPolicyToIndexTemplate (line 297) | private async applyISMPolicyToIndexTemplate(): Promise { method buildDateRangeQuery (line 341) | private buildDateRangeQuery(filters?: AuditLogFilter): QueryContainer { method buildOrganizationQuery (line 358) | private buildOrganizationQuery(organizationId: string, filters?: Audit... method buildSearchBody (line 378) | private buildSearchBody( method executeSearch (line 416) | private async executeSearch(searchBody: Search_RequestBody) { method processSearchResponse (line 424) | private async processSearchResponse( FILE: apps/api/src/audit/adapters/audit-typeorm.adapter.ts class AuditTypeormStorageAdapter (line 15) | class AuditTypeormStorageAdapter implements AuditLogStorageAdapter { method constructor (line 18) | constructor( method write (line 23) | async write(auditLogs: AuditLog[]): Promise { method getAllLogs (line 27) | async getAllLogs(page?: number, limit = 1000, filters?: AuditLogFilter... method getOrganizationLogs (line 49) | async getOrganizationLogs( FILE: apps/api/src/audit/audit.module.ts class AuditModule (line 66) | class AuditModule {} FILE: apps/api/src/audit/constants/audit-tokens.ts constant AUDIT_STORAGE_ADAPTER (line 6) | const AUDIT_STORAGE_ADAPTER = 'AUDIT_STORAGE_ADAPTER' constant AUDIT_LOG_PUBLISHER (line 7) | const AUDIT_LOG_PUBLISHER = 'AUDIT_LOG_PUBLISHER' constant AUDIT_KAFKA_SERVICE (line 8) | const AUDIT_KAFKA_SERVICE = 'AUDIT_KAFKA_SERVICE' constant AUDIT_KAFKA_TOPIC (line 9) | const AUDIT_KAFKA_TOPIC = 'audit-logs' FILE: apps/api/src/audit/controllers/audit.controller.ts class AuditController (line 26) | class AuditController { method constructor (line 27) | constructor(private readonly auditService: AuditService) {} method getAllLogs (line 40) | async getAllLogs(@Query() query: ListAuditLogsQueryDto): Promise = Omit & { body: T } constant MASKED_AUDIT_VALUE (line 13) | const MASKED_AUDIT_VALUE = '********' type AuditContext (line 15) | interface AuditContext { constant AUDIT_CONTEXT_KEY (line 23) | const AUDIT_CONTEXT_KEY = 'audit_context' FILE: apps/api/src/audit/dto/audit-log.dto.ts class AuditLogDto (line 10) | class AuditLogDto { method fromAuditLog (line 56) | static fromAuditLog(auditLog: AuditLog): AuditLogDto { FILE: apps/api/src/audit/dto/create-audit-log-internal.dto.ts class CreateAuditLogInternalDto (line 10) | class CreateAuditLogInternalDto { FILE: apps/api/src/audit/dto/create-audit-log.dto.ts class CreateAuditLogDto (line 12) | class CreateAuditLogDto { FILE: apps/api/src/audit/dto/list-audit-logs-query.dto.ts class ListAuditLogsQueryDto (line 13) | class ListAuditLogsQueryDto { FILE: apps/api/src/audit/dto/paginated-audit-logs.dto.ts class PaginatedAuditLogsDto (line 10) | class PaginatedAuditLogsDto { FILE: apps/api/src/audit/dto/update-audit-log-internal.dto.ts class UpdateAuditLogInternalDto (line 6) | class UpdateAuditLogInternalDto { FILE: apps/api/src/audit/entities/audit-log.entity.ts type AuditLogMetadata (line 9) | type AuditLogMetadata = Record class AuditLog (line 14) | class AuditLog { method constructor (line 61) | constructor(params: { FILE: apps/api/src/audit/enums/audit-action.enum.ts type AuditAction (line 6) | enum AuditAction { FILE: apps/api/src/audit/enums/audit-target.enum.ts type AuditTarget (line 6) | enum AuditTarget { FILE: apps/api/src/audit/events/audit-log-created.event.ts class AuditLogCreatedEvent (line 8) | class AuditLogCreatedEvent { method constructor (line 9) | constructor(public readonly auditLog: AuditLog) {} FILE: apps/api/src/audit/events/audit-log-updated.event.ts class AuditLogUpdatedEvent (line 8) | class AuditLogUpdatedEvent { method constructor (line 9) | constructor(public readonly auditLog: AuditLog) {} FILE: apps/api/src/audit/interceptors/audit.interceptor.ts type RequestWithUser (line 28) | type RequestWithUser = Request & { class AuditInterceptor (line 33) | class AuditInterceptor implements NestInterceptor { method constructor (line 36) | constructor( method intercept (line 42) | intercept(context: ExecutionContext, next: CallHandler): Observable { method write (line 22) | async write(auditLogs: AuditLog[]): Promise { FILE: apps/api/src/audit/publishers/kafka/audit-kafka-consumer.controller.ts class AuditKafkaConsumerController (line 16) | class AuditKafkaConsumerController { method constructor (line 19) | constructor(@Inject(AUDIT_STORAGE_ADAPTER) private readonly auditStora... method handleAuditLogMessage (line 23) | public async handleAuditLogMessage(@Payload() message: AuditLog, @Ctx(... FILE: apps/api/src/audit/publishers/kafka/audit-kafka-publisher.ts class AuditKafkaPublisher (line 13) | class AuditKafkaPublisher implements AuditLogPublisher, OnModuleInit { method constructor (line 16) | constructor(private readonly kafkaService: ClientKafkaProxy) {} method onModuleInit (line 18) | async onModuleInit() { method write (line 23) | async write(auditLogs: AuditLog[]): Promise { FILE: apps/api/src/audit/services/audit.service.ts class AuditService (line 25) | class AuditService implements OnApplicationBootstrap { method constructor (line 28) | constructor( method onApplicationBootstrap (line 41) | onApplicationBootstrap() { method createLog (line 62) | async createLog(createDto: CreateAuditLogInternalDto): Promise { method resolveDanglingLogs (line 154) | async resolveDanglingLogs() { method publishAuditLogs (line 181) | async publishAuditLogs() { FILE: apps/api/src/audit/subscribers/audit-log.subscriber.ts class AuditLogSubscriber (line 12) | class AuditLogSubscriber implements EntitySubscriberInterface { method constructor (line 18) | constructor(dataSource: DataSource) { method listenTo (line 22) | listenTo() { method beforeUpdate (line 26) | beforeUpdate(event: UpdateEvent) { FILE: apps/api/src/auth/api-key.strategy.ts type UserCache (line 22) | type UserCache = { class ApiKeyStrategy (line 29) | class ApiKeyStrategy extends PassportStrategy(Strategy, 'api-key') imple... method constructor (line 32) | constructor( method onModuleInit (line 44) | onModuleInit() { method validate (line 48) | async validate(token: string): Promise { method getUserCache (line 182) | private async getUserCache(userId: string): Promise { method getApiKeyCache (line 195) | private async getApiKeyCache(token: string): Promise { method generateValidationCacheKey (line 221) | private generateValidationCacheKey(token: string): string { method generateUserCacheKey (line 225) | private generateUserCacheKey(userId: string): string { FILE: apps/api/src/auth/auth.module.ts class AuthModule (line 80) | class AuthModule {} FILE: apps/api/src/auth/combined-auth.guard.ts class CombinedAuthGuard (line 19) | class CombinedAuthGuard extends AuthGuard(['api-key', 'jwt']) { method handleRequest (line 22) | handleRequest(err: any, user: any) { FILE: apps/api/src/auth/constants/jwt-regex.constant.ts constant JWT_REGEX (line 15) | const JWT_REGEX = /^eyJ[A-Za-z0-9_-]+\.eyJ[A-Za-z0-9_-]+\.[A-Za-z0-9_-]+$/ FILE: apps/api/src/auth/failed-auth-tracker.service.ts class FailedAuthTrackerService (line 19) | class FailedAuthTrackerService { method constructor (line 22) | constructor( method incrementFailedAuth (line 27) | async incrementFailedAuth(request: Request, response: Response): Promi... FILE: apps/api/src/auth/get-auth-context.ts function getAuthContext (line 9) | function getAuthContext( FILE: apps/api/src/auth/health-check.guard.ts class HealthCheckGuard (line 11) | class HealthCheckGuard implements CanActivate { method canActivate (line 14) | async canActivate(context: ExecutionContext): Promise { FILE: apps/api/src/auth/jwt.strategy.ts type JwtStrategyConfig (line 17) | interface JwtStrategyConfig { class JwtStrategy (line 24) | class JwtStrategy extends PassportStrategy(Strategy) { method constructor (line 28) | constructor( method validate (line 50) | async validate(request: Request, payload: any): Promise { method verifyToken (line 99) | async verifyToken(token: string): Promise { FILE: apps/api/src/auth/or.guard.ts function OrGuard (line 19) | function OrGuard(guards: Type[]): Type { FILE: apps/api/src/auth/otel-collector.guard.ts class OtelCollectorGuard (line 11) | class OtelCollectorGuard implements CanActivate { method canActivate (line 14) | async canActivate(context: ExecutionContext): Promise { FILE: apps/api/src/auth/runner-auth.guard.ts class RunnerAuthGuard (line 11) | class RunnerAuthGuard implements CanActivate { method canActivate (line 14) | async canActivate(context: ExecutionContext): Promise { FILE: apps/api/src/auth/system-action.guard.ts class SystemActionGuard (line 13) | class SystemActionGuard implements CanActivate { method constructor (line 16) | constructor(private readonly reflector: Reflector) {} method canActivate (line 18) | async canActivate(context: ExecutionContext): Promise { FILE: apps/api/src/clickhouse/clickhouse.module.ts class ClickHouseModule (line 14) | class ClickHouseModule {} FILE: apps/api/src/clickhouse/clickhouse.service.ts class ClickHouseService (line 11) | class ClickHouseService implements OnModuleDestroy { method constructor (line 15) | constructor(private readonly configService: TypedConfigService) {} method getClient (line 17) | private getClient(): ClickHouseClient | null { method onModuleDestroy (line 37) | async onModuleDestroy() { method isConfigured (line 43) | isConfigured(): boolean { method query (line 47) | async query(query: string, params?: Record): Promi... method queryOne (line 71) | async queryOne(query: string, params?: Record): Pr... FILE: apps/api/src/common/constants/constants.ts constant SANDBOX_EVENT_CHANNEL (line 6) | const SANDBOX_EVENT_CHANNEL = 'sandbox.event.channel' FILE: apps/api/src/common/constants/error-messages.ts constant ARCHIVE_SANDBOXES_MESSAGE (line 9) | const ARCHIVE_SANDBOXES_MESSAGE = 'Consider archiving your unused Sandbo... constant PER_SANDBOX_LIMIT_MESSAGE (line 11) | const PER_SANDBOX_LIMIT_MESSAGE = FILE: apps/api/src/common/decorators/autocommit-offset.decorator.ts function AutoCommitOffset (line 12) | function AutoCommitOffset(): MethodDecorator { FILE: apps/api/src/common/decorators/distributed-lock.decorator.ts type DistributedLockOptions (line 8) | type DistributedLockOptions = { function DistributedLock (line 21) | function DistributedLock(options?: DistributedLockOptions): MethodDecora... FILE: apps/api/src/common/decorators/log-execution.decorator.ts constant LOG_THRESHOLD (line 9) | let LOG_THRESHOLD = parseInt(process.env.LOG_EXECUTION_THRESHOLD_MILLISE... function LogExecution (line 14) | function LogExecution(name?: string) { FILE: apps/api/src/common/decorators/on-async-event.decorator.ts function OnAsyncEvent (line 8) | function OnAsyncEvent({ event, options = {} }: OnEventMetadata): MethodD... FILE: apps/api/src/common/decorators/otel.decorator.ts type SpanConfig (line 18) | interface SpanConfig { type MetricConfig (line 32) | interface MetricConfig { type InstrumentationConfig (line 50) | interface InstrumentationConfig { function toSnakeCase (line 76) | function toSnakeCase(str: string): string { function WithSpan (line 90) | function WithSpan(config?: string | SpanConfig) { function WithMetric (line 145) | function WithMetric(config?: string | MetricConfig) { function WithInstrumentation (line 201) | function WithInstrumentation(config?: string | InstrumentationConfig): M... FILE: apps/api/src/common/decorators/page-limit.decorator.ts function PageLimit (line 11) | function PageLimit(defaultValue = 100) { FILE: apps/api/src/common/decorators/page-number.decorator.ts function PageNumber (line 11) | function PageNumber(defaultValue = 1) { FILE: apps/api/src/common/decorators/throttler-scope.decorator.ts constant THROTTLER_SCOPE_KEY (line 8) | const THROTTLER_SCOPE_KEY = 'throttler:scope' FILE: apps/api/src/common/decorators/to-array.decorator.ts function ToArray (line 13) | function ToArray() { FILE: apps/api/src/common/decorators/track-job-execution.decorator.ts function TrackJobExecution (line 10) | function TrackJobExecution() { FILE: apps/api/src/common/dto/url.dto.ts class UrlDto (line 10) | class UrlDto { method constructor (line 17) | constructor(url: string) { FILE: apps/api/src/common/guards/anonymous-rate-limit.guard.ts class AnonymousRateLimitGuard (line 12) | class AnonymousRateLimitGuard extends ThrottlerGuard { method constructor (line 13) | constructor(options: ThrottlerModuleOptions, storageService: Throttler... method getTracker (line 17) | protected async getTracker(req: Request): Promise { method generateKey (line 23) | protected generateKey(context: ExecutionContext, suffix: string, name:... method handleRequest (line 29) | async handleRequest(requestProps: ThrottlerRequest): Promise { FILE: apps/api/src/common/guards/authenticated-rate-limit.guard.ts class AuthenticatedRateLimitGuard (line 16) | class AuthenticatedRateLimitGuard extends ThrottlerGuard { method constructor (line 19) | constructor( method getTracker (line 29) | protected async getTracker(req: Request): Promise { method generateKey (line 47) | protected generateKey(context: ExecutionContext, suffix: string, name:... method handleRequest (line 53) | async handleRequest(requestProps: ThrottlerRequest): Promise { method isValidAuthContext (line 143) | private isValidAuthContext(user: any): boolean { method isSystemRole (line 147) | private isSystemRole(user: any): boolean { method getCachedOrganizationRateLimits (line 152) | private async getCachedOrganizationRateLimits(organizationId: string):... FILE: apps/api/src/common/interceptors/content-type.interceptors.ts class ContentTypeInterceptor (line 10) | class ContentTypeInterceptor implements NestInterceptor { method intercept (line 13) | async intercept(context: ExecutionContext, next: CallHandler): Promise... FILE: apps/api/src/common/interfaces/auth-context.interface.ts type BaseAuthContext (line 18) | interface BaseAuthContext { type ApiRole (line 22) | type ApiRole = type AuthContext (line 32) | interface AuthContext extends BaseAuthContext { function isAuthContext (line 40) | function isAuthContext(user: BaseAuthContext): user is AuthContext { type OrganizationAuthContext (line 44) | interface OrganizationAuthContext extends AuthContext { function isOrganizationAuthContext (line 50) | function isOrganizationAuthContext(user: BaseAuthContext): user is Organ... type AuthContextType (line 54) | type AuthContextType = FILE: apps/api/src/common/interfaces/health-check-context.interface.ts type HealthCheckContext (line 8) | interface HealthCheckContext extends BaseAuthContext { function isHealthCheckContext (line 12) | function isHealthCheckContext(user: BaseAuthContext): user is HealthChec... FILE: apps/api/src/common/interfaces/otel-collector-context.interface.ts type OtelCollectorContext (line 8) | interface OtelCollectorContext extends BaseAuthContext { function isOtelCollectorContext (line 12) | function isOtelCollectorContext(user: BaseAuthContext): user is OtelColl... FILE: apps/api/src/common/interfaces/otel-config.interface.ts type OTELConfig (line 6) | interface OTELConfig { FILE: apps/api/src/common/interfaces/paginated-list.interface.ts type PaginatedList (line 6) | interface PaginatedList { FILE: apps/api/src/common/interfaces/proxy-context.interface.ts type ProxyContext (line 8) | interface ProxyContext extends BaseAuthContext { function isProxyContext (line 12) | function isProxyContext(user: BaseAuthContext): user is ProxyContext { FILE: apps/api/src/common/interfaces/region-proxy.interface.ts type RegionProxyContext (line 8) | interface RegionProxyContext extends BaseAuthContext { function isRegionProxyContext (line 13) | function isRegionProxyContext(user: BaseAuthContext): user is RegionProx... FILE: apps/api/src/common/interfaces/region-ssh-gateway.interface.ts type RegionSSHGatewayContext (line 8) | interface RegionSSHGatewayContext extends BaseAuthContext { function isRegionSSHGatewayContext (line 13) | function isRegionSSHGatewayContext(user: BaseAuthContext): user is Regio... FILE: apps/api/src/common/interfaces/runner-context.interface.ts type RunnerContext (line 9) | interface RunnerContext extends BaseAuthContext { function isRunnerContext (line 15) | function isRunnerContext(user: BaseAuthContext): user is RunnerContext { FILE: apps/api/src/common/interfaces/ssh-gateway-context.interface.ts type SshGatewayContext (line 8) | interface SshGatewayContext extends BaseAuthContext { function isSshGatewayContext (line 12) | function isSshGatewayContext(user: BaseAuthContext): user is SshGatewayC... FILE: apps/api/src/common/interfaces/trackable-job-executions.ts type TrackableJobExecutions (line 6) | interface TrackableJobExecutions { FILE: apps/api/src/common/middleware/failed-auth-rate-limit.middleware.ts class FailedAuthRateLimitMiddleware (line 25) | class FailedAuthRateLimitMiddleware implements NestMiddleware { method constructor (line 28) | constructor( method use (line 33) | async use(req: Request, res: Response, next: NextFunction) { FILE: apps/api/src/common/middleware/maintenance.middleware.ts class MaintenanceMiddleware (line 11) | class MaintenanceMiddleware implements NestMiddleware { method constructor (line 12) | constructor(private readonly configService: TypedConfigService) {} method use (line 14) | use(req: Request, res: Response, next: NextFunction) { FILE: apps/api/src/common/middleware/version-header.middleware.ts class VersionHeaderMiddleware (line 11) | class VersionHeaderMiddleware implements NestMiddleware { method constructor (line 14) | constructor(private readonly configService: TypedConfigService) { method use (line 18) | use(req: Request, res: Response, next: NextFunction) { FILE: apps/api/src/common/modules/body-parser-error.module.ts class BodyParserErrorModule (line 10) | class BodyParserErrorModule implements OnModuleInit { method constructor (line 11) | constructor(private readonly httpAdapterHost: HttpAdapterHost) {} method onModuleInit (line 13) | onModuleInit() { FILE: apps/api/src/common/providers/openfeature-posthog.provider.ts type OpenFeaturePostHogProviderConfig (line 11) | interface OpenFeaturePostHogProviderConfig { class OpenFeaturePostHogProvider (line 20) | class OpenFeaturePostHogProvider implements Provider { method constructor (line 29) | constructor(config: OpenFeaturePostHogProviderConfig = {}) { method resolveBooleanEvaluation (line 42) | async resolveBooleanEvaluation( method resolveStringEvaluation (line 58) | async resolveStringEvaluation( method resolveNumberEvaluation (line 73) | async resolveNumberEvaluation( method resolveObjectEvaluation (line 88) | async resolveObjectEvaluation( method evaluateFlag (line 143) | private async evaluateFlag( method getTargetingKey (line 199) | private getTargetingKey(context: EvaluationContext): string | undefined { method buildFlagContext (line 203) | private buildFlagContext(context: EvaluationContext) { method hooks (line 235) | get hooks(): Hook[] { method onClose (line 239) | async onClose(): Promise { FILE: apps/api/src/common/repositories/base.repository.ts method constructor (line 27) | constructor( method findOne (line 38) | async findOne(options: FindOneOptions): Promise { method findOneBy (line 45) | async findOneBy(where: FindOptionsWhere | FindOptionsWhere | FindOptionsWher... method findOneOrFail (line 59) | async findOneOrFail(options: FindOneOptions): Promise { method find (line 66) | async find(options?: FindManyOptions): Promise { method findAndCount (line 73) | async findAndCount(options?: FindManyOptions): Promise<[TEntity... method count (line 80) | async count(options?: FindManyOptions): Promise { method manager (line 89) | get manager() { method createQueryBuilder (line 96) | createQueryBuilder(alias?: string): SelectQueryBuilder { method delete (line 103) | async delete(criteria: FindOptionsWhere | FindOptionsWhere> function getPinoTransport (line 97) | function getPinoTransport( FILE: apps/api/src/common/utils/range-filter.ts function createRangeFilter (line 14) | function createRangeFilter(minValue?: T, maxValue?: T) { FILE: apps/api/src/common/utils/rate-limit-headers.util.ts type RateLimitHeadersOptions (line 12) | interface RateLimitHeadersOptions { function setRateLimitHeaders (line 24) | function setRateLimitHeaders(response: Response, options: RateLimitHeade... FILE: apps/api/src/common/utils/uuid.ts function isValidUuid (line 6) | function isValidUuid(value: string): boolean { FILE: apps/api/src/config/config.controller.ts class ConfigController (line 13) | class ConfigController { method constructor (line 14) | constructor(private readonly configService: TypedConfigService) {} method getConfig (line 23) | getConfig() { FILE: apps/api/src/config/dto/configuration.dto.ts class Announcement (line 11) | class Announcement { class PosthogConfig (line 29) | class PosthogConfig { class RateLimitEntry (line 46) | class RateLimitEntry { class RateLimitConfig (line 65) | class RateLimitConfig { class OidcConfig (line 96) | class OidcConfig { class ConfigurationDto (line 121) | class ConfigurationDto { method constructor (line 252) | constructor(configService: TypedConfigService) { FILE: apps/api/src/config/typed-config.module.ts class TypedConfigModule (line 24) | class TypedConfigModule { method forRoot (line 25) | static forRoot(options: Partial = {}): DynamicMod... FILE: apps/api/src/config/typed-config.service.ts type Configuration (line 16) | type Configuration = typeof configuration type Paths (line 19) | type Paths = T extends object type PathValue (line 26) | type PathValue = P extends `${infer K}.${infer Rest}` class TypedConfigService (line 37) | class TypedConfigService { method constructor (line 38) | constructor(private configService: ConfigService) {} method get (line 45) | get>(key: K): PathValue>(key: K): NonNullable): RedisOptions { method getClickHouseConfig (line 185) | getClickHouseConfig() { FILE: apps/api/src/docker-registry/controllers/docker-registry.controller.ts class DockerRegistryController (line 59) | class DockerRegistryController { method constructor (line 60) | constructor(private readonly dockerRegistryService: DockerRegistryServ... method create (line 89) | async create( method findAll (line 117) | async findAll(@AuthContext() authContext: OrganizationAuthContext): Pr... method getTransientPushAccess (line 143) | async getTransientPushAccess( method findOne (line 166) | async findOne(@DockerRegistry() registry: DockerRegistryEntity): Promi... method update (line 201) | async update( method remove (line 231) | async remove(@Param('id') registryId: string): Promise { method setDefault (line 257) | async setDefault(@Param('id') registryId: string): Promise { FILE: apps/api/src/docker-registry/providers/docker-registry.provider.interface.ts constant DOCKER_REGISTRY_PROVIDER (line 6) | const DOCKER_REGISTRY_PROVIDER = 'DOCKER_REGISTRY_PROVIDER' type IDockerRegistryProvider (line 8) | interface IDockerRegistryProvider { FILE: apps/api/src/docker-registry/providers/docker-registry.provider.ts class DockerRegistryProvider (line 12) | class DockerRegistryProvider implements IDockerRegistryProvider { method constructor (line 13) | constructor(private readonly httpService: HttpService) {} method createRobotAccount (line 15) | async createRobotAccount( method deleteArtifact (line 37) | async deleteArtifact( FILE: apps/api/src/docker-registry/providers/mock-docker-registry.provider.ts class MockDockerRegistryProvider (line 8) | class MockDockerRegistryProvider implements IDockerRegistryProvider { method createRobotAccount (line 9) | async createRobotAccount(): Promise<{ name: string; secret: string }> { method deleteArtifact (line 16) | async deleteArtifact(): Promise { FILE: apps/api/src/docker-registry/services/docker-registry.service.ts constant AXIOS_TIMEOUT_MS (line 31) | const AXIOS_TIMEOUT_MS = 3000 constant DOCKER_HUB_REGISTRY (line 32) | const DOCKER_HUB_REGISTRY = 'registry-1.docker.io' constant DOCKER_HUB_URL (line 33) | const DOCKER_HUB_URL = 'docker.io' function normalizeRegistryUrl (line 39) | function normalizeRegistryUrl(url: string): string { type ImageDetails (line 47) | interface ImageDetails { class DockerRegistryService (line 59) | class DockerRegistryService { method constructor (line 62) | constructor( method create (line 70) | async create( method findAll (line 98) | async findAll(organizationId: string, registryType: RegistryType): Pro... method findOne (line 107) | async findOne(registryId: string): Promise { method findOneOrFail (line 113) | async findOneOrFail(registryId: string): Promise { method update (line 119) | async update(registryId: string, updateDto: UpdateDockerRegistryDto): ... method remove (line 139) | async remove(registryId: string): Promise { method setDefault (line 151) | async setDefault(registryId: string): Promise { method unsetDefaultRegistry (line 166) | private async unsetDefaultRegistry(): Promise { method getAvailableInternalRegistry (line 181) | async getAvailableInternalRegistry(regionId: string): Promise { method getAvailableBackupRegistry (line 251) | async getAvailableBackupRegistry(preferredRegionId: string): Promise { method getRegistryUrl (line 513) | getRegistryUrl(registry: DockerRegistry): string { method findRegistryByImageName (line 526) | public async findRegistryByImageName( method findRegistryByUrlMatch (line 556) | private findRegistryByUrlMatch(registries: DockerRegistry[], targetStr... method createTemporaryRegistryConfig (line 571) | private createTemporaryRegistryConfig(registryOrigin: string): DockerR... method getDockerHubToken (line 585) | private async getDockerHubToken(repository: string): Promise { method decrypt (line 45) | public async decrypt(input: string, backwardsCompatible = false): Prom... method _decrypt (line 57) | private async _decrypt(input: string): Promise { method serialize (line 68) | private serialize(data: EncryptedData): string { method deserialize (line 72) | private deserialize(data: string): EncryptedData { FILE: apps/api/src/exceptions/bad-request.exception.ts class BadRequestError (line 8) | class BadRequestError extends HttpException { method constructor (line 9) | constructor(message: string) { FILE: apps/api/src/exceptions/forbidden-operation.exception.ts class ForbiddenOperationError (line 8) | class ForbiddenOperationError extends HttpException { method constructor (line 9) | constructor(message: string) { FILE: apps/api/src/exceptions/not-found.exception.ts class ResourceNotFoundError (line 8) | class ResourceNotFoundError extends HttpException { method constructor (line 9) | constructor(message: string) { FILE: apps/api/src/exceptions/sandbox-error.exception.ts class SandboxError (line 8) | class SandboxError extends HttpException { method constructor (line 9) | constructor(message: string) { FILE: apps/api/src/filters/all-exceptions.filter.ts class AllExceptionsFilter (line 22) | class AllExceptionsFilter implements ExceptionFilter { method constructor (line 25) | constructor(private readonly failedAuthTracker: FailedAuthTrackerServi... method catch (line 27) | async catch(exception: unknown, host: ArgumentsHost): Promise { FILE: apps/api/src/filters/kafka-exception.filter.ts type KafkaMaxRetryOptions (line 10) | interface KafkaMaxRetryOptions { class KafkaMaxRetryExceptionFilter (line 17) | class KafkaMaxRetryExceptionFilter { method constructor (line 25) | constructor(options: KafkaMaxRetryOptions = {}) { method catch (line 38) | async catch(exception: unknown, host: ArgumentsHost) { method createMessageKey (line 63) | private createMessageKey(context: KafkaContext): string { method handleMaxRetriesExceeded (line 67) | private async handleMaxRetriesExceeded( method sendToDLQ (line 88) | private async sendToDLQ(context: KafkaContext, message: any, retryCoun... method createDLQMessage (line 110) | private createDLQMessage(message: any, retryCount: number, context: Ka... method commitMessageOffset (line 126) | private async commitMessageOffset(context: KafkaContext, messageKey: s... FILE: apps/api/src/generate-openapi.ts function generateOpenAPI (line 19) | async function generateOpenAPI() { FILE: apps/api/src/health/health.controller.ts class HealthController (line 15) | class HealthController { method constructor (line 18) | constructor( method live (line 26) | live() { method check (line 33) | async check() { FILE: apps/api/src/health/health.module.ts class HealthModule (line 17) | class HealthModule {} FILE: apps/api/src/health/redis.health.ts class RedisHealthIndicator (line 12) | class RedisHealthIndicator { method constructor (line 14) | constructor( method isHealthy (line 23) | async isHealthy(key: string) { FILE: apps/api/src/interceptors/metrics.interceptor.ts type RequestWithUser (line 40) | type RequestWithUser = Request & { user?: { userId: string; organization... type CommonCaptureProps (line 41) | type CommonCaptureProps = { class MetricsInterceptor (line 55) | class MetricsInterceptor implements NestInterceptor, OnApplicationShutdo... method constructor (line 60) | constructor(private readonly configService: TypedConfigService) { method intercept (line 80) | intercept(context: ExecutionContext, next: CallHandler): Observable { method down (line 64) | public async down(queryRunner: QueryRunner): Promise { FILE: apps/api/src/migrations/1741088165704-migration.ts class Migration1741088165704 (line 8) | class Migration1741088165704 implements MigrationInterface { method up (line 11) | public async up(queryRunner: QueryRunner): Promise { method down (line 21) | public async down(queryRunner: QueryRunner): Promise { FILE: apps/api/src/migrations/1741088883000-migration.ts class Migration1741088883000 (line 8) | class Migration1741088883000 implements MigrationInterface { method up (line 11) | public async up(queryRunner: QueryRunner): Promise { method down (line 293) | public async down(queryRunner: QueryRunner): Promise { FILE: apps/api/src/migrations/1741088883001-migration.ts class Migration1741088883001 (line 8) | class Migration1741088883001 implements MigrationInterface { method up (line 11) | public async up(queryRunner: QueryRunner): Promise { method down (line 15) | public async down(queryRunner: QueryRunner): Promise { FILE: apps/api/src/migrations/1741088883002-migration.ts class Migration1741088883002 (line 10) | class Migration1741088883002 implements MigrationInterface { method up (line 13) | public async up(queryRunner: QueryRunner): Promise { method down (line 98) | public async down(queryRunner: QueryRunner): Promise { FILE: apps/api/src/migrations/1741877019888-migration.ts class Migration1741877019888 (line 8) | class Migration1741877019888 implements MigrationInterface { method up (line 11) | public async up(queryRunner: QueryRunner): Promise { method down (line 19) | public async down(queryRunner: QueryRunner): Promise { FILE: apps/api/src/migrations/1742215525714-migration.ts class Migration1742215525714 (line 8) | class Migration1742215525714 implements MigrationInterface { method up (line 11) | public async up(queryRunner: QueryRunner): Promise { method down (line 15) | public async down(queryRunner: QueryRunner): Promise { FILE: apps/api/src/migrations/1742475055353-migration.ts class Migration1742475055353 (line 8) | class Migration1742475055353 implements MigrationInterface { method up (line 11) | public async up(queryRunner: QueryRunner): Promise { method down (line 18) | public async down(queryRunner: QueryRunner): Promise { FILE: apps/api/src/migrations/1742831092942-migration.ts class Migration1742831092942 (line 8) | class Migration1742831092942 implements MigrationInterface { method up (line 11) | public async up(queryRunner: QueryRunner): Promise { method down (line 15) | public async down(queryRunner: QueryRunner): Promise { FILE: apps/api/src/migrations/1743593463168-migration.ts class Migration1743593463168 (line 8) | class Migration1743593463168 implements MigrationInterface { method up (line 11) | public async up(queryRunner: QueryRunner): Promise { method down (line 17) | public async down(queryRunner: QueryRunner): Promise { FILE: apps/api/src/migrations/1743683015304-migration.ts class Migration1743683015304 (line 8) | class Migration1743683015304 implements MigrationInterface { method up (line 11) | public async up(queryRunner: QueryRunner): Promise { method down (line 18) | public async down(queryRunner: QueryRunner): Promise { FILE: apps/api/src/migrations/1744028841133-migration.ts class Migration1744028841133 (line 8) | class Migration1744028841133 implements MigrationInterface { method up (line 11) | public async up(queryRunner: QueryRunner): Promise { method down (line 16) | public async down(queryRunner: QueryRunner): Promise { FILE: apps/api/src/migrations/1744114341077-migration.ts class Migration1744114341077 (line 8) | class Migration1744114341077 implements MigrationInterface { method up (line 11) | public async up(queryRunner: QueryRunner): Promise { method down (line 29) | public async down(queryRunner: QueryRunner): Promise { FILE: apps/api/src/migrations/1744378115901-migration.ts class Migration1744378115901 (line 8) | class Migration1744378115901 implements MigrationInterface { method up (line 11) | public async up(queryRunner: QueryRunner): Promise { method down (line 18) | public async down(queryRunner: QueryRunner): Promise { FILE: apps/api/src/migrations/1744808444807-migration.ts class Migration1744808444807 (line 8) | class Migration1744808444807 implements MigrationInterface { method up (line 11) | public async up(queryRunner: QueryRunner): Promise { method down (line 18) | public async down(queryRunner: QueryRunner): Promise { FILE: apps/api/src/migrations/1744868914148-migration.ts class Migration1744868914148 (line 10) | class Migration1744868914148 implements MigrationInterface { method up (line 13) | public async up(queryRunner: QueryRunner): Promise { method down (line 53) | public async down(queryRunner: QueryRunner): Promise { FILE: apps/api/src/migrations/1744971114480-migration.ts class Migration1744971114480 (line 8) | class Migration1744971114480 implements MigrationInterface { method up (line 11) | public async up(queryRunner: QueryRunner): Promise { method down (line 23) | public async down(queryRunner: QueryRunner): Promise { FILE: apps/api/src/migrations/1745393243334-migration.ts class Migration1745393243334 (line 8) | class Migration1745393243334 implements MigrationInterface { method up (line 11) | public async up(queryRunner: QueryRunner): Promise { method down (line 37) | public async down(queryRunner: QueryRunner): Promise { FILE: apps/api/src/migrations/1745494761360-migration.ts class Migration1745494761360 (line 8) | class Migration1745494761360 implements MigrationInterface { method up (line 11) | public async up(queryRunner: QueryRunner): Promise { method down (line 15) | public async down(queryRunner: QueryRunner): Promise { FILE: apps/api/src/migrations/1745574377029-migration.ts class Migration1745574377029 (line 8) | class Migration1745574377029 implements MigrationInterface { method up (line 11) | public async up(queryRunner: QueryRunner): Promise { method down (line 59) | public async down(queryRunner: QueryRunner): Promise { FILE: apps/api/src/migrations/1745840296260-migration.ts class Migration1745840296260 (line 9) | class Migration1745840296260 implements MigrationInterface { method up (line 12) | public async up(queryRunner: QueryRunner): Promise { method down (line 46) | public async down(queryRunner: QueryRunner): Promise { FILE: apps/api/src/migrations/1745864972652-migration.ts class Migration1745864972652 (line 8) | class Migration1745864972652 implements MigrationInterface { method up (line 11) | public async up(queryRunner: QueryRunner): Promise { method down (line 21) | public async down(queryRunner: QueryRunner): Promise { FILE: apps/api/src/migrations/1746354231722-migration.ts class Migration1746354231722 (line 8) | class Migration1746354231722 implements MigrationInterface { method up (line 11) | public async up(queryRunner: QueryRunner): Promise { method down (line 15) | public async down(queryRunner: QueryRunner): Promise { FILE: apps/api/src/migrations/1746604150910-migration.ts class Migration1746604150910 (line 8) | class Migration1746604150910 implements MigrationInterface { method up (line 11) | public async up(queryRunner: QueryRunner): Promise { method down (line 15) | public async down(queryRunner: QueryRunner): Promise { FILE: apps/api/src/migrations/1747658203010-migration.ts class Migration1747658203010 (line 8) | class Migration1747658203010 implements MigrationInterface { method up (line 11) | public async up(queryRunner: QueryRunner): Promise { method down (line 15) | public async down(queryRunner: QueryRunner): Promise { FILE: apps/api/src/migrations/1748006546552-migration.ts class Migration1748006546552 (line 8) | class Migration1748006546552 implements MigrationInterface { method up (line 11) | public async up(queryRunner: QueryRunner): Promise { method down (line 24) | public async down(queryRunner: QueryRunner): Promise { FILE: apps/api/src/migrations/1748866194353-migration.ts class Migration1748866194353 (line 8) | class Migration1748866194353 implements MigrationInterface { method up (line 11) | public async up(queryRunner: QueryRunner): Promise { method down (line 15) | public async down(queryRunner: QueryRunner): Promise { FILE: apps/api/src/migrations/1749474791343-migration.ts class Migration1749474791343 (line 8) | class Migration1749474791343 implements MigrationInterface { method up (line 11) | public async up(queryRunner: QueryRunner): Promise { method down (line 15) | public async down(queryRunner: QueryRunner): Promise { FILE: apps/api/src/migrations/1749474791344-migration.ts class Migration1749474791344 (line 8) | class Migration1749474791344 implements MigrationInterface { method up (line 11) | public async up(queryRunner: QueryRunner): Promise { method down (line 92) | public async down(queryRunner: QueryRunner): Promise { FILE: apps/api/src/migrations/1749474791345-migration.ts class Migration1749474791345 (line 8) | class Migration1749474791345 implements MigrationInterface { method up (line 11) | public async up(queryRunner: QueryRunner): Promise { method down (line 37) | public async down(queryRunner: QueryRunner): Promise { FILE: apps/api/src/migrations/1750077343089-migration.ts class Migration1750077343089 (line 8) | class Migration1750077343089 implements MigrationInterface { method up (line 11) | public async up(queryRunner: QueryRunner): Promise { method down (line 15) | public async down(queryRunner: QueryRunner): Promise { FILE: apps/api/src/migrations/1750436374899-migration.ts class Migration1750436374899 (line 8) | class Migration1750436374899 implements MigrationInterface { method up (line 11) | public async up(queryRunner: QueryRunner): Promise { method down (line 21) | public async down(queryRunner: QueryRunner): Promise { FILE: apps/api/src/migrations/1750668569562-migration.ts class Migration1750668569562 (line 8) | class Migration1750668569562 implements MigrationInterface { method up (line 11) | public async up(queryRunner: QueryRunner): Promise { method down (line 15) | public async down(queryRunner: QueryRunner): Promise { FILE: apps/api/src/migrations/1750751712412-migration.ts class Migration1750751712412 (line 8) | class Migration1750751712412 implements MigrationInterface { method up (line 11) | public async up(queryRunner: QueryRunner): Promise { method down (line 24) | public async down(queryRunner: QueryRunner): Promise { FILE: apps/api/src/migrations/1751456907334-migration.ts class Migration1751456907334 (line 10) | class Migration1751456907334 implements MigrationInterface { method up (line 13) | public async up(queryRunner: QueryRunner): Promise { method down (line 65) | public async down(queryRunner: QueryRunner): Promise { FILE: apps/api/src/migrations/1752494676200-migration.ts class Migration1752494676200 (line 8) | class Migration1752494676200 implements MigrationInterface { method up (line 11) | public async up(queryRunner: QueryRunner): Promise { method down (line 15) | public async down(queryRunner: QueryRunner): Promise { FILE: apps/api/src/migrations/1752494676205-migration.ts class Migration1752494676205 (line 8) | class Migration1752494676205 implements MigrationInterface { method up (line 11) | public async up(queryRunner: QueryRunner): Promise { method down (line 30) | public async down(queryRunner: QueryRunner): Promise { FILE: apps/api/src/migrations/1752848014862-migration.ts class Migration1752848014862 (line 8) | class Migration1752848014862 implements MigrationInterface { method up (line 11) | public async up(queryRunner: QueryRunner): Promise { method down (line 53) | public async down(queryRunner: QueryRunner): Promise { FILE: apps/api/src/migrations/1753099115783-migration.ts class Migration1753099115783 (line 8) | class Migration1753099115783 implements MigrationInterface { method up (line 11) | public async up(queryRunner: QueryRunner): Promise { method down (line 15) | public async down(queryRunner: QueryRunner): Promise { FILE: apps/api/src/migrations/1753100751730-migration.ts class Migration1753100751730 (line 8) | class Migration1753100751730 implements MigrationInterface { method up (line 11) | public async up(queryRunner: QueryRunner): Promise { method down (line 30) | public async down(queryRunner: QueryRunner): Promise { FILE: apps/api/src/migrations/1753100751731-migration.ts class Migration1753100751731 (line 9) | class Migration1753100751731 implements MigrationInterface { method up (line 12) | public async up(queryRunner: QueryRunner): Promise { method down (line 20) | public async down(queryRunner: QueryRunner): Promise { FILE: apps/api/src/migrations/1753185133351-migration.ts class Migration1753185133351 (line 8) | class Migration1753185133351 implements MigrationInterface { method up (line 11) | public async up(queryRunner: QueryRunner): Promise { method down (line 18) | public async down(queryRunner: QueryRunner): Promise { FILE: apps/api/src/migrations/1753274135567-migration.ts class Migration1753274135567 (line 8) | class Migration1753274135567 implements MigrationInterface { method up (line 11) | public async up(queryRunner: QueryRunner): Promise { method down (line 15) | public async down(queryRunner: QueryRunner): Promise { FILE: apps/api/src/migrations/1753430929609-migration.ts class Migration1753430929609 (line 8) | class Migration1753430929609 implements MigrationInterface { method up (line 11) | public async up(queryRunner: QueryRunner): Promise { method down (line 24) | public async down(queryRunner: QueryRunner): Promise { FILE: apps/api/src/migrations/1753717830378-migration.ts class Migration1753717830378 (line 8) | class Migration1753717830378 implements MigrationInterface { method up (line 11) | public async up(queryRunner: QueryRunner): Promise { method down (line 16) | public async down(queryRunner: QueryRunner): Promise { FILE: apps/api/src/migrations/1754042247109-migration.ts class Migration1754042247109 (line 8) | class Migration1754042247109 implements MigrationInterface { method up (line 11) | public async up(queryRunner: QueryRunner): Promise { method down (line 17) | public async down(queryRunner: QueryRunner): Promise { FILE: apps/api/src/migrations/1755003696741-migration.ts class Migration1755003696741 (line 8) | class Migration1755003696741 implements MigrationInterface { method up (line 11) | public async up(queryRunner: QueryRunner): Promise { method down (line 15) | public async down(queryRunner: QueryRunner): Promise { FILE: apps/api/src/migrations/1755356869493-migration.ts class Migration1755356869493 (line 8) | class Migration1755356869493 implements MigrationInterface { method up (line 11) | public async up(queryRunner: QueryRunner): Promise { method down (line 17) | public async down(queryRunner: QueryRunner): Promise { FILE: apps/api/src/migrations/1755464957487-migration.ts class Migration1755464957487 (line 8) | class Migration1755464957487 implements MigrationInterface { method up (line 11) | public async up(queryRunner: QueryRunner): Promise { method down (line 23) | public async down(queryRunner: QueryRunner): Promise { FILE: apps/api/src/migrations/1755521645207-migration.ts class Migration1755521645207 (line 8) | class Migration1755521645207 implements MigrationInterface { method up (line 11) | public async up(queryRunner: QueryRunner): Promise { method down (line 17) | public async down(queryRunner: QueryRunner): Promise { FILE: apps/api/src/migrations/1755860619921-migration.ts class Migration1755860619921 (line 8) | class Migration1755860619921 implements MigrationInterface { method up (line 11) | public async up(queryRunner: QueryRunner): Promise { method down (line 17) | public async down(queryRunner: QueryRunner): Promise { FILE: apps/api/src/migrations/1757513754037-migration.ts class Migration1757513754037 (line 8) | class Migration1757513754037 implements MigrationInterface { method up (line 11) | public async up(queryRunner: QueryRunner): Promise { method down (line 52) | public async down(queryRunner: QueryRunner): Promise { FILE: apps/api/src/migrations/1757513754038-migration.ts class Migration1757513754038 (line 8) | class Migration1757513754038 implements MigrationInterface { method up (line 11) | public async up(queryRunner: QueryRunner): Promise { method down (line 22) | public async down(queryRunner: QueryRunner): Promise { FILE: apps/api/src/migrations/1759241690773-migration.ts class Migration1759241690773 (line 8) | class Migration1759241690773 implements MigrationInterface { method up (line 11) | public async up(queryRunner: QueryRunner): Promise { method down (line 16) | public async down(queryRunner: QueryRunner): Promise { FILE: apps/api/src/migrations/1759768058397-migration.ts class Migration1759768058397 (line 8) | class Migration1759768058397 implements MigrationInterface { method up (line 11) | public async up(queryRunner: QueryRunner): Promise { method down (line 23) | public async down(queryRunner: QueryRunner): Promise { FILE: apps/api/src/migrations/1761912147638-migration.ts class Migration1761912147638 (line 9) | class Migration1761912147638 implements MigrationInterface { method up (line 12) | public async up(queryRunner: QueryRunner): Promise { method down (line 21) | public async down(queryRunner: QueryRunner): Promise { FILE: apps/api/src/migrations/1761912147639-migration.ts class Migration1761912147639 (line 8) | class Migration1761912147639 implements MigrationInterface { method up (line 11) | public async up(queryRunner: QueryRunner): Promise { method down (line 29) | public async down(queryRunner: QueryRunner): Promise { FILE: apps/api/src/migrations/1763561822000-migration.ts class Migration1763561822000 (line 8) | class Migration1763561822000 implements MigrationInterface { method up (line 11) | public async up(queryRunner: QueryRunner): Promise { method down (line 17) | public async down(queryRunner: QueryRunner): Promise { FILE: apps/api/src/migrations/1764073472179-migration.ts class Migration1764073472179 (line 9) | class Migration1764073472179 implements MigrationInterface { method up (line 12) | public async up(queryRunner: QueryRunner): Promise { method down (line 56) | public async down(queryRunner: QueryRunner): Promise { FILE: apps/api/src/migrations/1764073472180-migration.ts class Migration1764073472180 (line 9) | class Migration1764073472180 implements MigrationInterface { method up (line 12) | public async up(queryRunner: QueryRunner): Promise { method down (line 22) | public async down(queryRunner: QueryRunner): Promise { FILE: apps/api/src/migrations/1764844895057-migration.ts class Migration1764844895057 (line 10) | class Migration1764844895057 implements MigrationInterface { method up (line 13) | public async up(queryRunner: QueryRunner): Promise { method down (line 90) | public async down(queryRunner: QueryRunner): Promise { FILE: apps/api/src/migrations/1764844895058-migration.ts class Migration1764844895058 (line 8) | class Migration1764844895058 implements MigrationInterface { method up (line 11) | public async up(queryRunner: QueryRunner): Promise { method down (line 16) | public async down(queryRunner: QueryRunner): Promise { FILE: apps/api/src/migrations/1765282546000-migration.ts class Migration1765282546000 (line 8) | class Migration1765282546000 implements MigrationInterface { method up (line 11) | public async up(queryRunner: QueryRunner): Promise { method down (line 32) | public async down(queryRunner: QueryRunner): Promise { FILE: apps/api/src/migrations/1765366773736-migration.ts class Migration1765366773736 (line 8) | class Migration1765366773736 implements MigrationInterface { method up (line 11) | public async up(queryRunner: QueryRunner): Promise { method down (line 27) | public async down(queryRunner: QueryRunner): Promise { FILE: apps/api/src/migrations/1765400000000-migration.ts class Migration1765400000000 (line 8) | class Migration1765400000000 implements MigrationInterface { method up (line 11) | public async up(queryRunner: QueryRunner): Promise { method down (line 21) | public async down(queryRunner: QueryRunner): Promise { FILE: apps/api/src/migrations/1765806205881-migration.ts class Migration1765806205881 (line 8) | class Migration1765806205881 implements MigrationInterface { method up (line 11) | public async up(queryRunner: QueryRunner): Promise { method down (line 46) | public async down(queryRunner: QueryRunner): Promise { FILE: apps/api/src/migrations/1766415256696-migration.ts class Migration1766415256696 (line 8) | class Migration1766415256696 implements MigrationInterface { method up (line 11) | public async up(queryRunner: QueryRunner): Promise { method down (line 27) | public async down(queryRunner: QueryRunner): Promise { FILE: apps/api/src/migrations/1767830400000-migration.ts class Migration1767830400000 (line 8) | class Migration1767830400000 implements MigrationInterface { method up (line 11) | public async up(queryRunner: QueryRunner): Promise { method down (line 15) | public async down(queryRunner: QueryRunner): Promise { FILE: apps/api/src/migrations/1768306129179-migration.ts class Migration1768306129179 (line 8) | class Migration1768306129179 implements MigrationInterface { method up (line 11) | public async up(queryRunner: QueryRunner): Promise { method down (line 38) | public async down(queryRunner: QueryRunner): Promise { FILE: apps/api/src/migrations/1768461678804-migration.ts class Migration1768461678804 (line 8) | class Migration1768461678804 implements MigrationInterface { method up (line 16) | public async up(queryRunner: QueryRunner): Promise { method down (line 25) | public async down(queryRunner: QueryRunner): Promise { FILE: apps/api/src/migrations/1768475454675-migration.ts class Migration1768475454675 (line 8) | class Migration1768475454675 implements MigrationInterface { method up (line 11) | public async up(queryRunner: QueryRunner): Promise { method down (line 23) | public async down(queryRunner: QueryRunner): Promise { FILE: apps/api/src/migrations/1768485728153-migration.ts class Migration1768485728153 (line 8) | class Migration1768485728153 implements MigrationInterface { method up (line 11) | public async up(queryRunner: QueryRunner): Promise { method down (line 47) | public async down(queryRunner: QueryRunner): Promise { FILE: apps/api/src/migrations/1768583941244-migration.ts class Migration1768583941244 (line 8) | class Migration1768583941244 implements MigrationInterface { method up (line 11) | public async up(queryRunner: QueryRunner): Promise { method down (line 15) | public async down(queryRunner: QueryRunner): Promise { FILE: apps/api/src/migrations/1769516172576-migration.ts class Migration1769516172576 (line 8) | class Migration1769516172576 implements MigrationInterface { method up (line 11) | public async up(queryRunner: QueryRunner): Promise { method down (line 16) | public async down(queryRunner: QueryRunner): Promise { FILE: apps/api/src/migrations/1769516172577-migration.ts class Migration1769516172577 (line 8) | class Migration1769516172577 implements MigrationInterface { method up (line 11) | public async up(queryRunner: QueryRunner): Promise { method down (line 15) | public async down(queryRunner: QueryRunner): Promise { FILE: apps/api/src/migrations/1770043707083-migration.ts class Migration1770043707083 (line 8) | class Migration1770043707083 implements MigrationInterface { method up (line 11) | public async up(queryRunner: QueryRunner): Promise { method down (line 15) | public async down(queryRunner: QueryRunner): Promise { FILE: apps/api/src/migrations/1770212429837-migration.ts class Migration1770212429837 (line 8) | class Migration1770212429837 implements MigrationInterface { method up (line 11) | public async up(queryRunner: QueryRunner): Promise { method down (line 17) | public async down(queryRunner: QueryRunner): Promise { FILE: apps/api/src/migrations/1770823569571-migration.ts class Migration1770823569571 (line 8) | class Migration1770823569571 implements MigrationInterface { method up (line 11) | public async up(queryRunner: QueryRunner): Promise { method down (line 16) | public async down(queryRunner: QueryRunner): Promise { FILE: apps/api/src/migrations/1770880371265-migration.ts class Migration1770880371265 (line 8) | class Migration1770880371265 implements MigrationInterface { method up (line 11) | public async up(queryRunner: QueryRunner): Promise { method down (line 18) | public async down(queryRunner: QueryRunner): Promise { FILE: apps/api/src/migrations/pre-deploy/1770900000000-migration.ts class Migration1770900000000 (line 8) | class Migration1770900000000 implements MigrationInterface { method up (line 11) | public async up(queryRunner: QueryRunner): Promise { method down (line 17) | public async down(queryRunner: QueryRunner): Promise { FILE: apps/api/src/migrations/pre-deploy/1773744656413-migration.ts class Migration1773744656413 (line 8) | class Migration1773744656413 implements MigrationInterface { method up (line 11) | public async up(queryRunner: QueryRunner): Promise { method down (line 17) | public async down(queryRunner: QueryRunner): Promise { FILE: apps/api/src/migrations/pre-deploy/1773916204375-migration.ts class Migration1773916204375 (line 8) | class Migration1773916204375 implements MigrationInterface { method up (line 11) | public async up(queryRunner: QueryRunner): Promise { method down (line 15) | public async down(queryRunner: QueryRunner): Promise { FILE: apps/api/src/notification/emitters/notification-redis.emitter.ts class NotificationRedisEmitter (line 26) | class NotificationRedisEmitter extends NotificationEmitter implements On... method constructor (line 30) | constructor(@InjectRedis() private readonly redis: Redis) { method onModuleInit (line 34) | onModuleInit() { method emitSandboxCreated (line 39) | emitSandboxCreated(sandbox: SandboxDto) { method emitSandboxStateUpdated (line 43) | emitSandboxStateUpdated(sandbox: SandboxDto, oldState: SandboxState, n... method emitSandboxDesiredStateUpdated (line 47) | emitSandboxDesiredStateUpdated( method emitSnapshotCreated (line 57) | emitSnapshotCreated(snapshot: SnapshotDto) { method emitSnapshotStateUpdated (line 61) | emitSnapshotStateUpdated(snapshot: SnapshotDto, oldState: SnapshotStat... method emitSnapshotRemoved (line 67) | emitSnapshotRemoved(snapshot: SnapshotDto) { method emitVolumeCreated (line 71) | emitVolumeCreated(volume: VolumeDto) { method emitVolumeStateUpdated (line 75) | emitVolumeStateUpdated(volume: VolumeDto, oldState: VolumeState, newSt... method emitVolumeLastUsedAtUpdated (line 79) | emitVolumeLastUsedAtUpdated(volume: VolumeDto) { method emitRunnerCreated (line 83) | emitRunnerCreated(runner: RunnerDto, organizationId: string | null) { method emitRunnerStateUpdated (line 90) | emitRunnerStateUpdated( method emitRunnerUnschedulableUpdated (line 102) | emitRunnerUnschedulableUpdated(runner: RunnerDto, organizationId: stri... FILE: apps/api/src/notification/gateways/notification.gateway.ts class NotificationGateway (line 34) | class NotificationGateway extends NotificationEmitter implements OnGatew... method constructor (line 40) | constructor( method onModuleInit (line 48) | onModuleInit() { method afterInit (line 55) | afterInit(server: Server) { method emitSandboxCreated (line 105) | emitSandboxCreated(sandbox: SandboxDto) { method emitSandboxStateUpdated (line 109) | emitSandboxStateUpdated(sandbox: SandboxDto, oldState: SandboxState, n... method emitSandboxDesiredStateUpdated (line 113) | emitSandboxDesiredStateUpdated( method emitSnapshotCreated (line 123) | emitSnapshotCreated(snapshot: SnapshotDto) { method emitSnapshotStateUpdated (line 127) | emitSnapshotStateUpdated(snapshot: SnapshotDto, oldState: SnapshotStat... method emitSnapshotRemoved (line 133) | emitSnapshotRemoved(snapshot: SnapshotDto) { method emitVolumeCreated (line 137) | emitVolumeCreated(volume: VolumeDto) { method emitVolumeStateUpdated (line 141) | emitVolumeStateUpdated(volume: VolumeDto, oldState: VolumeState, newSt... method emitVolumeLastUsedAtUpdated (line 145) | emitVolumeLastUsedAtUpdated(volume: VolumeDto) { method emitRunnerCreated (line 149) | emitRunnerCreated(runner: RunnerDto, organizationId: string | null) { method emitRunnerStateUpdated (line 156) | emitRunnerStateUpdated( method emitRunnerUnschedulableUpdated (line 168) | emitRunnerUnschedulableUpdated(runner: RunnerDto, organizationId: stri... FILE: apps/api/src/notification/notification.module.ts class NotificationModule (line 30) | class NotificationModule {} FILE: apps/api/src/notification/services/notification.service.ts class NotificationService (line 35) | class NotificationService { method constructor (line 36) | constructor( method handleSandboxCreated (line 44) | async handleSandboxCreated(event: SandboxCreatedEvent) { method handleSandboxStateUpdated (line 50) | async handleSandboxStateUpdated(event: SandboxStateUpdatedEvent) { method handleSandboxDesiredStateUpdated (line 57) | async handleSandboxDesiredStateUpdated(event: SandboxDesiredStateUpdat... method handleSnapshotCreated (line 64) | async handleSnapshotCreated(event: SnapshotCreatedEvent) { method handleSnapshotStateUpdated (line 70) | async handleSnapshotStateUpdated(event: SnapshotStateUpdatedEvent) { method handleSnapshotRemoved (line 76) | async handleSnapshotRemoved(event: SnapshotRemovedEvent) { method handleVolumeCreated (line 82) | async handleVolumeCreated(event: VolumeCreatedEvent) { method handleVolumeStateUpdated (line 88) | async handleVolumeStateUpdated(event: VolumeStateUpdatedEvent) { method handleVolumeLastUsedAtUpdated (line 94) | async handleVolumeLastUsedAtUpdated(event: VolumeLastUsedAtUpdatedEven... method handleRunnerCreated (line 100) | async handleRunnerCreated(event: RunnerCreatedEvent) { method handleRunnerStateUpdated (line 109) | async handleRunnerStateUpdated(event: RunnerStateUpdatedEvent) { method handleRunnerUnschedulableUpdated (line 118) | async handleRunnerUnschedulableUpdated(event: RunnerUnschedulableUpdat... FILE: apps/api/src/object-storage/controllers/object-storage.controller.ts class ObjectStorageController (line 23) | class ObjectStorageController { method constructor (line 24) | constructor(private readonly objectStorageService: ObjectStorageServic... method getPushAccess (line 37) | async getPushAccess(@AuthContext() authContext: OrganizationAuthContex... FILE: apps/api/src/object-storage/object-storage.module.ts class ObjectStorageModule (line 18) | class ObjectStorageModule {} FILE: apps/api/src/object-storage/services/object-storage.service.ts type S3Config (line 14) | interface S3Config { class ObjectStorageService (line 28) | class ObjectStorageService { method constructor (line 31) | constructor(private readonly configService: TypedConfigService) {} method getPushAccess (line 33) | async getPushAccess(organizationId: string): Promise { method getMinioCredentials (line 81) | private async getMinioCredentials(config: S3Config): Promise { method deleteRegion (line 157) | async deleteRegion(@Param('id') id: string): Promise { method regenerateProxyApiKey (line 186) | async regenerateProxyApiKey(@Param('id') id: string): Promise { method constructor (line 210) | constructor(defaultRegionId?: string) { FILE: apps/api/src/organization/entities/region-quota.entity.ts class RegionQuota (line 10) | class RegionQuota { method constructor (line 54) | constructor( FILE: apps/api/src/organization/enums/organization-invitation-status.enum.ts type OrganizationInvitationStatus (line 6) | enum OrganizationInvitationStatus { FILE: apps/api/src/organization/enums/organization-member-role.enum.ts type OrganizationMemberRole (line 6) | enum OrganizationMemberRole { FILE: apps/api/src/organization/enums/organization-resource-permission.enum.ts type OrganizationResourcePermission (line 9) | enum OrganizationResourcePermission { FILE: apps/api/src/organization/events/organization-invitation-accepted.event.ts class OrganizationInvitationAcceptedEvent (line 10) | class OrganizationInvitationAcceptedEvent { method constructor (line 11) | constructor( FILE: apps/api/src/organization/events/organization-invitation-created.event.ts class OrganizationInvitationCreatedEvent (line 6) | class OrganizationInvitationCreatedEvent { method constructor (line 7) | constructor( FILE: apps/api/src/organization/events/organization-resource-permissions-unassigned.event.ts class OrganizationResourcePermissionsUnassignedEvent (line 9) | class OrganizationResourcePermissionsUnassignedEvent { method constructor (line 10) | constructor( FILE: apps/api/src/organization/events/organization-suspended-sandbox-stopped.event.ts class OrganizationSuspendedSandboxStoppedEvent (line 6) | class OrganizationSuspendedSandboxStoppedEvent { method constructor (line 7) | constructor(public readonly sandboxId: string) {} FILE: apps/api/src/organization/events/organization-suspended-snapshot-deactivated.event.ts class OrganizationSuspendedSnapshotDeactivatedEvent (line 6) | class OrganizationSuspendedSnapshotDeactivatedEvent { method constructor (line 7) | constructor(public readonly snapshotId: string) {} FILE: apps/api/src/organization/exceptions/DefaultRegionRequiredException.ts class DefaultRegionRequiredException (line 8) | class DefaultRegionRequiredException extends HttpException { method constructor (line 9) | constructor( FILE: apps/api/src/organization/guards/organization-access.guard.ts class OrganizationAccessGuard (line 17) | class OrganizationAccessGuard implements CanActivate { method constructor (line 21) | constructor( method canActivate (line 26) | async canActivate(context: ExecutionContext): Promise { method getCachedOrganization (line 100) | private async getCachedOrganization(organizationId: string): Promise { FILE: apps/api/src/organization/guards/organization-resource-action.guard.ts class OrganizationResourceActionGuard (line 17) | class OrganizationResourceActionGuard extends OrganizationAccessGuard { method constructor (line 20) | constructor( method canActivate (line 27) | async canActivate(context: ExecutionContext): Promise { FILE: apps/api/src/organization/helpers/organization-usage.helper.ts type OrganizationUsageQuotaType (line 6) | type OrganizationUsageQuotaType = 'cpu' | 'memory' | 'disk' | 'snapshot_... type OrganizationUsageResourceType (line 7) | type OrganizationUsageResourceType = 'sandbox' | 'snapshot' | 'volume' constant QUOTA_TO_RESOURCE_MAP (line 9) | const QUOTA_TO_RESOURCE_MAP: Record { method getCountByUser (line 181) | async getCountByUser(userId: string): Promise { method findOneOrFail (line 197) | async findOneOrFail(invitationId: string): Promise { method cancel (line 231) | async cancel(invitationId: string): Promise { method prepareStatusUpdate (line 236) | private async prepareStatusUpdate( FILE: apps/api/src/organization/services/organization-role.service.ts class OrganizationRoleService (line 14) | class OrganizationRoleService { method constructor (line 15) | constructor( method create (line 20) | async create( method findAll (line 32) | async findAll(organizationId: string): Promise { method findByIds (line 41) | async findByIds(roleIds: string[]): Promise { method update (line 53) | async update(roleId: string, updateOrganizationRoleDto: UpdateOrganiza... method delete (line 73) | async delete(roleId: string): Promise { FILE: apps/api/src/organization/services/organization-usage.service.ts class OrganizationUsageService (line 52) | class OrganizationUsageService { method constructor (line 65) | constructor( method getUsageOverview (line 84) | async getUsageOverview(organizationId: string, organization?: Organiza... method getSandboxUsageOverview (line 136) | async getSandboxUsageOverview( method getSnapshotUsageOverview (line 195) | async getSnapshotUsageOverview(organizationId: string): Promise( FILE: apps/api/src/organization/services/organization-user.service.ts class OrganizationUserService (line 25) | class OrganizationUserService { method constructor (line 26) | constructor( method findAll (line 35) | async findAll(organizationId: string): Promise { method findOne (line 56) | async findOne(organizationId: string, userId: string): Promise { method updateAccess (line 71) | async updateAccess( method delete (line 139) | async delete(organizationId: string, userId: string): Promise { method removeWithEntityManager (line 154) | private async removeWithEntityManager( method createWithEntityManager (line 179) | private async createWithEntityManager( method handleOrganizationInvitationAcceptedEvent (line 197) | async handleOrganizationInvitationAcceptedEvent( method handleUserDeletedEvent (line 212) | async handleUserDeletedEvent(payload: UserDeletedEvent): Promise { method getAssignedPermissions (line 235) | private getAssignedPermissions( FILE: apps/api/src/organization/services/organization.service.ts class OrganizationService (line 58) | class OrganizationService implements OnModuleInit, TrackableJobExecution... method constructor (line 64) | constructor( method onApplicationShutdown (line 86) | async onApplicationShutdown() { method onModuleInit (line 94) | async onModuleInit(): Promise { method create (line 98) | async create( method findByUser (line 113) | async findByUser(userId: string): Promise { method findOne (line 123) | async findOne(organizationId: string): Promise { method findBySandboxId (line 129) | async findBySandboxId(sandboxId: string): Promise { method findBySandboxAuthToken (line 141) | async findBySandboxAuthToken(authToken: string): Promise { method delete (line 161) | async delete(organizationId: string): Promise { method updateQuota (line 171) | async updateQuota(organizationId: string, updateDto: UpdateOrganizatio... method updateRegionQuota (line 199) | async updateRegionQuota( method getRegionQuotas (line 216) | async getRegionQuotas(organizationId: string): Promise { method updateSandboxDefaultLimitedNetworkEgress (line 315) | async updateSandboxDefaultLimitedNetworkEgress( method setDefaultRegion (line 334) | async setDefaultRegion(organizationId: string, defaultRegionId: string... method updateExperimentalConfig (line 365) | async updateExperimentalConfig( method getOtelConfigBySandboxAuthToken (line 396) | async getOtelConfigBySandboxAuthToken(sandboxAuthToken: string): Promi... method validatedExperimentalConfig (line 422) | private async validatedExperimentalConfig( method createWithEntityManager (line 456) | private async createWithEntityManager( method removeWithEntityManager (line 536) | private async removeWithEntityManager( method unsuspendPersonalWithEntityManager (line 549) | private async unsuspendPersonalWithEntityManager(entityManager: Entity... method findPersonalWithEntityManager (line 559) | private async findPersonalWithEntityManager(entityManager: EntityManag... method validateOrganizationDefaultRegion (line 574) | async validateOrganizationDefaultRegion(defaultRegionId: string): Prom... method stopSuspendedOrganizationSandboxes (line 587) | async stopSuspendedOrganizationSandboxes(): Promise { method deactivateSuspendedOrganizationSnapshots (line 641) | async deactivateSuspendedOrganizationSnapshots(): Promise { method handleUserCreatedEvent (line 698) | async handleUserCreatedEvent(payload: UserCreatedEvent): Promise { method assertOrganizationIsNotSuspended (line 731) | assertOrganizationIsNotSuspended(organization: Organization): void { FILE: apps/api/src/region/constants/region-name-regex.constant.ts constant REGION_NAME_REGEX (line 6) | const REGION_NAME_REGEX = /^[a-zA-Z0-9_.-]+$/ FILE: apps/api/src/region/controllers/region.controller.ts class RegionController (line 16) | class RegionController { method constructor (line 19) | constructor(private readonly regionService: RegionService) {} method listRegions (line 32) | async listRegions(): Promise { FILE: apps/api/src/region/dto/create-region-internal.dto.ts class CreateRegionInternalDto (line 8) | class CreateRegionInternalDto { FILE: apps/api/src/region/dto/create-region.dto.ts class CreateRegionDto (line 10) | class CreateRegionDto { class CreateRegionResponseDto (line 45) | class CreateRegionResponseDto { method constructor (line 85) | constructor(params: { FILE: apps/api/src/region/dto/create-region.internal.dto.ts type CreateRegionInternalDto (line 6) | interface CreateRegionInternalDto { FILE: apps/api/src/region/dto/regenerate-api-key.dto.ts class RegenerateApiKeyResponseDto (line 10) | class RegenerateApiKeyResponseDto { method constructor (line 19) | constructor(apiKey: string) { FILE: apps/api/src/region/dto/region.dto.ts class RegionDto (line 12) | class RegionDto { method fromRegion (line 78) | static fromRegion(region: Region): RegionDto { FILE: apps/api/src/region/dto/snapshot-manager-credentials.dto.ts class SnapshotManagerCredentialsDto (line 10) | class SnapshotManagerCredentialsDto { method constructor (line 26) | constructor(params: { username: string; password: string }) { FILE: apps/api/src/region/dto/update-region.dto.ts class UpdateRegionDto (line 9) | class UpdateRegionDto { FILE: apps/api/src/region/entities/region.entity.ts class Region (line 42) | class Region { method constructor (line 95) | constructor(params: { method validateRegionType (line 131) | validateRegionType() { FILE: apps/api/src/region/enums/region-type.enum.ts type RegionType (line 6) | enum RegionType { FILE: apps/api/src/region/events/region-created.event.ts class RegionCreatedEvent (line 9) | class RegionCreatedEvent { method constructor (line 10) | constructor( FILE: apps/api/src/region/events/region-deleted.event.ts class RegionDeletedEvent (line 9) | class RegionDeletedEvent { method constructor (line 10) | constructor( FILE: apps/api/src/region/events/region-snapshot-manager-creds.event.ts class RegionSnapshotManagerCredsRegeneratedEvent (line 9) | class RegionSnapshotManagerCredsRegeneratedEvent { method constructor (line 10) | constructor( class RegionSnapshotManagerUpdatedEvent (line 19) | class RegionSnapshotManagerUpdatedEvent { method constructor (line 20) | constructor( FILE: apps/api/src/region/guards/region-access.guard.ts class RegionAccessGuard (line 20) | class RegionAccessGuard implements CanActivate { method constructor (line 23) | constructor(private readonly regionService: RegionService) {} method canActivate (line 25) | async canActivate(context: ExecutionContext): Promise { FILE: apps/api/src/region/region.module.ts class RegionModule (line 20) | class RegionModule {} FILE: apps/api/src/region/services/region.service.ts class RegionService (line 40) | class RegionService { method constructor (line 43) | constructor( method create (line 61) | async create( method findOne (line 126) | async findOne(id: string, cache = false): Promise { method findOneByName (line 145) | async findOneByName(name: string, organizationId: string | null): Prom... method findOneByProxyApiKey (line 155) | async findOneByProxyApiKey(proxyApiKey: string): Promise { method findOneBySshGatewayApiKey (line 165) | async findOneBySshGatewayApiKey(sshGatewayApiKey: string): Promise { method findByIds (line 229) | async findByIds(ids: string[]): Promise { method delete (line 245) | async delete(id: string): Promise { method update (line 275) | async update(regionId: string, updateRegion: UpdateRegionDto): Promise... method regenerateProxyApiKey (line 349) | async regenerateProxyApiKey(regionId: string): Promise { method regenerateSshGatewayApiKey (line 374) | async regenerateSshGatewayApiKey(regionId: string): Promise { method regenerateSnapshotManagerCredentials (line 399) | async regenerateSnapshotManagerCredentials(regionId: string): Promise<... FILE: apps/api/src/sandbox-telemetry/controllers/sandbox-telemetry.controller.ts class SandboxTelemetryController (line 28) | class SandboxTelemetryController { method constructor (line 29) | constructor(private readonly sandboxTelemetryService: SandboxTelemetry... method getSandboxLogs (line 49) | async getSandboxLogs( method getSandboxTraces (line 82) | async getSandboxTraces( method getSandboxTraceSpans (line 118) | async getSandboxTraceSpans( method getSandboxMetrics (line 143) | async getSandboxMetrics( FILE: apps/api/src/sandbox-telemetry/dto/log-entry.dto.ts class LogEntryDto (line 9) | class LogEntryDto { FILE: apps/api/src/sandbox-telemetry/dto/metrics-response.dto.ts class MetricDataPointDto (line 9) | class MetricDataPointDto { class MetricSeriesDto (line 18) | class MetricSeriesDto { class MetricsResponseDto (line 27) | class MetricsResponseDto { FILE: apps/api/src/sandbox-telemetry/dto/paginated-logs.dto.ts class PaginatedLogsDto (line 10) | class PaginatedLogsDto { FILE: apps/api/src/sandbox-telemetry/dto/paginated-traces.dto.ts class PaginatedTracesDto (line 10) | class PaginatedTracesDto { FILE: apps/api/src/sandbox-telemetry/dto/telemetry-query-params.dto.ts class TelemetryQueryParamsDto (line 10) | class TelemetryQueryParamsDto { class LogsQueryParamsDto (line 34) | class LogsQueryParamsDto extends TelemetryQueryParamsDto { class MetricsQueryParamsDto (line 51) | class MetricsQueryParamsDto { FILE: apps/api/src/sandbox-telemetry/dto/trace-span.dto.ts class TraceSpanDto (line 9) | class TraceSpanDto { FILE: apps/api/src/sandbox-telemetry/dto/trace-summary.dto.ts class TraceSummaryDto (line 9) | class TraceSummaryDto { FILE: apps/api/src/sandbox-telemetry/guards/analytics-api-disabled.guard.ts class AnalyticsApiDisabledGuard (line 10) | class AnalyticsApiDisabledGuard implements CanActivate { method constructor (line 11) | constructor(private readonly configService: TypedConfigService) {} method canActivate (line 13) | canActivate(): boolean { FILE: apps/api/src/sandbox-telemetry/sandbox-telemetry.module.ts class SandboxTelemetryModule (line 18) | class SandboxTelemetryModule {} FILE: apps/api/src/sandbox-telemetry/services/sandbox-telemetry.service.ts type ClickHouseLogRow (line 15) | interface ClickHouseLogRow { type ClickHouseTraceAggregateRow (line 27) | interface ClickHouseTraceAggregateRow { type ClickHouseSpanRow (line 37) | interface ClickHouseSpanRow { type ClickHouseMetricRow (line 49) | interface ClickHouseMetricRow { type ClickHouseCountRow (line 55) | interface ClickHouseCountRow { class SandboxTelemetryService (line 60) | class SandboxTelemetryService { method constructor (line 63) | constructor(private readonly clickhouseService: ClickHouseService) {} method getServiceName (line 65) | private getServiceName(sandboxId: string): string { method isConfigured (line 69) | isConfigured(): boolean { method getLogs (line 73) | async getLogs( method getTraces (line 154) | async getTraces( method getTraceSpans (line 221) | async getTraceSpans(sandboxId: string, traceId: string): Promise { method unlock (line 35) | async unlock(key: string): Promise { method isLocked (line 39) | async isLocked(key: string): Promise { method waitForLock (line 44) | async waitForLock(key: string, ttl: number): Promise { FILE: apps/api/src/sandbox/common/runner-service-info.ts type RunnerServiceInfo (line 6) | type RunnerServiceInfo = { FILE: apps/api/src/sandbox/constants/errors-for-recovery.ts constant RECOVERY_ERROR_SUBSTRINGS (line 7) | const RECOVERY_ERROR_SUBSTRINGS: string[] = ['Can not connect to the Doc... FILE: apps/api/src/sandbox/constants/runner-name-regex.constant.ts constant RUNNER_NAME_REGEX (line 6) | const RUNNER_NAME_REGEX = /^[a-zA-Z0-9_.-]+$/ FILE: apps/api/src/sandbox/constants/sandbox.constants.ts constant SANDBOX_WARM_POOL_UNASSIGNED_ORGANIZATION (line 6) | const SANDBOX_WARM_POOL_UNASSIGNED_ORGANIZATION = '00000000-0000-0000-00... FILE: apps/api/src/sandbox/controllers/job.controller.ts class JobController (line 29) | class JobController { method constructor (line 32) | constructor(private readonly jobService: JobService) {} method listJobs (line 65) | async listJobs( method pollJobs (line 96) | async pollJobs( method getJob (line 152) | async getJob(@RunnerContextDecorator() runnerContext: RunnerContext, @... method updateJobStatus (line 179) | async updateJobStatus( FILE: apps/api/src/sandbox/controllers/preview.controller.ts class PreviewController (line 16) | class PreviewController { method constructor (line 19) | constructor( method isSandboxPublic (line 40) | async isSandboxPublic(@Param('sandboxId') sandboxId: string): Promise<... method isValidAuthToken (line 93) | async isValidAuthToken( method hasSandboxAccess (line 130) | async hasSandboxAccess(@Req() req: Request, @Param('sandboxId') sandbo... method getSandboxIdFromSignedPreviewUrlToken (line 174) | async getSandboxIdFromSignedPreviewUrlToken( FILE: apps/api/src/sandbox/controllers/runner.controller.ts class RunnerController (line 71) | class RunnerController { method constructor (line 72) | constructor( method create (line 102) | async create( method getInfoForAuthenticatedRunner (line 138) | async getInfoForAuthenticatedRunner(@RunnerContextDecorator() runnerCo... method getRunnerById (line 160) | async getRunnerById(@Param('id', ParseUUIDPipe) id: string): Promise { method getRunnerBySandboxId (line 318) | async getRunnerBySandboxId(@Param('sandboxId') sandboxId: string): Pro... method getRunnersBySnapshotRef (line 346) | async getRunnersBySnapshotRef(@Query('ref') ref: string): Promise { method getAllSnapshots (line 225) | async getAllSnapshots( method setSnapshotGeneralStatus (line 272) | async setSnapshotGeneralStatus( method getSnapshotBuildLogs (line 298) | async getSnapshotBuildLogs( method getSnapshotBuildLogsUrl (line 363) | async getSnapshotBuildLogsUrl(@Param('id') snapshotId: string): Promis... method activateSnapshot (line 417) | async activateSnapshot( method deactivateSnapshot (line 446) | async deactivateSnapshot(@Param('id') snapshotId: string) { FILE: apps/api/src/sandbox/controllers/toolbox.deprecated.controller.ts type RunnerInfo (line 124) | type RunnerInfo = { constant RUNNER_INFO_CACHE_PREFIX (line 128) | const RUNNER_INFO_CACHE_PREFIX = 'proxy:sandbox-runner-info:' constant RUNNER_INFO_CACHE_TTL (line 129) | const RUNNER_INFO_CACHE_TTL = 2 * 60 // 2 minutes class ToolboxController (line 139) | class ToolboxController { method constructor (line 152) | constructor( method getRunnerInfo (line 233) | private async getRunnerInfo(sandboxId: string): Promise { method getProjectDir (line 275) | async getProjectDir( method getUserHomeDir (line 295) | async getUserHomeDir( method getWorkDir (line 315) | async getWorkDir( method listFiles (line 336) | async listFiles( method deleteFile (line 368) | async deleteFile( method downloadFile (line 403) | async downloadFile( method downloadFiles (line 430) | async downloadFiles( method findInFiles (line 453) | async findInFiles( method createFolder (line 488) | async createFolder( method getFileInfo (line 510) | async getFileInfo( method moveFile (line 545) | async moveFile( method setFilePermissions (line 584) | async setFilePermissions( method replaceInFiles (line 622) | async replaceInFiles( method searchFiles (line 645) | async searchFiles( method uploadFile (line 689) | async uploadFile( method uploadFiles (line 717) | async uploadFiles( method gitAddFiles (line 754) | async gitAddFiles( method gitBranchList (line 776) | async gitBranchList( method gitCreateBranch (line 812) | async gitCreateBranch( method gitDeleteBranch (line 848) | async gitDeleteBranch( method gitCloneRepository (line 888) | async gitCloneRepository( method gitCommitChanges (line 928) | async gitCommitChanges( method gitCommitHistory (line 950) | async gitCommitHistory( method gitPullChanges (line 987) | async gitPullChanges( method gitPushChanges (line 1024) | async gitPushChanges( method gitCheckoutBranch (line 1060) | async gitCheckoutBranch( method gitStatus (line 1082) | async gitStatus( method executeCommand (line 1116) | async executeCommand( method listSessions (line 1148) | async listSessions( method getSession (line 1170) | async getSession( method createSession (line 1204) | async createSession( method executeSessionCommand (line 1251) | async executeSessionCommand( method deleteSession (line 1282) | async deleteSession( method getSessionCommand (line 1305) | async getSessionCommand( method getSessionCommandLogs (line 1336) | async getSessionCommandLogs( method listPtySessions (line 1358) | async listPtySessions( method createPtySession (line 1384) | async createPtySession( method getPtySession (line 1406) | async getPtySession( method resizePtySession (line 1431) | async resizePtySession( method deletePtySession (line 1452) | async deletePtySession( method getLspCompletions (line 1479) | async getLspCompletions( method lspDidClose (line 1505) | async lspDidClose( method lspDidOpen (line 1531) | async lspDidOpen( method getLspDocumentSymbols (line 1555) | async getLspDocumentSymbols( method startLspServer (line 1580) | async startLspServer( method stopLspServer (line 1605) | async stopLspServer( method getLspWorkspaceSymbols (line 1630) | async getLspWorkspaceSymbols( method startComputerUse (line 1661) | async startComputerUse( method stopComputerUse (line 1689) | async stopComputerUse( method getComputerUseStatus (line 1710) | async getComputerUseStatus( method getProcessStatus (line 1732) | async getProcessStatus( method restartProcess (line 1766) | async restartProcess( method getProcessLogs (line 1788) | async getProcessLogs( method getProcessErrors (line 1810) | async getProcessErrors( method getMousePosition (line 1832) | async getMousePosition( method moveMouse (line 1858) | async moveMouse( method clickMouse (line 1884) | async clickMouse( method dragMouse (line 1910) | async dragMouse( method scrollMouse (line 1936) | async scrollMouse( method typeText (line 1962) | async typeText( method pressKey (line 1987) | async pressKey( method pressHotkey (line 2012) | async pressHotkey( method takeScreenshot (line 2035) | async takeScreenshot( method takeRegionScreenshot (line 2061) | async takeRegionScreenshot( method takeCompressedScreenshot (line 2086) | async takeCompressedScreenshot( method takeCompressedRegionScreenshot (line 2115) | async takeCompressedRegionScreenshot( method getDisplayInfo (line 2137) | async getDisplayInfo( method getWindows (line 2158) | async getWindows( FILE: apps/api/src/sandbox/controllers/volume.controller.ts class VolumeController (line 52) | class VolumeController { method constructor (line 55) | constructor(private readonly volumeService: VolumeService) {} method listVolumes (line 74) | async listVolumes( method createVolume (line 105) | async createVolume( method getVolume (line 130) | async getVolume(@Param('volumeId') volumeId: string): Promise { method getVolumeByName (line 181) | async getVolumeByName( FILE: apps/api/src/sandbox/controllers/workspace.deprecated.controller.ts class WorkspaceController (line 71) | class WorkspaceController { method constructor (line 74) | constructor( method listWorkspacees (line 105) | async listWorkspacees( method createWorkspace (line 159) | async createWorkspace( method getWorkspace (line 214) | async getWorkspace( method removeWorkspace (line 246) | async removeWorkspace( method startWorkspace (line 277) | async startWorkspace( method stopWorkspace (line 307) | async stopWorkspace(@Param('workspaceId') workspaceId: string): Promis... method replaceLabels (line 340) | async replaceLabels( method createBackup (line 371) | async createBackup(@Param('workspaceId') workspaceId: string): Promise... method updatePublicStatus (line 403) | async updatePublicStatus( method setAutostopInterval (line 442) | async setAutostopInterval( method setAutoArchiveInterval (line 481) | async setAutoArchiveInterval( method archiveWorkspace (line 506) | async archiveWorkspace(@Param('workspaceId') workspaceId: string): Pro... method getPortPreviewUrl (line 532) | async getPortPreviewUrl( method getBuildLogs (line 575) | async getBuildLogs( method waitForWorkspaceState (line 609) | private async waitForWorkspaceState( FILE: apps/api/src/sandbox/dto/build-info.dto.ts class BuildInfoDto (line 9) | class BuildInfoDto { FILE: apps/api/src/sandbox/dto/create-build-info.dto.ts class CreateBuildInfoDto (line 10) | class CreateBuildInfoDto { FILE: apps/api/src/sandbox/dto/create-runner-internal.dto.ts type CreateRunnerV0InternalDto (line 6) | type CreateRunnerV0InternalDto = { type CreateRunnerV2InternalDto (line 20) | type CreateRunnerV2InternalDto = { type CreateRunnerInternalDto (line 28) | type CreateRunnerInternalDto = CreateRunnerV0InternalDto | CreateRunnerV... FILE: apps/api/src/sandbox/dto/create-runner-response.dto.ts class CreateRunnerResponseDto (line 10) | class CreateRunnerResponseDto { method fromRunner (line 23) | static fromRunner(runner: Runner, apiKey: string): CreateRunnerRespons... FILE: apps/api/src/sandbox/dto/create-runner.dto.ts class CreateRunnerDto (line 10) | class CreateRunnerDto { FILE: apps/api/src/sandbox/dto/create-sandbox.dto.ts class CreateSandboxDto (line 13) | class CreateSandboxDto { FILE: apps/api/src/sandbox/dto/create-snapshot.dto.ts class CreateSnapshotDto (line 11) | class CreateSnapshotDto { FILE: apps/api/src/sandbox/dto/create-volume.dto.ts class CreateVolumeDto (line 10) | class CreateVolumeDto { FILE: apps/api/src/sandbox/dto/create-workspace.deprecated.dto.ts type RunnerRegion (line 12) | enum RunnerRegion { class CreateWorkspaceDto (line 18) | class CreateWorkspaceDto { FILE: apps/api/src/sandbox/dto/download-files.dto.ts class DownloadFilesDto (line 9) | class DownloadFilesDto { FILE: apps/api/src/sandbox/dto/job-type-map.dto.ts type JobTypeMap (line 14) | interface JobTypeMap { type ResourceTypeForJobType (line 56) | type ResourceTypeForJobType = JobTypeMap[T]['resource... FILE: apps/api/src/sandbox/dto/job.dto.ts class JobDto (line 19) | class JobDto { method constructor (line 96) | constructor(job: Job) { class PollJobsRequestDto (line 111) | class PollJobsRequestDto { class PollJobsResponseDto (line 128) | class PollJobsResponseDto { class PaginatedJobsDto (line 137) | class PaginatedJobsDto { class ListJobsQueryDto (line 152) | class ListJobsQueryDto { class UpdateJobStatusDto (line 171) | class UpdateJobStatusDto { FILE: apps/api/src/sandbox/dto/list-sandboxes-query.dto.ts type SandboxSortField (line 14) | enum SandboxSortField { type SandboxSortDirection (line 24) | enum SandboxSortDirection { constant DEFAULT_SANDBOX_SORT_FIELD (line 29) | const DEFAULT_SANDBOX_SORT_FIELD = SandboxSortField.CREATED_AT constant DEFAULT_SANDBOX_SORT_DIRECTION (line 30) | const DEFAULT_SANDBOX_SORT_DIRECTION = SandboxSortDirection.DESC constant VALID_QUERY_STATES (line 32) | const VALID_QUERY_STATES = Object.values(SandboxState).filter((state) =>... class ListSandboxesQueryDto (line 35) | class ListSandboxesQueryDto { FILE: apps/api/src/sandbox/dto/list-snapshots-query.dto.ts type SnapshotSortField (line 11) | enum SnapshotSortField { type SnapshotSortDirection (line 18) | enum SnapshotSortDirection { class ListSnapshotsQueryDto (line 24) | class ListSnapshotsQueryDto { FILE: apps/api/src/sandbox/dto/lsp.dto.ts class LspServerRequestDto (line 11) | class LspServerRequestDto { class LspDocumentRequestDto (line 22) | class LspDocumentRequestDto extends LspServerRequestDto { class PositionDto (line 29) | class PositionDto { class CompletionContextDto (line 40) | class CompletionContextDto { class LspCompletionParamsDto (line 52) | class LspCompletionParamsDto extends LspDocumentRequestDto { class RangeDto (line 66) | class RangeDto { class CompletionItemDto (line 79) | class CompletionItemDto { class CompletionListDto (line 115) | class CompletionListDto { class LspLocationDto (line 128) | class LspLocationDto { class LspSymbolDto (line 140) | class LspSymbolDto { class WorkspaceSymbolParamsDto (line 156) | class WorkspaceSymbolParamsDto { FILE: apps/api/src/sandbox/dto/paginated-sandboxes.dto.ts class PaginatedSandboxesDto (line 10) | class PaginatedSandboxesDto { FILE: apps/api/src/sandbox/dto/paginated-snapshots.dto.ts class PaginatedSnapshotsDto (line 10) | class PaginatedSnapshotsDto { FILE: apps/api/src/sandbox/dto/port-preview-url.dto.ts class PortPreviewUrlDto (line 10) | class PortPreviewUrlDto { class SignedPortPreviewUrlDto (line 34) | class SignedPortPreviewUrlDto { FILE: apps/api/src/sandbox/dto/registry-push-access-dto.ts class RegistryPushAccessDto (line 8) | class RegistryPushAccessDto { FILE: apps/api/src/sandbox/dto/resize-sandbox.dto.ts class ResizeSandboxDto (line 10) | class ResizeSandboxDto { FILE: apps/api/src/sandbox/dto/runner-full.dto.ts class RunnerFullDto (line 13) | class RunnerFullDto extends RunnerDto { method fromRunner (line 30) | static fromRunner(runner: Runner, regionType?: RegionType): RunnerFull... FILE: apps/api/src/sandbox/dto/runner-health.dto.ts class RunnerHealthMetricsDto (line 11) | class RunnerHealthMetricsDto { class RunnerServiceHealthDto (line 98) | class RunnerServiceHealthDto { class RunnerHealthcheckDto (line 123) | class RunnerHealthcheckDto { FILE: apps/api/src/sandbox/dto/runner-snapshot.dto.ts class RunnerSnapshotDto (line 8) | class RunnerSnapshotDto { method constructor (line 27) | constructor(runnerSnapshotId: string, runnerId: string, runnerDomain: ... FILE: apps/api/src/sandbox/dto/runner-status.dto.ts class RunnerStatusDto (line 9) | class RunnerStatusDto { FILE: apps/api/src/sandbox/dto/runner.dto.ts class RunnerDto (line 13) | class RunnerDto { method fromRunner (line 209) | static fromRunner(runner: Runner): RunnerDto { FILE: apps/api/src/sandbox/dto/sandbox.dto.ts class SandboxVolume (line 16) | class SandboxVolume { class SandboxDto (line 38) | class SandboxDto { method fromSandbox (line 279) | static fromSandbox(sandbox: Sandbox, toolboxProxyUrl: string): Sandbox... method getSandboxState (line 324) | private static getSandboxState(sandbox: Sandbox): SandboxState { class SandboxLabelsDto (line 356) | class SandboxLabelsDto { FILE: apps/api/src/sandbox/dto/snapshot.dto.ts class SnapshotDto (line 12) | class SnapshotDto { method fromSnapshot (line 92) | static fromSnapshot(snapshot: Snapshot): SnapshotDto { FILE: apps/api/src/sandbox/dto/ssh-access.dto.ts class SshAccessDto (line 9) | class SshAccessDto { method fromSshAccess (line 52) | static fromSshAccess(sshAccess: SshAccess, sshGatewayUrl: string): Ssh... class SshAccessValidationDto (line 91) | class SshAccessValidationDto { method fromValidationResult (line 104) | static fromValidationResult(valid: boolean, sandboxId: string): SshAcc... class RevokeSshAccessDto (line 112) | class RevokeSshAccessDto { FILE: apps/api/src/sandbox/dto/storage-access-dto.ts class StorageAccessDto (line 8) | class StorageAccessDto { FILE: apps/api/src/sandbox/dto/toolbox-proxy-url.dto.ts class ToolboxProxyUrlDto (line 9) | class ToolboxProxyUrlDto { method constructor (line 16) | constructor(url: string) { FILE: apps/api/src/sandbox/dto/toolbox.deprecated.dto.ts class FileInfoDto (line 10) | class FileInfoDto { class MatchDto (line 37) | class MatchDto { class SearchFilesResponseDto (line 49) | class SearchFilesResponseDto { class ReplaceRequestDto (line 55) | class ReplaceRequestDto { class ReplaceResultDto (line 67) | class ReplaceResultDto { class GitAddRequestDto (line 79) | class GitAddRequestDto { class GitBranchRequestDto (line 91) | class GitBranchRequestDto { class GitDeleteBranchRequestDto (line 100) | class GitDeleteBranchRequestDto { class GitCloneRequestDto (line 109) | class GitCloneRequestDto { class GitCommitRequestDto (line 130) | class GitCommitRequestDto { class GitCommitResponseDto (line 151) | class GitCommitResponseDto { class GitCheckoutRequestDto (line 157) | class GitCheckoutRequestDto { class GitRepoRequestDto (line 166) | class GitRepoRequestDto { class FileStatusDto (line 178) | class FileStatusDto { class GitStatusDto (line 193) | class GitStatusDto { class ListBranchResponseDto (line 213) | class ListBranchResponseDto { class GitCommitInfoDto (line 219) | class GitCommitInfoDto { class ExecuteRequestDto (line 237) | class ExecuteRequestDto { class ExecuteResponseDto (line 253) | class ExecuteResponseDto { class ProjectDirResponseDto (line 270) | class ProjectDirResponseDto { class UserHomeDirResponseDto (line 276) | class UserHomeDirResponseDto { class WorkDirResponseDto (line 282) | class WorkDirResponseDto { class CreateSessionRequestDto (line 288) | class CreateSessionRequestDto { class SessionExecuteRequestDto (line 298) | class SessionExecuteRequestDto { method constructor (line 323) | constructor(partial: Partial) { class SessionExecuteResponseDto (line 333) | class SessionExecuteResponseDto { class CommandDto (line 359) | class CommandDto { class SessionDto (line 383) | class SessionDto { class MousePositionDto (line 403) | class MousePositionDto { class MouseMoveRequestDto (line 418) | class MouseMoveRequestDto { class MouseMoveResponseDto (line 433) | class MouseMoveResponseDto { class MouseClickRequestDto (line 448) | class MouseClickRequestDto { class MouseClickResponseDto (line 475) | class MouseClickResponseDto { class MouseDragRequestDto (line 490) | class MouseDragRequestDto { class MouseDragResponseDto (line 523) | class MouseDragResponseDto { class MouseScrollRequestDto (line 538) | class MouseScrollRequestDto { class MouseScrollResponseDto (line 565) | class MouseScrollResponseDto { class KeyboardTypeRequestDto (line 574) | class KeyboardTypeRequestDto { class KeyboardPressRequestDto (line 589) | class KeyboardPressRequestDto { class KeyboardHotkeyRequestDto (line 605) | class KeyboardHotkeyRequestDto { class ScreenshotResponseDto (line 614) | class ScreenshotResponseDto { class RegionScreenshotRequestDto (line 635) | class RegionScreenshotRequestDto { class RegionScreenshotResponseDto (line 662) | class RegionScreenshotResponseDto { class CompressedScreenshotResponseDto (line 683) | class CompressedScreenshotResponseDto { class DisplayInfoResponseDto (line 704) | class DisplayInfoResponseDto { class WindowsResponseDto (line 723) | class WindowsResponseDto { class ComputerUseStartResponseDto (line 746) | class ComputerUseStartResponseDto { class ComputerUseStopResponseDto (line 767) | class ComputerUseStopResponseDto { class ComputerUseStatusResponseDto (line 788) | class ComputerUseStatusResponseDto { class ProcessStatusResponseDto (line 798) | class ProcessStatusResponseDto { class ProcessRestartResponseDto (line 813) | class ProcessRestartResponseDto { class ProcessLogsResponseDto (line 828) | class ProcessLogsResponseDto { class ProcessErrorsResponseDto (line 843) | class ProcessErrorsResponseDto { class PtyCreateRequestDto (line 859) | class PtyCreateRequestDto { class PtyCreateResponseDto (line 900) | class PtyCreateResponseDto { class PtySessionInfoDto (line 909) | class PtySessionInfoDto { class PtyListResponseDto (line 962) | class PtyListResponseDto { class PtyResizeRequestDto (line 971) | class PtyResizeRequestDto { FILE: apps/api/src/sandbox/dto/update-sandbox-network-settings.dto.ts class UpdateSandboxNetworkSettingsDto (line 10) | class UpdateSandboxNetworkSettingsDto { FILE: apps/api/src/sandbox/dto/update-sandbox-state.dto.ts class UpdateSandboxStateDto (line 10) | class UpdateSandboxStateDto { FILE: apps/api/src/sandbox/dto/update-snapshot.dto.ts class SetSnapshotGeneralStatusDto (line 10) | class SetSnapshotGeneralStatusDto { FILE: apps/api/src/sandbox/dto/upload-file.dto.ts class UploadFileDto (line 9) | class UploadFileDto { FILE: apps/api/src/sandbox/dto/volume.dto.ts class VolumeDto (line 11) | class VolumeDto { method fromVolume (line 65) | static fromVolume(volume: Volume): VolumeDto { FILE: apps/api/src/sandbox/dto/workspace-port-preview-url.deprecated.dto.ts class WorkspacePortPreviewUrlDto (line 10) | class WorkspacePortPreviewUrlDto { FILE: apps/api/src/sandbox/dto/workspace.deprecated.dto.ts class SandboxInfoDto (line 13) | class SandboxInfoDto { class WorkspaceDto (line 38) | class WorkspaceDto extends SandboxDto { method constructor (line 69) | constructor() { method fromSandbox (line 73) | static fromSandbox(sandbox: Sandbox): WorkspaceDto { method fromSandboxDto (line 79) | static fromSandboxDto(sandboxDto: SandboxDto): WorkspaceDto { FILE: apps/api/src/sandbox/entities/build-info.entity.ts function generateBuildInfoHash (line 11) | function generateBuildInfoHash(dockerfileContent: string, contextHashes:... class BuildInfo (line 19) | class BuildInfo { method generateHash (line 49) | generateHash() { FILE: apps/api/src/sandbox/entities/job.entity.ts class Job (line 36) | class Job { method constructor (line 111) | constructor(params: { method getResultMetadata (line 140) | getResultMetadata(): Record | null { FILE: apps/api/src/sandbox/entities/runner.entity.ts class Runner (line 14) | class Runner { method constructor (line 185) | constructor(params: { FILE: apps/api/src/sandbox/entities/sandbox.entity.ts class Sandbox (line 48) | class Sandbox { method constructor (line 220) | constructor(region: string, name?: string) { method getBackupStateUpdate (line 230) | static getBackupStateUpdate( method getSoftDeleteUpdate (line 273) | static getSoftDeleteUpdate(sandbox: Sandbox): Partial { method assertValid (line 285) | assertValid(): void { method validateDesiredStateTransition (line 289) | private validateDesiredStateTransition(): void { method enforceInvariants (line 365) | enforceInvariants(): Partial { method getInvariantChanges (line 371) | private getInvariantChanges(): Partial { FILE: apps/api/src/sandbox/entities/snapshot-region.entity.ts class SnapshotRegion (line 11) | class SnapshotRegion { FILE: apps/api/src/sandbox/entities/snapshot-runner.entity.ts class SnapshotRunner (line 14) | class SnapshotRunner { FILE: apps/api/src/sandbox/entities/snapshot.entity.ts class Snapshot (line 27) | class Snapshot { FILE: apps/api/src/sandbox/entities/ssh-access.entity.ts class SshAccess (line 19) | class SshAccess { FILE: apps/api/src/sandbox/entities/volume.entity.ts class Volume (line 11) | class Volume { method getBucketName (line 47) | public getBucketName(): string { FILE: apps/api/src/sandbox/entities/warm-pool.entity.ts class WarmPool (line 11) | class WarmPool { FILE: apps/api/src/sandbox/enums/backup-state.enum.ts type BackupState (line 6) | enum BackupState { FILE: apps/api/src/sandbox/enums/job-status.enum.ts type JobStatus (line 6) | enum JobStatus { FILE: apps/api/src/sandbox/enums/job-type.enum.ts type JobType (line 6) | enum JobType { FILE: apps/api/src/sandbox/enums/resource-type.enum.ts type ResourceType (line 6) | enum ResourceType { FILE: apps/api/src/sandbox/enums/runner-state.enum.ts type RunnerState (line 6) | enum RunnerState { FILE: apps/api/src/sandbox/enums/sandbox-class.enum.ts type SandboxClass (line 6) | enum SandboxClass { FILE: apps/api/src/sandbox/enums/sandbox-desired-state.enum.ts type SandboxDesiredState (line 6) | enum SandboxDesiredState { FILE: apps/api/src/sandbox/enums/sandbox-state.enum.ts type SandboxState (line 6) | enum SandboxState { FILE: apps/api/src/sandbox/enums/snapshot-runner-state.enum.ts type SnapshotRunnerState (line 6) | enum SnapshotRunnerState { FILE: apps/api/src/sandbox/enums/snapshot-state.enum.ts type SnapshotState (line 6) | enum SnapshotState { FILE: apps/api/src/sandbox/enums/volume-state.enum.ts type VolumeState (line 6) | enum VolumeState { FILE: apps/api/src/sandbox/errors/runner-api-error.ts class RunnerApiError (line 6) | class RunnerApiError extends Error { method constructor (line 7) | constructor( FILE: apps/api/src/sandbox/errors/runner-not-ready.error.ts class RunnerNotReadyError (line 6) | class RunnerNotReadyError extends Error { method constructor (line 7) | constructor(message: string) { FILE: apps/api/src/sandbox/errors/snapshot-state-error.ts class SnapshotStateError (line 6) | class SnapshotStateError extends Error { method constructor (line 7) | constructor(public readonly errorReason: string) { FILE: apps/api/src/sandbox/events/runner-created.event.ts class RunnerCreatedEvent (line 8) | class RunnerCreatedEvent { method constructor (line 9) | constructor(public readonly runner: Runner) {} FILE: apps/api/src/sandbox/events/runner-deleted.event.ts class RunnerDeletedEvent (line 8) | class RunnerDeletedEvent { method constructor (line 9) | constructor( FILE: apps/api/src/sandbox/events/runner-state-updated.event.ts class RunnerStateUpdatedEvent (line 9) | class RunnerStateUpdatedEvent { method constructor (line 10) | constructor( FILE: apps/api/src/sandbox/events/runner-unschedulable-updated.event.ts class RunnerUnschedulableUpdatedEvent (line 8) | class RunnerUnschedulableUpdatedEvent { method constructor (line 9) | constructor( FILE: apps/api/src/sandbox/events/sandbox-archived.event.ts class SandboxArchivedEvent (line 8) | class SandboxArchivedEvent { method constructor (line 9) | constructor(public readonly sandbox: Sandbox) {} FILE: apps/api/src/sandbox/events/sandbox-backup-created.event.ts class SandboxBackupCreatedEvent (line 8) | class SandboxBackupCreatedEvent { method constructor (line 9) | constructor(public readonly sandbox: Sandbox) {} FILE: apps/api/src/sandbox/events/sandbox-create.event.ts class SandboxCreatedEvent (line 8) | class SandboxCreatedEvent { method constructor (line 9) | constructor(public readonly sandbox: Sandbox) {} FILE: apps/api/src/sandbox/events/sandbox-desired-state-updated.event.ts class SandboxDesiredStateUpdatedEvent (line 9) | class SandboxDesiredStateUpdatedEvent { method constructor (line 10) | constructor( FILE: apps/api/src/sandbox/events/sandbox-destroyed.event.ts class SandboxDestroyedEvent (line 8) | class SandboxDestroyedEvent { method constructor (line 9) | constructor(public readonly sandbox: Sandbox) {} FILE: apps/api/src/sandbox/events/sandbox-organization-updated.event.ts class SandboxOrganizationUpdatedEvent (line 8) | class SandboxOrganizationUpdatedEvent { method constructor (line 9) | constructor( FILE: apps/api/src/sandbox/events/sandbox-public-status-updated.event.ts class SandboxPublicStatusUpdatedEvent (line 8) | class SandboxPublicStatusUpdatedEvent { method constructor (line 9) | constructor( FILE: apps/api/src/sandbox/events/sandbox-started.event.ts class SandboxStartedEvent (line 8) | class SandboxStartedEvent { method constructor (line 9) | constructor(public readonly sandbox: Sandbox) {} FILE: apps/api/src/sandbox/events/sandbox-state-updated.event.ts class SandboxStateUpdatedEvent (line 9) | class SandboxStateUpdatedEvent { method constructor (line 10) | constructor( FILE: apps/api/src/sandbox/events/sandbox-stopped.event.ts class SandboxStoppedEvent (line 8) | class SandboxStoppedEvent { method constructor (line 9) | constructor(public readonly sandbox: Sandbox) {} FILE: apps/api/src/sandbox/events/snapshot-activated.event.ts class SnapshotActivatedEvent (line 8) | class SnapshotActivatedEvent { method constructor (line 9) | constructor(public readonly snapshot: Snapshot) {} FILE: apps/api/src/sandbox/events/snapshot-created.event.ts class SnapshotCreatedEvent (line 8) | class SnapshotCreatedEvent { method constructor (line 9) | constructor(public readonly snapshot: Snapshot) {} FILE: apps/api/src/sandbox/events/snapshot-removed.event.ts class SnapshotRemovedEvent (line 8) | class SnapshotRemovedEvent { method constructor (line 9) | constructor(public readonly snapshot: Snapshot) {} FILE: apps/api/src/sandbox/events/snapshot-state-updated.event.ts class SnapshotStateUpdatedEvent (line 9) | class SnapshotStateUpdatedEvent { method constructor (line 10) | constructor( FILE: apps/api/src/sandbox/events/volume-created.event.ts class VolumeCreatedEvent (line 8) | class VolumeCreatedEvent { method constructor (line 9) | constructor(public readonly volume: Volume) {} FILE: apps/api/src/sandbox/events/volume-last-used-at-updated.event.ts class VolumeLastUsedAtUpdatedEvent (line 8) | class VolumeLastUsedAtUpdatedEvent { method constructor (line 9) | constructor(public readonly volume: Volume) {} FILE: apps/api/src/sandbox/events/volume-state-updated.event.ts class VolumeStateUpdatedEvent (line 9) | class VolumeStateUpdatedEvent { method constructor (line 10) | constructor( FILE: apps/api/src/sandbox/events/warmpool-topup-requested.event.ts class WarmPoolTopUpRequested (line 8) | class WarmPoolTopUpRequested { method constructor (line 9) | constructor(public readonly warmPool: WarmPool) {} FILE: apps/api/src/sandbox/guards/job-access.guard.ts class JobAccessGuard (line 19) | class JobAccessGuard implements CanActivate { method constructor (line 22) | constructor(private readonly jobService: JobService) {} method canActivate (line 24) | async canActivate(context: ExecutionContext): Promise { FILE: apps/api/src/sandbox/guards/proxy.guard.ts class ProxyGuard (line 11) | class ProxyGuard implements CanActivate { method canActivate (line 14) | async canActivate(context: ExecutionContext): Promise { FILE: apps/api/src/sandbox/guards/region-runner-access.guard.ts class RegionRunnerAccessGuard (line 23) | class RegionRunnerAccessGuard implements CanActivate { method constructor (line 26) | constructor(private readonly runnerService: RunnerService) {} method canActivate (line 28) | async canActivate(context: ExecutionContext): Promise { FILE: apps/api/src/sandbox/guards/region-sandbox-access.guard.ts class RegionSandboxAccessGuard (line 16) | class RegionSandboxAccessGuard implements CanActivate { method constructor (line 17) | constructor(private readonly sandboxService: SandboxService) {} method canActivate (line 19) | async canActivate(context: ExecutionContext): Promise { FILE: apps/api/src/sandbox/guards/runner-access.guard.ts class RunnerAccessGuard (line 25) | class RunnerAccessGuard implements CanActivate { method constructor (line 28) | constructor( method canActivate (line 33) | async canActivate(context: ExecutionContext): Promise { FILE: apps/api/src/sandbox/guards/sandbox-access.guard.ts class SandboxAccessGuard (line 17) | class SandboxAccessGuard implements CanActivate { method constructor (line 18) | constructor(private readonly sandboxService: SandboxService) {} method canActivate (line 20) | async canActivate(context: ExecutionContext): Promise { FILE: apps/api/src/sandbox/guards/snapshot-access.guard.ts class SnapshotAccessGuard (line 24) | class SnapshotAccessGuard implements CanActivate { method constructor (line 25) | constructor(private readonly snapshotService: SnapshotService) {} method canActivate (line 27) | async canActivate(context: ExecutionContext): Promise { FILE: apps/api/src/sandbox/guards/snapshot-read-access.guard.ts class SnapshotReadAccessGuard (line 24) | class SnapshotReadAccessGuard implements CanActivate { method constructor (line 25) | constructor(private readonly snapshotService: SnapshotService) {} method canActivate (line 27) | async canActivate(context: ExecutionContext): Promise { FILE: apps/api/src/sandbox/guards/ssh-gateway.guard.ts class SshGatewayGuard (line 11) | class SshGatewayGuard implements CanActivate { method canActivate (line 14) | async canActivate(context: ExecutionContext): Promise { FILE: apps/api/src/sandbox/guards/volume-access.guard.ts class VolumeAccessGuard (line 10) | class VolumeAccessGuard implements CanActivate { method constructor (line 11) | constructor(private readonly volumeService: VolumeService) {} method canActivate (line 12) | async canActivate(context: ExecutionContext): Promise { FILE: apps/api/src/sandbox/managers/backup.manager.ts class BackupManager (line 39) | class BackupManager implements TrackableJobExecutions, OnApplicationShut... method constructor (line 44) | constructor( method onApplicationBootstrap (line 56) | async onApplicationBootstrap() { method onApplicationShutdown (line 60) | async onApplicationShutdown() { method adHocBackupCheck (line 73) | async adHocBackupCheck(): Promise { method checkBackupStates (line 139) | async checkBackupStates(): Promise { method checkBackupStatesForErroredDraining (line 243) | async checkBackupStatesForErroredDraining(): Promise { method syncStopStateCreateBackups (line 328) | async syncStopStateCreateBackups(): Promise { method setBackupPending (line 371) | async setBackupPending(sandbox: Sandbox): Promise { method checkBackupProgress (line 410) | private async checkBackupProgress(sandbox: Sandbox): Promise { method deleteSandboxBackupRepositoryFromRegistry (line 453) | private async deleteSandboxBackupRepositoryFromRegistry(sandbox: Sandb... method handlePendingBackup (line 466) | private async handlePendingBackup(sandbox: Sandbox): Promise { method handleSandboxArchivedEvent (line 520) | private async handleSandboxArchivedEvent(event: SandboxArchivedEvent) { method handleSandboxDestroyedEvent (line 526) | private async handleSandboxDestroyedEvent(event: SandboxDestroyedEvent) { method handleSandboxBackupCreatedEvent (line 532) | private async handleSandboxBackupCreatedEvent(event: SandboxBackupCrea... FILE: apps/api/src/sandbox/managers/sandbox-actions/sandbox-archive.action.ts class SandboxArchiveAction (line 23) | class SandboxArchiveAction extends SandboxAction { method constructor (line 24) | constructor( method run (line 36) | async run(sandbox: Sandbox, lockCode: LockCode): Promise { FILE: apps/api/src/sandbox/managers/sandbox-actions/sandbox-destroy.action.ts class SandboxDestroyAction (line 18) | class SandboxDestroyAction extends SandboxAction { method constructor (line 19) | constructor( method run (line 29) | async run(sandbox: Sandbox, lockCode: LockCode): Promise { FILE: apps/api/src/sandbox/managers/sandbox-actions/sandbox-start.action.ts class SandboxStartAction (line 34) | class SandboxStartAction extends SandboxAction { method constructor (line 36) | constructor( method run (line 51) | async run(sandbox: Sandbox, lockCode: LockCode): Promise { method loadBuildInfo (line 104) | private async loadBuildInfo(sandbox: Sandbox): Promise { method handleRunnerSandboxBuildingSnapshotStateOnDesiredStateStart (line 114) | private async handleRunnerSandboxBuildingSnapshotStateOnDesiredStateSt... method handleUnassignedRunnerSandbox (line 162) | private async handleUnassignedRunnerSandbox( method pullSnapshotToRunner (line 263) | async pullSnapshotToRunner(snapshot: Snapshot, runner: Runner) { method buildOnRunner (line 295) | async buildOnRunner(buildInfo: BuildInfo, runner: Runner, organization... method handleRunnerSandboxUnknownStateOnDesiredStateStart (line 351) | private async handleRunnerSandboxUnknownStateOnDesiredStateStart( method handleRunnerSandboxStoppedOrArchivedStateOnDesiredStateStart (line 401) | private async handleRunnerSandboxStoppedOrArchivedStateOnDesiredStateS... method handleRunnerSandboxStartedStateCheck (line 543) | private async handleRunnerSandboxStartedStateCheck(sandbox: Sandbox, l... method checkTimeoutError (line 651) | private async checkTimeoutError(sandbox: Sandbox, timeoutMinutes: numb... method restoreSandboxOnNewRunner (line 667) | private async restoreSandboxOnNewRunner( method removeSandboxFromPreviousRunner (line 843) | private async removeSandboxFromPreviousRunner(sandbox: Sandbox): Promi... FILE: apps/api/src/sandbox/managers/sandbox-actions/sandbox-stop.action.ts class SandboxStopAction (line 19) | class SandboxStopAction extends SandboxAction { method constructor (line 20) | constructor( method run (line 30) | async run(sandbox: Sandbox, lockCode: LockCode): Promise { FILE: apps/api/src/sandbox/managers/sandbox-actions/sandbox.action.ts constant SYNC_AGAIN (line 16) | const SYNC_AGAIN = 'sync-again' constant DONT_SYNC_AGAIN (line 17) | const DONT_SYNC_AGAIN = 'dont-sync-again' type SyncState (line 18) | type SyncState = typeof SYNC_AGAIN | typeof DONT_SYNC_AGAIN method constructor (line 24) | constructor( method updateSandboxState (line 33) | protected async updateSandboxState( FILE: apps/api/src/sandbox/managers/sandbox.manager.ts class SandboxManager (line 53) | class SandboxManager implements TrackableJobExecutions, OnApplicationShu... method constructor (line 58) | constructor( method onApplicationShutdown (line 74) | async onApplicationShutdown() { method autostopCheck (line 87) | async autostopCheck(): Promise { method autoArchiveCheck (line 159) | async autoArchiveCheck(): Promise { method autoDeleteCheck (line 215) | async autoDeleteCheck(): Promise { method drainingRunnerSandboxesCheck (line 278) | async drainingRunnerSandboxesCheck(): Promise { method archiveErroredSandboxesOnDrainingRunner (line 360) | private async archiveErroredSandboxesOnDrainingRunner(runnerId: string... method retryErroredBackupsOnDrainingRunner (line 415) | private async retryErroredBackupsOnDrainingRunner(runnerId: string): P... method recoverRecoverableSandboxesOnDrainingRunner (line 466) | private async recoverRecoverableSandboxesOnDrainingRunner(runnerId: st... method reassignSandbox (line 540) | private async reassignSandbox(sandbox: Sandbox, oldRunnerId: string, n... method syncStates (line 654) | async syncStates(): Promise { method syncArchivedDesiredStates (line 734) | async syncArchivedDesiredStates(): Promise { method syncArchivedCompletedStates (line 762) | async syncArchivedCompletedStates(): Promise { method syncInstanceState (line 795) | async syncInstanceState(sandboxId: string): Promise { method handleSandboxArchivedEvent (line 892) | private async handleSandboxArchivedEvent(event: SandboxArchivedEvent) { method handleSandboxDestroyedEvent (line 901) | private async handleSandboxDestroyedEvent(event: SandboxDestroyedEvent) { method handleSandboxStartedEvent (line 910) | private async handleSandboxStartedEvent(event: SandboxStartedEvent) { method handleSandboxStoppedEvent (line 919) | private async handleSandboxStoppedEvent(event: SandboxStoppedEvent) { method handleSandboxCreatedEvent (line 928) | private async handleSandboxCreatedEvent(event: SandboxCreatedEvent) { FILE: apps/api/src/sandbox/managers/snapshot.manager.ts constant SYNC_AGAIN (line 47) | const SYNC_AGAIN = 'sync-again' constant DONT_SYNC_AGAIN (line 48) | const DONT_SYNC_AGAIN = 'dont-sync-again' constant DEFAULT_SNAPSHOT_DEACTIVATION_TIMEOUT_MINUTES (line 49) | const DEFAULT_SNAPSHOT_DEACTIVATION_TIMEOUT_MINUTES = 14 * 24 * 60 // 14... type SyncState (line 50) | type SyncState = typeof SYNC_AGAIN | typeof DONT_SYNC_AGAIN class SnapshotManager (line 53) | class SnapshotManager implements TrackableJobExecutions, OnApplicationSh... method constructor (line 61) | constructor( method onApplicationShutdown (line 80) | async onApplicationShutdown() { method syncRunnerSnapshots (line 92) | async syncRunnerSnapshots() { method syncRunnerSnapshotStates (line 146) | async syncRunnerSnapshotStates() { method syncRunnerSnapshotState (line 192) | async syncRunnerSnapshotState(snapshotRunner: SnapshotRunner): Promise... method propagateSnapshotToRunners (line 225) | async propagateSnapshotToRunners(snapshot: Snapshot, sharedRegionIds: ... method pullSnapshotRunner (line 341) | async pullSnapshotRunner( method handleSnapshotRunnerStatePullingSnapshot (line 353) | async handleSnapshotRunnerStatePullingSnapshot(snapshotRunner: Snapsho... method handleSnapshotRunnerStateBuildingSnapshot (line 395) | async handleSnapshotRunnerStateBuildingSnapshot(snapshotRunner: Snapsh... method handleMigrateDrainingRunnerSnapshots (line 417) | private async handleMigrateDrainingRunnerSnapshots() { method checkSnapshotCleanup (line 543) | async checkSnapshotCleanup() { method checkSnapshotState (line 587) | async checkSnapshotState() { method syncSnapshotState (line 606) | async syncSnapshotState(snapshotId: string): Promise { method handleSnapshotRunnerStateRemoving (line 656) | async handleSnapshotRunnerStateRemoving(snapshotRunner: SnapshotRunner... method handleSnapshotStateRemoving (line 697) | async handleSnapshotStateRemoving(snapshot: Snapshot): Promise { method handlePendingCreate (line 180) | private async handlePendingCreate(volume: Volume, lockKey: string): Pr... method handlePendingDelete (line 242) | private async handlePendingDelete(volume: Volume, lockKey: string): Pr... FILE: apps/api/src/sandbox/proxy/log-proxy.ts class LogProxy (line 11) | class LogProxy { method constructor (line 14) | constructor( method create (line 24) | create() { FILE: apps/api/src/sandbox/repositories/sandbox.repository.ts class SandboxRepository (line 20) | class SandboxRepository extends BaseRepository { method constructor (line 23) | constructor( method insert (line 31) | async insert(sandbox: Sandbox): Promise { method update (line 68) | async update( method updateWhere (line 118) | async updateWhere( method invalidateLookupCacheOnInsert (line 167) | private invalidateLookupCacheOnInsert(sandbox: Sandbox): void { method invalidateLookupCacheOnUpdate (line 184) | private invalidateLookupCacheOnUpdate( method emitUpdateEvents (line 218) | private emitUpdateEvents( FILE: apps/api/src/sandbox/runner-adapter/runnerAdapter.ts type RunnerSandboxInfo (line 18) | interface RunnerSandboxInfo { type RunnerSnapshotInfo (line 25) | interface RunnerSnapshotInfo { type SnapshotDigestResponse (line 33) | interface SnapshotDigestResponse { type RunnerMetrics (line 38) | interface RunnerMetrics { type RunnerInfo (line 49) | interface RunnerInfo { type StartSandboxResponse (line 55) | interface StartSandboxResponse { type RunnerAdapter (line 59) | interface RunnerAdapter { class RunnerAdapterFactory (line 117) | class RunnerAdapterFactory { method constructor (line 120) | constructor(private moduleRef: ModuleRef) {} method create (line 122) | async create(runner: Runner): Promise { FILE: apps/api/src/sandbox/runner-adapter/runnerAdapter.v0.ts constant RETRYABLE_NETWORK_ERROR_CODES (line 46) | const RETRYABLE_NETWORK_ERROR_CODES = ['ECONNRESET', 'ETIMEDOUT'] class RunnerAdapterV0 (line 49) | class RunnerAdapterV0 implements RunnerAdapter { method convertSandboxState (line 56) | private convertSandboxState(state: EnumsSandboxState): SandboxState { method convertBackupState (line 83) | private convertBackupState(state: EnumsBackupState): BackupState { method init (line 98) | public async init(runner: Runner): Promise { method healthCheck (line 161) | async healthCheck(signal?: AbortSignal): Promise { method runnerInfo (line 168) | async runnerInfo(signal?: AbortSignal): Promise { method sandboxInfo (line 177) | async sandboxInfo(sandboxId: string): Promise { method createSandbox (line 187) | async createSandbox( method startSandbox (line 240) | async startSandbox( method stopSandbox (line 256) | async stopSandbox(sandboxId: string): Promise { method destroySandbox (line 260) | async destroySandbox(sandboxId: string): Promise { method createBackup (line 264) | async createBackup(sandbox: Sandbox, backupSnapshotName: string, regis... method buildSnapshot (line 282) | async buildSnapshot( method removeSnapshot (line 318) | async removeSnapshot(snapshotName: string): Promise { method pullSnapshot (line 322) | async pullSnapshot( method snapshotExists (line 359) | async snapshotExists(snapshotName: string): Promise { method getSnapshotInfo (line 364) | async getSnapshotInfo(snapshotName: string): Promise { method resizeSandbox (line 440) | async resizeSandbox(sandboxId: string, cpu?: number, memory?: number, ... FILE: apps/api/src/sandbox/runner-adapter/runnerAdapter.v2.ts class RunnerAdapterV2 (line 45) | class RunnerAdapterV2 implements RunnerAdapter { method constructor (line 49) | constructor( method init (line 56) | async init(runner: Runner): Promise { method healthCheck (line 60) | async healthCheck(_signal?: AbortSignal): Promise { method runnerInfo (line 64) | async runnerInfo(_signal?: AbortSignal): Promise { method sandboxInfo (line 68) | async sandboxInfo(sandboxId: string): Promise { method inferStateFromJob (line 119) | private inferStateFromJob(job: Job, sandbox: Sandbox): SandboxState { method createSandbox (line 136) | async createSandbox( method startSandbox (line 193) | async startSandbox( method stopSandbox (line 209) | async stopSandbox(sandboxId: string): Promise { method destroySandbox (line 215) | async destroySandbox(sandboxId: string): Promise { method recoverSandbox (line 221) | async recoverSandbox(sandbox: Sandbox): Promise { method createBackup (line 253) | async createBackup(sandbox: Sandbox, backupSnapshotName: string, regis... method buildSnapshot (line 280) | async buildSnapshot( method pullSnapshot (line 325) | async pullSnapshot( method removeSnapshot (line 371) | async removeSnapshot(snapshotName: string): Promise { method snapshotExists (line 377) | async snapshotExists(snapshotRef: string): Promise { method getSnapshotInfo (line 411) | async getSnapshotInfo(snapshotRef: string): Promise { method inspectSnapshotInRegistry (line 455) | async inspectSnapshotInRegistry(snapshotName: string, registry?: Docke... method updateNetworkSettings (line 500) | async updateNetworkSettings( method resizeSandbox (line 526) | async resizeSandbox(sandboxId: string, cpu?: number, memory?: number, ... FILE: apps/api/src/sandbox/sandbox.module.ts class SandboxModule (line 147) | class SandboxModule {} FILE: apps/api/src/sandbox/services/job-state-handler.service.ts class JobStateHandlerService (line 32) | class JobStateHandlerService { method constructor (line 35) | constructor( method handleJobCompletion (line 49) | async handleJobCompletion(job: Job): Promise { method handleCreateSandboxJobCompletion (line 106) | private async handleCreateSandboxJobCompletion(job: Job): Promise { method handleStartSandboxJobCompletion (line 150) | private async handleStartSandboxJobCompletion(job: Job): Promise { method handleStopSandboxJobCompletion (line 192) | private async handleStopSandboxJobCompletion(job: Job): Promise { method handleDestroySandboxJobCompletion (line 230) | private async handleDestroySandboxJobCompletion(job: Job): Promise { method handleBuildSnapshotJobCompletion (line 323) | private async handleBuildSnapshotJobCompletion(job: Job): Promise { method handleRemoveSnapshotJobCompletion (line 378) | private async handleRemoveSnapshotJobCompletion(job: Job): Promise { method handleRecoverSandboxJobCompletion (line 436) | private async handleRecoverSandboxJobCompletion(job: Job): Promise { FILE: apps/api/src/sandbox/services/job.service.ts constant REDIS_BLOCKING_COMMAND_TIMEOUT_BUFFER_MS (line 19) | const REDIS_BLOCKING_COMMAND_TIMEOUT_BUFFER_MS = 3_000 class JobService (line 22) | class JobService { method constructor (line 26) | constructor( method createJob (line 38) | async createJob( method notifyRunner (line 89) | private async notifyRunner(runnerId: string, jobId: string): Promise { method pollJobs (line 103) | async pollJobs(runnerId: string, limit = 10, timeoutSeconds = 30, abor... method updateJobStatus (line 217) | async updateJobStatus( method findPendingJobsForRunner (line 263) | async findPendingJobsForRunner(runnerId: string, limit = 10): Promise<... method findJobsForRunner (line 276) | async findJobsForRunner(runnerId: string, status?: JobStatus, page = 1... method findJobsBySandboxId (line 300) | async findJobsBySandboxId(sandboxId: string): Promise { method findJobsByResourceId (line 304) | async findJobsByResourceId(resourceType: ResourceType, resourceId: str... method waitJobCompletion (line 316) | async waitJobCompletion(jobId: string, waitTimeout: number): Promise | null { method isValidStatusTransition (line 360) | private isValidStatusTransition(currentStatus: JobStatus, newStatus: J... method getRunnerQueueKey (line 375) | private getRunnerQueueKey(runnerId: string): string { method handleStaleJobs (line 384) | async handleStaleJobs(): Promise { method claimPendingJobs (line 428) | private async claimPendingJobs(runnerId: string, limit: number): Promi... FILE: apps/api/src/sandbox/services/proxy-cache-invalidation.service.ts class ProxyCacheInvalidationService (line 15) | class ProxyCacheInvalidationService { method constructor (line 19) | constructor(@InjectRedis() private readonly redis: Redis) {} method handleSandboxArchived (line 22) | async handleSandboxArchived(event: SandboxArchivedEvent): Promise { method invalidateRunnerCache (line 26) | private async invalidateRunnerCache(sandboxId: string): Promise { FILE: apps/api/src/sandbox/services/runner.service.ts class RunnerService (line 52) | class RunnerService { method constructor (line 57) | constructor( method create (line 83) | async create(createRunnerDto: CreateRunnerInternalDto): Promise<{ method findAllFull (line 145) | async findAllFull(): Promise { method findAllByRegion (line 159) | async findAllByRegion(regionId: string): Promise { method findAllByRegionFull (line 169) | async findAllByRegionFull(regionId: string): Promise { method findAllByOrganization (line 181) | async findAllByOrganization(organizationId: string, regionType?: Regio... method findDrainingPaginated (line 194) | async findDrainingPaginated(skip: number, take: number): Promise { method findOne (line 216) | async findOne(id: string): Promise { method findOneOrFail (line 226) | async findOneOrFail(id: string): Promise { method findOneFullOrFail (line 234) | async findOneFullOrFail(id: string): Promise { method findOneByDomain (line 241) | async findOneByDomain(domain: string): Promise { method findByIds (line 245) | async findByIds(runnerIds: string[]): Promise { method findByApiKey (line 255) | async findByApiKey(apiKey: string): Promise { method findBySandboxId (line 259) | async findBySandboxId(sandboxId: string): Promise { method getRegionId (line 274) | async getRegionId(runnerId: string): Promise { method findAvailableRunners (line 290) | async findAvailableRunners(params: GetRunnerParams): Promise { method remove (line 347) | async remove(id: string): Promise { method updateRunnerHealth (line 377) | async updateRunnerHealth( method updateRunnerState (line 485) | private async updateRunnerState(runnerId: string, newState: RunnerStat... method handleCheckRunners (line 509) | private async handleCheckRunners() { method checkRunnerV2Health (line 631) | private async checkRunnerV2Health(runner: Runner): Promise { method handleCheckDecommissionRunners (line 669) | private async handleCheckDecommissionRunners() { method updateSchedulingStatus (line 734) | async updateSchedulingStatus(id: string, unschedulable: boolean): Prom... method updateDrainingStatus (line 741) | async updateDrainingStatus(id: string, draining: boolean): Promise { method getRunnerApiVersion (line 877) | async getRunnerApiVersion(runnerId: string): Promise { method updateRunner (line 890) | private async updateRunner( method invalidateRunnerCache (line 899) | private invalidateRunnerCache(runnerId: string): void { method calculateAvailabilityScore (line 915) | private calculateAvailabilityScore(runnerId: string, params: Availabil... method calculateTOPSISScore (line 935) | private calculateTOPSISScore(params: AvailabilityScoreParams): number { method getAvailabilityScoreConfig (line 1001) | private getAvailabilityScoreConfig(): AvailabilityScoreConfig { class GetRunnerParams (line 1051) | class GetRunnerParams { type AvailabilityScoreParams (line 1059) | interface AvailabilityScoreParams { type AvailabilityScoreConfig (line 1073) | interface AvailabilityScoreConfig { FILE: apps/api/src/sandbox/services/sandbox-lookup-cache-invalidation.service.ts type InvalidateSandboxLookupCacheArgs (line 16) | type InvalidateSandboxLookupCacheArgs = class SandboxLookupCacheInvalidationService (line 29) | class SandboxLookupCacheInvalidationService { method constructor (line 32) | constructor(private readonly dataSource: DataSource) {} method invalidate (line 34) | invalidate(args: InvalidateSandboxLookupCacheArgs): void { method invalidateOrgId (line 99) | invalidateOrgId(args: { FILE: apps/api/src/sandbox/services/sandbox-warm-pool.service.ts type FetchWarmPoolSandboxParams (line 34) | type FetchWarmPoolSandboxParams = { class SandboxWarmPoolService (line 49) | class SandboxWarmPoolService { method constructor (line 52) | constructor( method onApplicationBootstrap (line 68) | async onApplicationBootstrap() { method fetchWarmPoolSandbox (line 72) | async fetchWarmPoolSandbox(params: FetchWarmPoolSandboxParams): Promis... method warmPoolCheck (line 175) | async warmPoolCheck(): Promise { method handleSandboxOrganizationUpdated (line 223) | async handleSandboxOrganizationUpdated(event: SandboxOrganizationUpdat... FILE: apps/api/src/sandbox/services/sandbox.service.ts constant DEFAULT_CPU (line 91) | const DEFAULT_CPU = 1 constant DEFAULT_MEMORY (line 92) | const DEFAULT_MEMORY = 1 constant DEFAULT_DISK (line 93) | const DEFAULT_DISK = 3 constant DEFAULT_GPU (line 94) | const DEFAULT_GPU = 0 class SandboxService (line 97) | class SandboxService { method constructor (line 100) | constructor( method getLockKey (line 125) | protected getLockKey(id: string): string { method assertSandboxNotErrored (line 129) | private assertSandboxNotErrored(sandbox: Sandbox): void { method validateOrganizationQuotas (line 135) | private async validateOrganizationQuotas( method rollbackPendingUsage (line 243) | async rollbackPendingUsage( method archive (line 267) | async archive(sandboxIdOrName: string, organizationId?: string): Promi... method createForWarmPool (line 302) | async createForWarmPool(warmPoolItem: WarmPool): Promise { method createFromSnapshot (line 341) | async createFromSnapshot( method assignWarmPoolSandbox (line 538) | private async assignWarmPoolSandbox( method createFromBuildInfo (line 616) | async createFromBuildInfo(createSandboxDto: CreateSandboxDto, organiza... method createBackup (line 761) | async createBackup(sandboxIdOrName: string, organizationId?: string): ... method findAllDeprecated (line 777) | async findAllDeprecated( method findAll (line 802) | async findAll( method getExpectedDesiredStateForState (line 910) | private getExpectedDesiredStateForState(state: SandboxState): SandboxD... method hasValidDesiredState (line 925) | private hasValidDesiredState(state: SandboxState): boolean { method findByRunnerId (line 929) | async findByRunnerId( method findOneByIdOrName (line 957) | async findOneByIdOrName( method findOne (line 1007) | async findOne(sandboxId: string, returnDestroyed?: boolean): Promise { method getRegionId (line 1077) | async getRegionId(sandboxId: string): Promise { method getPortPreviewUrl (line 1093) | async getPortPreviewUrl(sandboxIdOrName: string, organizationId: strin... method getSignedPortPreviewUrl (line 1142) | async getSignedPortPreviewUrl( method getSandboxIdFromSignedPreviewUrlToken (line 1206) | async getSandboxIdFromSignedPreviewUrlToken(token: string, port: numbe... method expireSignedPreviewUrlToken (line 1215) | async expireSignedPreviewUrlToken( method destroy (line 1230) | async destroy(sandboxIdOrName: string, organizationId?: string): Promi... method start (line 1248) | async start(sandboxIdOrName: string, organization: Organization): Prom... method stop (line 1326) | async stop(sandboxIdOrName: string, organizationId?: string): Promise<... method recover (line 1362) | async recover(sandboxIdOrName: string, organization: Organization): Pr... method resize (line 1415) | async resize(sandboxIdOrName: string, resizeDto: ResizeSandboxDto, org... method updatePublicStatus (line 1610) | async updatePublicStatus(sandboxIdOrName: string, isPublic: boolean, o... method updateLastActivityAt (line 1623) | async updateLastActivityAt(sandboxId: string, lastActivityAt: Date): P... method getToolboxProxyUrl (line 1634) | async getToolboxProxyUrl(sandboxId: string): Promise { method toSandboxDto (line 1639) | async toSandboxDto(sandbox: Sandbox): Promise { method toSandboxDtos (line 1644) | async toSandboxDtos(sandboxes: Sandbox[]): Promise { method resolveToolboxProxyUrl (line 1655) | async resolveToolboxProxyUrl(regionId: string): Promise { method resolveToolboxProxyUrls (line 1673) | async resolveToolboxProxyUrls(regionIds: string[]): Promise { method handleSuspendedSandboxStopped (line 2037) | async handleSuspendedSandboxStopped(event: OrganizationSuspendedSandbo... method resolveAutoStopInterval (line 2044) | private resolveAutoStopInterval(autoStopInterval: number): number { method resolveAutoArchiveInterval (line 2052) | private resolveAutoArchiveInterval(autoArchiveInterval: number): number { method resolveNetworkAllowList (line 2066) | private resolveNetworkAllowList(networkAllowList: string): string { method resolveVolumes (line 2076) | private resolveVolumes(volumes: SandboxVolume[]): SandboxVolume[] { method createSshAccess (line 2092) | async createSshAccess( method revokeSshAccess (line 2119) | async revokeSshAccess(sandboxIdOrName: string, token?: string, organiz... method validateSshAccess (line 2133) | async validateSshAccess(token: string): Promise { method updateSandboxBackupState (line 2166) | async updateSandboxBackupState( FILE: apps/api/src/sandbox/services/snapshot.service.ts constant IMAGE_NAME_REGEX (line 54) | const IMAGE_NAME_REGEX = /^[a-zA-Z0-9_.\-:]+(\/[a-zA-Z0-9_.\-:]+)*(@sha2... class SnapshotService (line 56) | class SnapshotService { method constructor (line 59) | constructor( method validateImageName (line 81) | private validateImageName(name: string): string | null { method validateSnapshotName (line 107) | private validateSnapshotName(name: string): string | null { method processEntrypoint (line 115) | private processEntrypoint(entrypoint?: string[]): string[] | undefined { method readySnapshotRunnerExists (line 126) | private async readySnapshotRunnerExists(ref: string, regionId: string)... method createFromPull (line 138) | async createFromPull(organization: Organization, createSnapshotDto: Cr... method createFromBuildInfo (line 217) | async createFromBuildInfo(organization: Organization, createSnapshotDt... method removeSnapshot (line 323) | async removeSnapshot(snapshotId: string) { method getAllSnapshots (line 338) | async getAllSnapshots( method getSnapshot (line 401) | async getSnapshot(snapshotId: string): Promise { method getSnapshotWithRegions (line 413) | async getSnapshotWithRegions(snapshotIdOrName: string, organizationId:... method getSnapshotByName (line 441) | async getSnapshotByName(snapshotName: string, organizationId: string):... method setSnapshotGeneralStatus (line 461) | async setSnapshotGeneralStatus(snapshotId: string, general: boolean) { method getBuildLogsUrl (line 474) | async getBuildLogsUrl(snapshot: Snapshot): Promise { method validateOrganizationQuotas (line 493) | private async validateOrganizationQuotas( method rollbackPendingUsage (line 538) | async rollbackPendingUsage(organizationId: string, pendingSnapshotCoun... method handleSandboxCreatedEvent (line 551) | private async handleSandboxCreatedEvent(event: SandboxCreatedEvent) { method activateSnapshot (line 566) | async activateSnapshot(snapshotId: string, organization: Organization)... method canCleanupImage (line 619) | async canCleanupImage(imageName: string): Promise { method deactivateSnapshot (line 652) | async deactivateSnapshot(snapshotId: string): Promise { method getEntrypointFromDockerfile (line 692) | getEntrypointFromDockerfile(dockerfileContent: string): string[] { method getValidatedOrDefaultRegionId (line 720) | private async getValidatedOrDefaultRegionId(organization: Organization... method getSnapshotRegions (line 752) | async getSnapshotRegions(snapshotId: string): Promise { method isAvailableInRegion (line 765) | async isAvailableInRegion(snapshotId: string, regionId: string): Promi... method handleSuspendedOrganizationSnapshotDeactivated (line 775) | async handleSuspendedOrganizationSnapshotDeactivated(event: Organizati... method handleRunnerDeletedEvent (line 788) | async handleRunnerDeletedEvent(payload: RunnerDeletedEvent): Promise { FILE: apps/api/src/sandbox/services/volume.service.ts class VolumeService (line 33) | class VolumeService { method constructor (line 36) | constructor( method validateOrganizationQuotas (line 46) | private async validateOrganizationQuotas( method rollbackPendingUsage (line 71) | async rollbackPendingUsage(organizationId: string, pendingVolumeCountI... method create (line 83) | async create(organization: Organization, createVolumeDto: CreateVolume... method delete (line 134) | async delete(volumeId: string): Promise { method findOne (line 178) | async findOne(volumeId: string): Promise { method findAll (line 190) | async findAll(organizationId: string, includeDeleted = false): Promise... method findByName (line 206) | async findByName(organizationId: string, name: string): Promise { method validateVolumes (line 222) | async validateVolumes(organizationId: string, volumeIdOrNames: string[... method getOrganizationId (line 251) | async getOrganizationId(params: { id: string } | { name: string; organ... method handleSandboxCreatedEvent (line 276) | private async handleSandboxCreatedEvent(event: SandboxCreatedEvent) { FILE: apps/api/src/sandbox/subscribers/runner.subscriber.ts class RunnerSubscriber (line 17) | class RunnerSubscriber implements EntitySubscriberInterface { method constructor (line 25) | constructor(dataSource: DataSource) { method listenTo (line 30) | listenTo() { method afterInsert (line 34) | afterInsert(event: InsertEvent) { method afterUpdate (line 38) | afterUpdate(event: UpdateEvent) { FILE: apps/api/src/sandbox/subscribers/snapshot.subscriber.ts class SnapshotSubscriber (line 15) | class SnapshotSubscriber implements EntitySubscriberInterface { method constructor (line 19) | constructor(dataSource: DataSource) { method listenTo (line 23) | listenTo() { method afterUpdate (line 27) | afterUpdate(event: UpdateEvent) { method beforeRemove (line 44) | beforeRemove(event: RemoveEvent) { FILE: apps/api/src/sandbox/subscribers/volume.subscriber.ts class VolumeSubscriber (line 16) | class VolumeSubscriber implements EntitySubscriberInterface { method constructor (line 20) | constructor(dataSource: DataSource) { method listenTo (line 24) | listenTo() { method afterInsert (line 28) | afterInsert(event: InsertEvent) { method afterUpdate (line 32) | afterUpdate(event: UpdateEvent) { FILE: apps/api/src/sandbox/utils/lock-key.util.ts function getStateChangeLockKey (line 6) | function getStateChangeLockKey(id: string): string { FILE: apps/api/src/sandbox/utils/network-validation.util.ts function validateNetworkAllowList (line 12) | function validateNetworkAllowList(networkAllowList: string): void { FILE: apps/api/src/sandbox/utils/runner-lookup-cache.util.ts constant RUNNER_LOOKUP_CACHE_TTL_MS (line 6) | const RUNNER_LOOKUP_CACHE_TTL_MS = 60_000 function runnerLookupCacheKeyById (line 8) | function runnerLookupCacheKeyById(runnerId: string): string { FILE: apps/api/src/sandbox/utils/sandbox-lookup-cache.util.ts constant SANDBOX_LOOKUP_CACHE_TTL_MS (line 6) | const SANDBOX_LOOKUP_CACHE_TTL_MS = 10_000 constant SANDBOX_BUILD_INFO_CACHE_TTL_MS (line 7) | const SANDBOX_BUILD_INFO_CACHE_TTL_MS = 60_000 constant SANDBOX_ORG_ID_CACHE_TTL_MS (line 8) | const SANDBOX_ORG_ID_CACHE_TTL_MS = 60_000 constant TOOLBOX_PROXY_URL_CACHE_TTL_S (line 9) | const TOOLBOX_PROXY_URL_CACHE_TTL_S = 30 * 60 // 30 minutes type SandboxLookupCacheKeyArgs (line 11) | type SandboxLookupCacheKeyArgs = { function sandboxLookupCacheKeyById (line 16) | function sandboxLookupCacheKeyById(args: SandboxLookupCacheKeyArgs & { s... function sandboxLookupCacheKeyByName (line 22) | function sandboxLookupCacheKeyByName(args: SandboxLookupCacheKeyArgs & {... function sandboxLookupCacheKeyByAuthToken (line 28) | function sandboxLookupCacheKeyByAuthToken(args: { authToken: string }): ... type SandboxOrgIdCacheKeyArgs (line 32) | type SandboxOrgIdCacheKeyArgs = { function sandboxOrgIdCacheKeyById (line 36) | function sandboxOrgIdCacheKeyById(args: SandboxOrgIdCacheKeyArgs & { san... function sandboxOrgIdCacheKeyByName (line 41) | function sandboxOrgIdCacheKeyByName(args: SandboxOrgIdCacheKeyArgs & { s... function toolboxProxyUrlCacheKey (line 46) | function toolboxProxyUrlCacheKey(regionId: string): string { FILE: apps/api/src/sandbox/utils/sanitize-error.util.ts function sanitizeSandboxError (line 6) | function sanitizeSandboxError(error: any): { recoverable: boolean; error... FILE: apps/api/src/sandbox/utils/volume-mount-path-validation.util.ts function validateMountPaths (line 13) | function validateMountPaths(volumes: SandboxVolume[]): void { function validateSubpaths (line 61) | function validateSubpaths(volumes: SandboxVolume[]): void { FILE: apps/api/src/usage/entities/sandbox-usage-period-archive.entity.ts class SandboxUsagePeriodArchive (line 13) | class SandboxUsagePeriodArchive { method fromUsagePeriod (line 45) | public static fromUsagePeriod(usagePeriod: SandboxUsagePeriod) { FILE: apps/api/src/usage/entities/sandbox-usage-period.entity.ts class SandboxUsagePeriod (line 10) | class SandboxUsagePeriod { method fromUsagePeriod (line 42) | public static fromUsagePeriod(usagePeriod: SandboxUsagePeriod) { FILE: apps/api/src/usage/services/usage.service.ts class UsageService (line 26) | class UsageService implements TrackableJobExecutions, OnApplicationShutd... method constructor (line 30) | constructor( method onApplicationShutdown (line 37) | async onApplicationShutdown() { method handleSandboxStateUpdate (line 47) | async handleSandboxStateUpdate(event: SandboxStateUpdatedEvent) { method createUsagePeriod (line 76) | private async createUsagePeriod(event: SandboxStateUpdatedEvent, diskO... method closeUsagePeriod (line 97) | private async closeUsagePeriod(sandboxId: string) { method closeAndReopenUsagePeriods (line 115) | async closeAndReopenUsagePeriods() { method archiveUsagePeriods (line 179) | async archiveUsagePeriods() { method waitForLock (line 212) | private async waitForLock(sandboxId: string) { method aquireLock (line 218) | private async aquireLock(sandboxId: string): Promise { method releaseLock (line 222) | private async releaseLock(sandboxId: string) { FILE: apps/api/src/usage/usage.module.ts class UsageModule (line 36) | class UsageModule {} FILE: apps/api/src/user/constants/acount-provider-display-name.constant.ts constant ACCOUNT_PROVIDER_DISPLAY_NAME (line 8) | const ACCOUNT_PROVIDER_DISPLAY_NAME: Record = { FILE: apps/api/src/user/dto/account-provider.dto.ts class AccountProviderDto (line 10) | class AccountProviderDto { FILE: apps/api/src/user/dto/create-linked-account.dto.ts class CreateLinkedAccountDto (line 10) | class CreateLinkedAccountDto { FILE: apps/api/src/user/dto/create-user.dto.ts class CreateUserDto (line 12) | class CreateUserDto { FILE: apps/api/src/user/dto/update-user.dto.ts class UpdateUserDto (line 11) | class UpdateUserDto { FILE: apps/api/src/user/dto/user-public-key.dto.ts class UserPublicKeyDto (line 10) | class UserPublicKeyDto { method fromUserPublicKey (line 21) | static fromUserPublicKey(publicKey: UserPublicKey): UserPublicKeyDto { FILE: apps/api/src/user/dto/user.dto.ts class UserDto (line 11) | class UserDto { method fromUser (line 38) | static fromUser(user: User): UserDto { FILE: apps/api/src/user/enums/account-provider.enum.ts type AccountProvider (line 6) | enum AccountProvider { FILE: apps/api/src/user/enums/system-role.enum.ts type SystemRole (line 6) | enum SystemRole { FILE: apps/api/src/user/events/user-created.event.ts class UserCreatedEvent (line 10) | class UserCreatedEvent { method constructor (line 11) | constructor( FILE: apps/api/src/user/events/user-deleted.event.ts class UserDeletedEvent (line 8) | class UserDeletedEvent { method constructor (line 9) | constructor( FILE: apps/api/src/user/events/user-email-verified.event.ts class UserEmailVerifiedEvent (line 8) | class UserEmailVerifiedEvent { method constructor (line 9) | constructor( FILE: apps/api/src/user/user.controller.ts class UserController (line 47) | class UserController { method constructor (line 50) | constructor( method getAuthenticatedUser (line 65) | async getAuthenticatedUser(@AuthContext() authContext: IAuthContext): ... method create (line 95) | async create(@Body() createUserDto: CreateUserDto): Promise { method findAll (line 105) | async findAll(): Promise { method regenerateKeyPair (line 120) | async regenerateKeyPair(@Param('id') id: string): Promise { method getAvailableAccountProviders (line 134) | async getAvailableAccountProviders(): Promise { method linkAccount (line 186) | async linkAccount( method unlinkAccount (line 265) | async unlinkAccount( method enrollInSmsMfa (line 302) | async enrollInSmsMfa(@AuthContext() authContext: IAuthContext): Promis... method getUserById (line 341) | async getUserById(@Param('id') id: string): Promise { method getManagementApiToken (line 350) | private async getManagementApiToken(): Promise { FILE: apps/api/src/user/user.entity.ts type UserSSHKeyPair (line 9) | interface UserSSHKeyPair { type UserPublicKey (line 14) | interface UserPublicKey { class User (line 20) | class User { FILE: apps/api/src/user/user.module.ts class UserModule (line 18) | class UserModule {} FILE: apps/api/src/user/user.service.ts class UserService (line 21) | class UserService { method constructor (line 22) | constructor( method create (line 29) | async create(createUserDto: CreateUserDto): Promise { method findAll (line 62) | async findAll(): Promise { method findByIds (line 66) | async findByIds(ids: string[]): Promise { method findOne (line 78) | async findOne(id: string): Promise { method findOneOrFail (line 82) | async findOneOrFail(id: string): Promise { method findOneByEmail (line 86) | async findOneByEmail(email: string, ignoreCase = false): Promise { method regenerateKeyPair (line 101) | async regenerateKeyPair(id: string): Promise { method generatePrivateKey (line 108) | private generatePrivateKey(): Promise { method update (line 144) | async update(userId: string, updateUserDto: UpdateUserDto): Promise { method getInitializationStatus (line 122) | async getInitializationStatus( method initializeWebhooks (line 152) | async initializeWebhooks(@Param('organizationId') organizationId: stri... FILE: apps/api/src/webhook/dto/send-webhook.dto.ts class SendWebhookDto (line 10) | class SendWebhookDto { FILE: apps/api/src/webhook/dto/webhook-app-portal-access.dto.ts class WebhookAppPortalAccessDto (line 9) | class WebhookAppPortalAccessDto { FILE: apps/api/src/webhook/dto/webhook-event-payloads.dto.ts class SandboxCreatedWebhookDto (line 38) | class SandboxCreatedWebhookDto extends BaseWebhookEventDto { method fromEvent (line 72) | static fromEvent(event: SandboxCreatedEvent, eventType: string): Sandb... class SandboxStateUpdatedWebhookDto (line 86) | class SandboxStateUpdatedWebhookDto extends BaseWebhookEventDto { method fromEvent (line 120) | static fromEvent(event: SandboxStateUpdatedEvent, eventType: string): ... class SnapshotCreatedWebhookDto (line 134) | class SnapshotCreatedWebhookDto extends BaseWebhookEventDto { method fromEvent (line 167) | static fromEvent(event: SnapshotCreatedEvent, eventType: string): Snap... class SnapshotStateUpdatedWebhookDto (line 181) | class SnapshotStateUpdatedWebhookDto extends BaseWebhookEventDto { method fromEvent (line 221) | static fromEvent(event: SnapshotStateUpdatedEvent, eventType: string):... class SnapshotRemovedWebhookDto (line 236) | class SnapshotRemovedWebhookDto extends BaseWebhookEventDto { method fromEvent (line 262) | static fromEvent(event: SnapshotRemovedEvent, eventType: string): Snap... class VolumeCreatedWebhookDto (line 275) | class VolumeCreatedWebhookDto extends BaseWebhookEventDto { method fromEvent (line 308) | static fromEvent(event: VolumeCreatedEvent, eventType: string): Volume... class VolumeStateUpdatedWebhookDto (line 322) | class VolumeStateUpdatedWebhookDto extends BaseWebhookEventDto { method fromEvent (line 362) | static fromEvent(event: VolumeStateUpdatedEvent, eventType: string): V... FILE: apps/api/src/webhook/dto/webhook-initialization-status.dto.ts class WebhookInitializationStatusDto (line 10) | class WebhookInitializationStatusDto { method fromWebhookInitialization (line 49) | static fromWebhookInitialization(webhookInitialization: WebhookInitial... FILE: apps/api/src/webhook/entities/webhook-initialization.entity.ts class WebhookInitialization (line 9) | class WebhookInitialization { FILE: apps/api/src/webhook/services/webhook-event-handler.service.ts class WebhookEventHandlerService (line 31) | class WebhookEventHandlerService { method constructor (line 34) | constructor(private readonly webhookService: WebhookService) {} method handleSandboxCreated (line 37) | async handleSandboxCreated(event: SandboxCreatedEvent) { method handleSandboxStateUpdated (line 51) | async handleSandboxStateUpdated(event: SandboxStateUpdatedEvent) { method handleSnapshotCreated (line 65) | async handleSnapshotCreated(event: SnapshotCreatedEvent) { method handleSnapshotStateUpdated (line 79) | async handleSnapshotStateUpdated(event: SnapshotStateUpdatedEvent) { method handleSnapshotRemoved (line 93) | async handleSnapshotRemoved(event: SnapshotRemovedEvent) { method handleVolumeCreated (line 107) | async handleVolumeCreated(event: VolumeCreatedEvent) { method handleVolumeStateUpdated (line 121) | async handleVolumeStateUpdated(event: VolumeStateUpdatedEvent) { method sendCustomWebhook (line 137) | async sendCustomWebhook(organizationId: string, eventType: string, pay... FILE: apps/api/src/webhook/services/webhook.service.ts class WebhookService (line 17) | class WebhookService implements OnModuleInit { method constructor (line 21) | constructor( method onModuleInit (line 27) | async onModuleInit() { method getInitializationStatus (line 46) | async getInitializationStatus(organizationId: string): Promise None: method handle_command (line 156) | def handle_command(self, line: str) -> None: method run (line 169) | def run(self): FILE: apps/daemon/pkg/toolbox/process/interpreter/types.go constant writeWait (line 19) | writeWait = 10 * time.Second constant gracePeriod (line 20) | gracePeriod = 2 * time.Second constant workerScriptPerms (line 21) | workerScriptPerms = 0700 constant WebSocketCloseTimeout (line 26) | WebSocketCloseTimeout = 4008 constant ChunkTypeStdout (line 31) | ChunkTypeStdout = "stdout" constant ChunkTypeStderr (line 32) | ChunkTypeStderr = "stderr" constant ChunkTypeError (line 33) | ChunkTypeError = "error" constant ChunkTypeControl (line 34) | ChunkTypeControl = "control" constant ControlChunkTypeCompleted (line 39) | ControlChunkTypeCompleted = "completed" constant ControlChunkTypeInterrupted (line 40) | ControlChunkTypeInterrupted = "interrupted" constant CommandStatusRunning (line 45) | CommandStatusRunning = "running" constant CommandStatusOK (line 46) | CommandStatusOK = "ok" constant CommandStatusError (line 47) | CommandStatusError = "error" constant CommandStatusTimeout (line 48) | CommandStatusTimeout = "timeout" constant LanguagePython (line 53) | LanguagePython = "python" type Controller (line 57) | type Controller struct type CreateContextRequest (line 65) | type CreateContextRequest struct type ExecuteRequest (line 71) | type ExecuteRequest struct type ListContextsResponse (line 79) | type ListContextsResponse struct type ContextInfo (line 86) | type ContextInfo struct type Context (line 95) | type Context struct type CommandExecution (line 125) | type CommandExecution struct type Error (line 135) | type Error struct type wsClient (line 144) | type wsClient struct type wsFrame (line 154) | type wsFrame struct type closeRequest (line 159) | type closeRequest struct type OutputMessage (line 165) | type OutputMessage struct type WorkerCommand (line 174) | type WorkerCommand struct type execJob (line 181) | type execJob struct FILE: apps/daemon/pkg/toolbox/process/interpreter/websocket.go method attachWebSocket (line 17) | func (c *Context) attachWebSocket(ws *websocket.Conn) { method clientWriter (line 66) | func (c *Context) clientWriter(cl *wsClient) { method emitOutput (line 99) | func (c *Context) emitOutput(msg *OutputMessage) { method close (line 123) | func (cl *wsClient) close() { method writeFrame (line 150) | func (cl *wsClient) writeFrame(frame wsFrame) error { method requestClose (line 173) | func (cl *wsClient) requestClose(code int, message string) { FILE: apps/daemon/pkg/toolbox/process/pty/controller.go function NewPTYController (line 20) | func NewPTYController(logger *slog.Logger, workDir string) *PTYController { method CreatePTYSession (line 36) | func (p *PTYController) CreatePTYSession(c *gin.Context) { method ListPTYSessions (line 123) | func (p *PTYController) ListPTYSessions(c *gin.Context) { method GetPTYSession (line 138) | func (p *PTYController) GetPTYSession(c *gin.Context) { method DeletePTYSession (line 163) | func (p *PTYController) DeletePTYSession(c *gin.Context) { method ConnectPTYSession (line 189) | func (p *PTYController) ConnectPTYSession(c *gin.Context) { method ResizePTYSession (line 236) | func (p *PTYController) ResizePTYSession(c *gin.Context) { FILE: apps/daemon/pkg/toolbox/process/pty/manager.go function NewPTYManager (line 18) | func NewPTYManager() *PTYManager { method Add (line 25) | func (m *PTYManager) Add(s *PTYSession) { method Get (line 30) | func (m *PTYManager) Get(id string) (*PTYSession, bool) { method Delete (line 36) | func (m *PTYManager) Delete(id string) (*PTYSession, bool) { method List (line 45) | func (m *PTYManager) List() []PTYSessionInfo { method VerifyPTYSessionReady (line 53) | func (m *PTYManager) VerifyPTYSessionReady(id string) (*PTYSession, erro... method VerifyPTYSessionForResize (line 78) | func (m *PTYManager) VerifyPTYSessionForResize(id string) (*PTYSession, ... FILE: apps/daemon/pkg/toolbox/process/pty/session.go method Info (line 18) | func (s *PTYSession) Info() PTYSessionInfo { method start (line 25) | func (s *PTYSession) start() error { method kill (line 128) | func (s *PTYSession) kill() { method ptyReadLoop (line 159) | func (s *PTYSession) ptyReadLoop() { method inputWriteLoop (line 175) | func (s *PTYSession) inputWriteLoop() { method sendToPTY (line 192) | func (s *PTYSession) sendToPTY(data []byte) error { method resize (line 207) | func (s *PTYSession) resize(cols, rows uint16) error { FILE: apps/daemon/pkg/toolbox/process/pty/types.go constant writeWait (line 20) | writeWait = 10 * time.Second constant readLimit (line 21) | readLimit = 64 * 1024 type PTYController (line 25) | type PTYController struct type PTYManager (line 31) | type PTYManager struct type wsClient (line 36) | type wsClient struct type PTYSession (line 45) | type PTYSession struct type PTYSessionInfo (line 67) | type PTYSessionInfo struct type PTYCreateRequest (line 81) | type PTYCreateRequest struct type PTYCreateResponse (line 91) | type PTYCreateResponse struct type PTYListResponse (line 96) | type PTYListResponse struct type PTYResizeRequest (line 101) | type PTYResizeRequest struct FILE: apps/daemon/pkg/toolbox/process/pty/websocket.go method attachWebSocket (line 16) | func (s *PTYSession) attachWebSocket(ws *websocket.Conn) { method clientWriter (line 54) | func (s *PTYSession) clientWriter(cl *wsClient) { method clientReader (line 71) | func (s *PTYSession) clientReader(cl *wsClient) { method broadcast (line 95) | func (s *PTYSession) broadcast(b []byte) { method closeClientsWithExitCode (line 117) | func (s *PTYSession) closeClientsWithExitCode(exitCode int, exitReason s... FILE: apps/daemon/pkg/toolbox/process/pty/ws_client.go method close (line 6) | func (cl *wsClient) close() { FILE: apps/daemon/pkg/toolbox/process/session/controller.go type SessionController (line 12) | type SessionController struct function NewSessionController (line 18) | func NewSessionController(logger *slog.Logger, configDir string, session... FILE: apps/daemon/pkg/toolbox/process/session/execute.go method SessionExecuteCommand (line 32) | func (s *SessionController) SessionExecuteCommand(c *gin.Context) { FILE: apps/daemon/pkg/toolbox/process/session/input.go method SendInput (line 29) | func (s *SessionController) SendInput(c *gin.Context) { FILE: apps/daemon/pkg/toolbox/process/session/log.go method GetSessionCommandLogs (line 27) | func (s *SessionController) GetSessionCommandLogs(c *gin.Context) { method GetEntrypointLogs (line 68) | func (s *SessionController) GetEntrypointLogs(c *gin.Context) { FILE: apps/daemon/pkg/toolbox/process/session/session.go method CreateSession (line 28) | func (s *SessionController) CreateSession(c *gin.Context) { method DeleteSession (line 69) | func (s *SessionController) DeleteSession(c *gin.Context) { method ListSessions (line 96) | func (s *SessionController) ListSessions(c *gin.Context) { method GetSession (line 122) | func (s *SessionController) GetSession(c *gin.Context) { method GetSessionCommand (line 146) | func (s *SessionController) GetSessionCommand(c *gin.Context) { method GetEntrypointSession (line 169) | func (s *SessionController) GetEntrypointSession(c *gin.Context) { FILE: apps/daemon/pkg/toolbox/process/session/types.go type CreateSessionRequest (line 8) | type CreateSessionRequest struct type SessionExecuteRequest (line 12) | type SessionExecuteRequest struct type SessionSendInputRequest (line 19) | type SessionSendInputRequest struct type SessionExecuteResponse (line 23) | type SessionExecuteResponse struct type SessionCommandLogsResponse (line 31) | type SessionCommandLogsResponse struct type CommandDTO (line 36) | type CommandDTO struct type SessionDTO (line 42) | type SessionDTO struct function CommandToDTO (line 47) | func CommandToDTO(c *session.Command) *CommandDTO { function SessionToDTO (line 55) | func SessionToDTO(s *session.Session) *SessionDTO { FILE: apps/daemon/pkg/toolbox/process/types.go type ExecuteRequest (line 6) | type ExecuteRequest struct type ExecuteResponse (line 15) | type ExecuteResponse struct FILE: apps/daemon/pkg/toolbox/proxy/proxy.go function GetProxyTarget (line 16) | func GetProxyTarget(ctx *gin.Context) (*url.URL, map[string]string, erro... FILE: apps/daemon/pkg/toolbox/server.go type ServerConfig (line 52) | type ServerConfig struct function NewServer (line 66) | func NewServer(config ServerConfig) *server { type server (line 82) | type server struct method Start (line 108) | func (s *server) Start() error { method Shutdown (line 368) | func (s *server) Shutdown() { type Telemetry (line 102) | type Telemetry struct FILE: apps/daemon/pkg/toolbox/telemetry.go method initTelemetry (line 16) | func (s *server) initTelemetry(ctx context.Context, serviceName, entrypo... FILE: apps/daemon/pkg/toolbox/types.go type InitializeRequest (line 6) | type InitializeRequest struct type WorkDirResponse (line 10) | type WorkDirResponse struct type UserHomeDirResponse (line 14) | type UserHomeDirResponse struct FILE: apps/daemon/pkg/toolbox/validator.go type DefaultValidator (line 16) | type DefaultValidator struct method ValidateStruct (line 42) | func (v *DefaultValidator) ValidateStruct(obj any) error { method Engine (line 73) | func (v *DefaultValidator) Engine() interface{} { method validateStruct (line 78) | func (v *DefaultValidator) validateStruct(obj any) error { method lazyinit (line 83) | func (v *DefaultValidator) lazyinit() { type SliceValidationError (line 23) | type SliceValidationError method Error (line 25) | func (err SliceValidationError) Error() string { FILE: apps/daemon/tools/xterm.go constant XTERM_VERSION (line 17) | XTERM_VERSION = "5.3.0" constant XTERM_FIT_VERSION (line 18) | XTERM_FIT_VERSION = "0.8.0" function main (line 21) | func main() { FILE: apps/dashboard/public/mockServiceWorker.js constant PACKAGE_VERSION (line 10) | const PACKAGE_VERSION = '2.12.2' constant INTEGRITY_CHECKSUM (line 11) | const INTEGRITY_CHECKSUM = '4db4a41e972cec1b64cc569c66952d82' constant IS_MOCKED_RESPONSE (line 12) | const IS_MOCKED_RESPONSE = Symbol('isMockedResponse') function handleRequest (line 124) | async function handleRequest(event, requestId, requestInterceptedAt) { function resolveMainClient (line 177) | async function resolveMainClient(event) { function getResponse (line 211) | async function getResponse(event, client, requestId, requestInterceptedA... function sendToClient (line 288) | function sendToClient(client, message, transferrables = []) { function respondWithMock (line 311) | function respondWithMock(response) { function serializeRequest (line 333) | async function serializeRequest(request) { FILE: apps/dashboard/src/App.tsx function App (line 80) | function App() { function NonPersonalOrganizationPageWrapper (line 296) | function NonPersonalOrganizationPageWrapper({ children }: { children: Re... function OwnerAccessOrganizationPageWrapper (line 306) | function OwnerAccessOrganizationPageWrapper({ children }: { children: Re... function RequiredPermissionsOrganizationPageWrapper (line 316) | function RequiredPermissionsOrganizationPageWrapper({ function RequiredFeatureFlagWrapper (line 332) | function RequiredFeatureFlagWrapper({ children, flagKey }: { children: R... FILE: apps/dashboard/src/api/apiClient.ts class ApiClient (line 31) | class ApiClient { method constructor (line 49) | constructor(config: DashboardConfig, accessToken: string) { method setAccessToken (line 106) | public setAccessToken(accessToken: string) { method snapshotApi (line 110) | public get snapshotApi() { method sandboxApi (line 114) | public get sandboxApi() { method userApi (line 118) | public get userApi() { method apiKeyApi (line 122) | public get apiKeyApi() { method dockerRegistryApi (line 126) | public get dockerRegistryApi() { method organizationsApi (line 130) | public get organizationsApi() { method billingApi (line 134) | public get billingApi() { method volumeApi (line 138) | public get volumeApi() { method toolboxApi (line 142) | public get toolboxApi() { method auditApi (line 146) | public get auditApi() { method regionsApi (line 150) | public get regionsApi() { method runnersApi (line 154) | public get runnersApi() { method webhooksApi (line 158) | public get webhooksApi() { method analyticsUsageApi (line 162) | public get analyticsUsageApi() { method analyticsTelemetryApi (line 166) | public get analyticsTelemetryApi() { method webhookRequest (line 170) | public async webhookRequest(method: string, url: string, data?: any) { method axiosInstance (line 186) | public get axiosInstance() { FILE: apps/dashboard/src/api/errors.ts class DaytonaError (line 6) | class DaytonaError extends Error { method fromError (line 7) | public static fromError(error: Error): DaytonaError { method fromString (line 19) | public static fromString(error: string, options?: { cause?: Error }): ... class OrganizationSuspendedError (line 24) | class OrganizationSuspendedError extends DaytonaError {} FILE: apps/dashboard/src/assets/Logo.tsx function Logo (line 6) | function Logo() { function LogoText (line 23) | function LogoText() { FILE: apps/dashboard/src/billing-api/billingApiClient.ts class BillingApiClient (line 20) | class BillingApiClient { method constructor (line 23) | constructor(apiUrl: string, accessToken: string) { method getOrganizationUsage (line 43) | public async getOrganizationUsage(organizationId: string): Promise { method listOrganizationEmails (line 105) | public async listOrganizationEmails(organizationId: string): Promise } = { FILE: apps/dashboard/src/components/AnnouncementBanner.tsx type AnnouncementBannerProps (line 9) | interface AnnouncementBannerProps { function AnnouncementBanner (line 15) | function AnnouncementBanner({ text, learnMoreUrl, onDismiss }: Announcem... FILE: apps/dashboard/src/components/ApiKeyTable.tsx type DataTableProps (line 41) | interface DataTableProps { function ApiKeyTable (line 48) | function ApiKeyTable({ data, loading, isLoadingKey, onRevoke }: DataTabl... constant IMPLICIT_READ_RESOURCES (line 310) | const IMPLICIT_READ_RESOURCES = ['Sandboxes', 'Snapshots', 'Registries',... function PermissionsTooltip (line 312) | function PermissionsTooltip({ FILE: apps/dashboard/src/components/AuditLogTable.tsx type Props (line 15) | interface Props { function AuditLogTable (line 27) | function AuditLogTable({ data, loading, pagination, pageCount, onPaginat... type OutcomeCategory (line 227) | type OutcomeCategory = 'informational' | 'success' | 'redirect' | 'clien... type OutcomeInfo (line 229) | interface OutcomeInfo { FILE: apps/dashboard/src/components/Banner.tsx type BannerVariant (line 21) | type BannerVariant = 'info' | 'success' | 'warning' | 'error' | 'neutral' type BannerAction (line 54) | interface BannerAction { type BannerNotification (line 59) | interface BannerNotification { type BannerContextValue (line 70) | interface BannerContextValue { type BannerProviderProps (line 87) | interface BannerProviderProps { type BannerProps (line 138) | interface BannerProps extends VariantProps { function BannerButton (line 226) | function BannerButton({ className, ...props }: React.ComponentProps<'but... FILE: apps/dashboard/src/components/CodeBlock.tsx type CodeBlockProps (line 11) | interface CodeBlockProps { type HighlightProps (line 19) | interface HighlightProps { FILE: apps/dashboard/src/components/CommandPalette.tsx type CommandConfig (line 28) | type CommandConfig = { type RegisterCommandsOptions (line 42) | type RegisterCommandsOptions = { type PageConfig (line 49) | type PageConfig = { type CommandGroup (line 55) | type CommandGroup = { type PageData (line 62) | type PageData = { type CommandPaletteState (line 67) | type CommandPaletteState = { type CommandPaletteActions (line 77) | type CommandPaletteActions = { type CommandPaletteStore (line 91) | type CommandPaletteStore = CommandPaletteState & { actions: CommandPalet... function useCommandPalette (line 254) | function useCommandPalette( function useCommandPaletteActions (line 264) | function useCommandPaletteActions() { type CommandPaletteProviderProps (line 273) | type CommandPaletteProviderProps = { function CommandPaletteProvider (line 279) | function CommandPaletteProvider({ function useRegisterCommands (line 308) | function useRegisterCommands(commands: CommandConfig[], options?: Regist... function useRegisterPage (line 319) | function useRegisterPage(config: PageConfig) { type CommandPaletteProps (line 329) | type CommandPaletteProps = { function CommandPalette (line 334) | function CommandPalette({ className, overlay }: CommandPaletteProps) { function Breadcrumbs (line 446) | function Breadcrumbs() { function CommandGroupRenderer (line 476) | function CommandGroupRenderer({ group }: { group: CommandGroup }) { function CommandItem (line 490) | function CommandItem({ config }: { config: CommandConfig }) { function CommandFooter (line 531) | function CommandFooter({ function CommandEmpty (line 555) | function CommandEmpty({ search }: { search: string }) { function PulseBar (line 563) | function PulseBar({ mode, isVisible, className }: { mode: 'flash' | 'pul... function CommandHighlight (line 602) | function CommandHighlight({ function CommandError (line 614) | function CommandError({ function CommandLoading (line 639) | function CommandLoading({ count = 3, className }: { count?: number; clas... FILE: apps/dashboard/src/components/ComparisonTable.tsx type ComparisonRow (line 11) | interface ComparisonRow { type ComparisonSection (line 16) | interface ComparisonSection { type Props (line 24) | interface Props { function ComparisonTable (line 33) | function ComparisonTable({ columns = [], headerLabel, currentColumn, cur... type CollapsibleSectionProps (line 75) | interface CollapsibleSectionProps { FILE: apps/dashboard/src/components/CopyButton.tsx function CopyButton (line 23) | function CopyButton({ FILE: apps/dashboard/src/components/CreateApiKeyDialog.tsx type CreateApiKeyDialogProps (line 41) | interface CreateApiKeyDialogProps { constant IMPLICIT_READ_RESOURCES (line 52) | const IMPLICIT_READ_RESOURCES = ['Sandboxes', 'Snapshots', 'Registries',... type FormValues (line 60) | type FormValues = z.infer function CreatedKeyDisplay (line 374) | function CreatedKeyDisplay({ createdKey, apiUrl }: { createdKey: ApiKeyR... FILE: apps/dashboard/src/components/CreateRegionDialog.tsx constant DEFAULT_FORM_DATA (line 25) | const DEFAULT_FORM_DATA = { type CreateRegionDialogProps (line 32) | interface CreateRegionDialogProps { FILE: apps/dashboard/src/components/CreateRunnerDialog.tsx constant DEFAULT_FORM_DATA (line 26) | const DEFAULT_FORM_DATA = { type CreateRunnerDialogProps (line 31) | interface CreateRunnerDialogProps { FILE: apps/dashboard/src/components/EllipsisWithTooltip.tsx function EllipsisWithTooltip (line 11) | function EllipsisWithTooltip({ FILE: apps/dashboard/src/components/ErrorBoundaryFallback.tsx function ErrorBoundaryFallback (line 10) | function ErrorBoundaryFallback({ error, resetErrorBoundary }: FallbackPr... FILE: apps/dashboard/src/components/Invoices/InvoicesTableActions.tsx function InvoicesTableActions (line 28) | function InvoicesTableActions({ invoice, onView, onVoid, onPay }: Invoic... FILE: apps/dashboard/src/components/Invoices/InvoicesTableHeader.tsx function InvoicesTableHeader (line 11) | function InvoicesTableHeader({ table }: InvoicesTableHeaderProps) { FILE: apps/dashboard/src/components/Invoices/columns.tsx type SortableHeaderProps (line 14) | interface SortableHeaderProps { type GetColumnsProps (line 40) | interface GetColumnsProps { function getColumns (line 46) | function getColumns({ onViewInvoice, onVoidInvoice, onPayInvoice }: GetC... FILE: apps/dashboard/src/components/Invoices/index.tsx function InvoicesTable (line 16) | function InvoicesTable({ FILE: apps/dashboard/src/components/Invoices/types.ts type InvoicesTableProps (line 9) | interface InvoicesTableProps { type InvoicesTableActionsProps (line 25) | interface InvoicesTableActionsProps { type InvoicesTableHeaderProps (line 32) | interface InvoicesTableHeaderProps { FILE: apps/dashboard/src/components/Invoices/useInvoicesTable.ts type UseInvoicesTableProps (line 21) | interface UseInvoicesTableProps { function useInvoicesTable (line 34) | function useInvoicesTable({ FILE: apps/dashboard/src/components/LimitUsageChart.tsx type ResourceKey (line 20) | type ResourceKey = 'cpu' | 'ram' | 'storage' type PastUsage (line 26) | interface PastUsage { function LimitUsageChart (line 33) | function LimitUsageChart({ FILE: apps/dashboard/src/components/LiveIndicator.tsx function LiveIndicator (line 10) | function LiveIndicator({ FILE: apps/dashboard/src/components/OrganizationMembers/CancelOrganizationInvitationDialog.tsx type CancelOrganizationInvitationDialogProps (line 18) | interface CancelOrganizationInvitationDialogProps { FILE: apps/dashboard/src/components/OrganizationMembers/CreateOrganizationInvitationDialog.tsx type CreateOrganizationInvitationDialogProps (line 26) | interface CreateOrganizationInvitationDialogProps { FILE: apps/dashboard/src/components/OrganizationMembers/OrganizationInvitationTable.tsx type DataTableProps (line 27) | interface DataTableProps { function OrganizationInvitationTable (line 41) | function OrganizationInvitationTable({ FILE: apps/dashboard/src/components/OrganizationMembers/OrganizationMemberTable.tsx type DataTableProps (line 28) | interface DataTableProps { function OrganizationMemberTable (line 39) | function OrganizationMemberTable({ FILE: apps/dashboard/src/components/OrganizationMembers/RemoveOrganizationMemberDialog.tsx type RemoveOrganizationMemberDialogProps (line 18) | interface RemoveOrganizationMemberDialogProps { FILE: apps/dashboard/src/components/OrganizationMembers/UpdateOrganizationInvitationDialog.tsx type UpdateOrganizationInvitationDialogProps (line 29) | interface UpdateOrganizationInvitationDialogProps { FILE: apps/dashboard/src/components/OrganizationMembers/UpdateOrganizationMemberAccessDialog.tsx type UpdateOrganizationMemberAccessProps (line 23) | interface UpdateOrganizationMemberAccessProps { FILE: apps/dashboard/src/components/OrganizationRoles/CreateOrganizationRoleDialog.tsx type CreateOrganizationRoleDialogProps (line 26) | interface CreateOrganizationRoleDialogProps { FILE: apps/dashboard/src/components/OrganizationRoles/DeleteOrganizationRoleDialog.tsx type DeleteOrganizationRoleDialogProps (line 18) | interface DeleteOrganizationRoleDialogProps { FILE: apps/dashboard/src/components/OrganizationRoles/OrganizationRoleTable.tsx type DataTableProps (line 28) | interface DataTableProps { function OrganizationRoleTable (line 41) | function OrganizationRoleTable({ FILE: apps/dashboard/src/components/OrganizationRoles/UpdateOrganizationRoleDialog.tsx type UpdateOrganizationRoleDialogProps (line 24) | interface UpdateOrganizationRoleDialogProps { FILE: apps/dashboard/src/components/Organizations/CreateOrganizationDialog.tsx type CreateOrganizationDialogProps (line 25) | interface CreateOrganizationDialogProps { FILE: apps/dashboard/src/components/Organizations/DeleteOrganizationDialog.tsx type DeleteOrganizationDialogProps (line 21) | interface DeleteOrganizationDialogProps { FILE: apps/dashboard/src/components/Organizations/LeaveOrganizationDialog.tsx type LeaveOrganizationDialogProps (line 19) | interface LeaveOrganizationDialogProps { FILE: apps/dashboard/src/components/Organizations/OrganizationPicker.tsx function useOrganizationCommands (line 27) | function useOrganizationCommands() { FILE: apps/dashboard/src/components/Organizations/SetDefaultRegionDialog.tsx type SetDefaultRegionDialogProps (line 21) | interface SetDefaultRegionDialogProps { FILE: apps/dashboard/src/components/PageLayout.tsx function PageLayout (line 11) | function PageLayout({ className, ...props }: ComponentProps<'div'>) { function PageHeader (line 15) | function PageHeader({ className, children, ...props }: ComponentProps<'h... function PageTitle (line 30) | function PageTitle({ className, children, ...props }: ComponentProps<'h1... function PageDescription (line 38) | function PageDescription({ className, ...props }: ComponentProps<'p'>) { function PageBanner (line 42) | function PageBanner({ className, children, ...props }: ComponentProps<'d... function PageContent (line 50) | function PageContent({ FILE: apps/dashboard/src/components/Pagination.tsx type PaginationProps (line 12) | interface PaginationProps { function Pagination (line 20) | function Pagination({ FILE: apps/dashboard/src/components/Playground/ActionForm.tsx type PlaygroundActionFormProps (line 12) | type PlaygroundActionFormProps = { function PlaygroundActionForm (line 19) | function PlaygroundActionForm({ FILE: apps/dashboard/src/components/Playground/ActionRunButton.tsx type PlaygroundActionRunButtonProps (line 10) | type PlaygroundActionRunButtonProps = { FILE: apps/dashboard/src/components/Playground/Inputs/CheckboxInput.tsx type FormCheckboxInputProps (line 9) | type FormCheckboxInputProps = { FILE: apps/dashboard/src/components/Playground/Inputs/InlineInputFormControl.tsx type InlineInputFormControlProps (line 10) | type InlineInputFormControlProps = { FILE: apps/dashboard/src/components/Playground/Inputs/Label.tsx type InputLabelProps (line 9) | type InputLabelProps = { FILE: apps/dashboard/src/components/Playground/Inputs/NumberInput.tsx type FormNumberInputProps (line 10) | type FormNumberInputProps = { FILE: apps/dashboard/src/components/Playground/Inputs/SelectInput.tsx type SelectOption (line 10) | type SelectOption = { type FormSelectInputProps (line 15) | type FormSelectInputProps = { FILE: apps/dashboard/src/components/Playground/Inputs/StackedInputFormControl.tsx type StackedInputFormControlProps (line 10) | type StackedInputFormControlProps = { FILE: apps/dashboard/src/components/Playground/Inputs/TextInput.tsx type FormTextInputProps (line 9) | type FormTextInputProps = { FILE: apps/dashboard/src/components/Playground/PlaygroundLayout.tsx function PlaygroundLayout (line 9) | function PlaygroundLayout({ children, className }: { children: React.Rea... function PlaygroundLayoutSidebar (line 15) | function PlaygroundLayoutSidebar({ children }: { children: React.ReactNo... function PlaygroundLayoutContent (line 23) | function PlaygroundLayoutContent({ children, className }: { children: Re... FILE: apps/dashboard/src/components/Playground/ResponseCard.tsx type ResponseCardProps (line 8) | type ResponseCardProps = { FILE: apps/dashboard/src/components/Playground/Sandbox/CodeSnippets/python.ts method getImports (line 10) | getImports(p) { method getConfig (line 28) | getConfig(p) { method getClientInit (line 33) | getClientInit(p) { method getResources (line 39) | getResources(p) { method getSandboxParams (line 59) | getSandboxParams(p) { method getSandboxCreate (line 87) | getSandboxCreate(p) { method getCodeRun (line 95) | getCodeRun(p) { method getShellRun (line 110) | getShellRun(p) { method getFileSystemOps (line 119) | getFileSystemOps(p) { method getGitOps (line 158) | getGitOps(p) { method buildFullSnippet (line 208) | buildFullSnippet(p) { FILE: apps/dashboard/src/components/Playground/Sandbox/CodeSnippets/types.ts type CodeSnippetActionFlags (line 8) | interface CodeSnippetActionFlags { type CodeSnippetParams (line 25) | interface CodeSnippetParams { type CodeSnippetGenerator (line 31) | interface CodeSnippetGenerator { FILE: apps/dashboard/src/components/Playground/Sandbox/CodeSnippets/typescript.ts method getImports (line 10) | getImports(p) { method getConfig (line 22) | getConfig(p) { method getClientInit (line 27) | getClientInit(p) { method getResources (line 36) | getResources(p) { method getSandboxParams (line 56) | getSandboxParams(p) { method getSandboxCreate (line 84) | getSandboxCreate(p) { method getCodeRun (line 91) | getCodeRun(p) { method getShellRun (line 107) | getShellRun(p) { method getFileSystemOps (line 117) | getFileSystemOps(p) { method getGitOps (line 158) | getGitOps(p) { method buildFullSnippet (line 211) | buildFullSnippet(p) { FILE: apps/dashboard/src/components/Playground/Sandbox/CodeSnippets/utils.ts function joinGroupedSections (line 10) | function joinGroupedSections(sections: string[]): string { FILE: apps/dashboard/src/components/Playground/Sandbox/CodeSnippetsResponse.tsx constant SECTION_SCROLL_MARKERS (line 37) | const SECTION_SCROLL_MARKERS: Partial = { FILE: apps/dashboard/src/components/Playground/VNC/Interaction/Screenshot.tsx type CursorPositionType (line 162) | type CursorPositionType = { x: number; y: number } FILE: apps/dashboard/src/components/PostHogProviderWrapper.tsx type PostHogProviderWrapperProps (line 10) | interface PostHogProviderWrapperProps { FILE: apps/dashboard/src/components/PrivacyBanner.tsx function PrivacyBanner (line 11) | function PrivacyBanner() { FILE: apps/dashboard/src/components/PrivacyPreferencesDialog.tsx type ConsentPreferences (line 14) | type ConsentPreferences = { constant CONSENT_KEY_PREFIX (line 21) | const CONSENT_KEY_PREFIX = 'privacy_consent_' constant DEFAULT_PREFERENCES (line 23) | const DEFAULT_PREFERENCES: ConsentPreferences = { function usePrivacyConsent (line 30) | function usePrivacyConsent() { type PrivacyPreferencesDialogProps (line 83) | type PrivacyPreferencesDialogProps = { function PrivacyPreferencesDialog (line 90) | function PrivacyPreferencesDialog({ open, onOpenChange, preferences, onS... FILE: apps/dashboard/src/components/QuotaLine.tsx type QuotaLineProps (line 10) | interface QuotaLineProps { FILE: apps/dashboard/src/components/RegionDetailsSheet.tsx type RegionDetailsSheetProps (line 14) | interface RegionDetailsSheetProps { FILE: apps/dashboard/src/components/RegionTable.tsx type DataTableProps (line 30) | interface DataTableProps { function RegionTable (line 40) | function RegionTable({ FILE: apps/dashboard/src/components/RegistryTable.tsx type DataTableProps (line 33) | interface DataTableProps { function RegistryTable (line 40) | function RegistryTable({ data, loading, onDelete, onEdit }: DataTablePro... FILE: apps/dashboard/src/components/ResourceChip.tsx type Props (line 8) | interface Props { function ResourceChip (line 27) | function ResourceChip({ resource, value, unit, icon }: Props) { FILE: apps/dashboard/src/components/RunnerDetailsSheet.tsx type RunnerDetailsSheetProps (line 17) | interface RunnerDetailsSheetProps { FILE: apps/dashboard/src/components/RunnerTable.tsx type RunnerTableProps (line 30) | interface RunnerTableProps { function RunnerTable (line 45) | function RunnerTable({ FILE: apps/dashboard/src/components/Sandbox/CreateSandboxSheet.tsx constant NAME_REGEX (line 47) | const NAME_REGEX = /^[a-zA-Z0-9][a-zA-Z0-9._-]*$/ constant NONE_VALUE (line 49) | const NONE_VALUE = '__none__' type Source (line 51) | enum Source { type FormValues (line 115) | type FormValues = z.input> & { FILE: apps/dashboard/src/components/SandboxDetailsSheet.tsx type SandboxDetailsSheetProps (line 25) | interface SandboxDetailsSheetProps { FILE: apps/dashboard/src/components/SandboxTable/BulkActionAlertDialog.tsx type BulkAction (line 17) | enum BulkAction { type BulkActionData (line 24) | interface BulkActionData { function getBulkActionData (line 31) | function getBulkActionData(action: BulkAction, count: number): BulkActio... type BulkActionAlertDialogProps (line 63) | interface BulkActionAlertDialogProps { function BulkActionAlertDialog (line 70) | function BulkActionAlertDialog({ action, count, onConfirm, onCancel }: B... FILE: apps/dashboard/src/components/SandboxTable/SandboxState.tsx type SandboxStateProps (line 11) | interface SandboxStateProps { function SandboxState (line 17) | function SandboxState({ state, errorReason, recoverable }: SandboxStateP... FILE: apps/dashboard/src/components/SandboxTable/SandboxTableActions.tsx function SandboxTableActions (line 21) | function SandboxTableActions({ FILE: apps/dashboard/src/components/SandboxTable/SandboxTableHeader.tsx constant RESOURCE_FILTERS (line 53) | const RESOURCE_FILTERS = [ function SandboxTableHeader (line 59) | function SandboxTableHeader({ FILE: apps/dashboard/src/components/SandboxTable/columns.tsx type SortableHeaderProps (line 17) | interface SortableHeaderProps { type GetColumnsProps (line 43) | interface GetColumnsProps { function getColumns (line 60) | function getColumns({ function getDisplayName (line 340) | function getDisplayName(sandbox: Sandbox): string { function getLastEvent (line 354) | function getLastEvent(sandbox: Sandbox): { date: Date; relativeTimeStrin... FILE: apps/dashboard/src/components/SandboxTable/constants.ts constant STATE_LABEL_MAPPING (line 10) | const STATE_LABEL_MAPPING: Record = { constant STATUSES (line 30) | const STATUSES: FacetedFilterOption[] = [ function getStateLabel (line 46) | function getStateLabel(state?: SandboxState): string { FILE: apps/dashboard/src/components/SandboxTable/filters/LabelFilter.tsx type LabelFilterProps (line 13) | interface LabelFilterProps { function LabelFilterIndicator (line 18) | function LabelFilterIndicator({ value, onFilterChange }: Pick = { FILE: apps/dashboard/src/components/SandboxTable/types.ts type SandboxTableProps (line 18) | interface SandboxTableProps { type SandboxTableActionsProps (line 60) | interface SandboxTableActionsProps { type SandboxTableHeaderProps (line 77) | interface SandboxTableHeaderProps { type FacetedFilterOption (line 89) | interface FacetedFilterOption { FILE: apps/dashboard/src/components/SandboxTable/useSandboxCommands.tsx type UseSandboxCommandsProps (line 12) | interface UseSandboxCommandsProps { function useSandboxCommands (line 26) | function useSandboxCommands({ FILE: apps/dashboard/src/components/SandboxTable/useSandboxTable.ts type UseSandboxTableProps (line 29) | interface UseSandboxTableProps { function useSandboxTable (line 58) | function useSandboxTable({ FILE: apps/dashboard/src/components/SelectionToast.tsx function SelectionToast (line 12) | function SelectionToast({ FILE: apps/dashboard/src/components/Sidebar.tsx type SidebarProps (line 78) | interface SidebarProps { type SidebarItem (line 84) | interface SidebarItem { function Sidebar (line 111) | function Sidebar({ isBannerVisible, billingEnabled, version }: SidebarPr... FILE: apps/dashboard/src/components/SortIcon.tsx type Props (line 10) | interface Props { FILE: apps/dashboard/src/components/TableColumnVisibilityToggle.tsx type TableColumnVisibilityToggleProps (line 9) | interface TableColumnVisibilityToggleProps { function TableColumnVisibilityToggle (line 14) | function TableColumnVisibilityToggle({ columns, getColumnLabel }: TableC... FILE: apps/dashboard/src/components/TableEmptyState.tsx type TableEmptyStateProps (line 8) | interface TableEmptyStateProps { function TableEmptyState (line 31) | function TableEmptyState({ colSpan, message, icon, description, classNam... FILE: apps/dashboard/src/components/TierComparisonTable.tsx function TierComparisonTableSkeleton (line 12) | function TierComparisonTableSkeleton() { function TierComparisonTable (line 22) | function TierComparisonTable({ function buildTierComparisonTableData (line 49) | function buildTierComparisonTableData(tiers: Tier[]): ComparisonSection[] { FILE: apps/dashboard/src/components/TierUpgradeCard.tsx type Props (line 20) | interface Props { function TierUpgradeCard (line 30) | function TierUpgradeCard({ tiers, organizationTier, requirementsState, o... function getDollarAmount (line 176) | function getDollarAmount(cents: number) { function checkTopUpRequirementStatus (line 185) | function checkTopUpRequirementStatus(currentTier: OrganizationTier, next... function getTierRequirementItems (line 204) | function getTierRequirementItems( type TierRequirementItemProps (line 247) | interface TierRequirementItemProps { function RequirementIcon (line 254) | function RequirementIcon({ checked, label }: { checked: boolean; label: ... function TierRequirementItem (line 270) | function TierRequirementItem({ checked, label, link, externalLink }: Tie... FILE: apps/dashboard/src/components/TimestampTooltip.tsx type TimestampTooltipProps (line 11) | interface TimestampTooltipProps { FILE: apps/dashboard/src/components/Tooltip.tsx function Tooltip (line 9) | function Tooltip({ FILE: apps/dashboard/src/components/TooltipButton.tsx type Props (line 10) | type Props = ComponentProps & { function TooltipButton (line 17) | function TooltipButton({ FILE: apps/dashboard/src/components/UpdateRegionDialog.tsx type UpdateRegionDialogProps (line 21) | interface UpdateRegionDialogProps { FILE: apps/dashboard/src/components/UsageOverview.tsx function UsageOverview (line 11) | function UsageOverview({ function UsageOverviewSkeleton (line 45) | function UsageOverviewSkeleton() { FILE: apps/dashboard/src/components/UsageOverviewIndicator.tsx function UsageOverviewIndicator (line 9) | function UsageOverviewIndicator({ function ResourceLabel (line 28) | function ResourceLabel({ value, total, unit, name }: { value: number; to... function LiveIndicatorDot (line 38) | function LiveIndicatorDot({ className }: { className?: string }) { FILE: apps/dashboard/src/components/UserOrganizationInvitations/DeclineOrganizationInvitationDialog.tsx type DeclineOrganizationInvitationDialogProps (line 18) | interface DeclineOrganizationInvitationDialogProps { FILE: apps/dashboard/src/components/UserOrganizationInvitations/OrganizationInvitationActionDialog.tsx type OrganizationInvitationActionDialogProps (line 18) | interface OrganizationInvitationActionDialogProps { FILE: apps/dashboard/src/components/UserOrganizationInvitations/UserOrganizationInvitationTable.tsx type DataTableProps (line 25) | interface DataTableProps { function UserOrganizationInvitationTable (line 33) | function UserOrganizationInvitationTable({ FILE: apps/dashboard/src/components/VerifyEmailDialog.tsx type VerifyEmailDialogProps (line 18) | interface VerifyEmailDialogProps { FILE: apps/dashboard/src/components/VolumeTable.tsx type VolumeTableProps (line 36) | interface VolumeTableProps { function VolumeTable (line 44) | function VolumeTable({ data, loading, processingVolumeAction, onDelete, ... FILE: apps/dashboard/src/components/Webhooks/CreateEndpointDialog.tsx type FormValues (line 46) | type FormValues = z.infer type CreateEndpointDialogProps (line 48) | interface CreateEndpointDialogProps { FILE: apps/dashboard/src/components/Webhooks/DeliveryStatsLine.tsx constant SEGMENTS (line 18) | const SEGMENTS = [ type DeliveryStatsLineProps (line 25) | interface DeliveryStatsLineProps { function Legend (line 65) | function Legend({ stats, total }: { stats: EndpointStats; total: number ... FILE: apps/dashboard/src/components/Webhooks/EditEndpointDialog.tsx type FormValues (line 45) | type FormValues = z.infer type EditEndpointDialogProps (line 47) | interface EditEndpointDialogProps { FILE: apps/dashboard/src/components/Webhooks/EndpointEventsTable/EndpointEventsTable.tsx type EndpointEventsTableProps (line 31) | interface EndpointEventsTableProps { function EndpointEventsTable (line 37) | function EndpointEventsTable({ data, loading, onReplay }: EndpointEvents... FILE: apps/dashboard/src/components/Webhooks/EndpointEventsTable/EventDetailsSheet.tsx type EventDetailsSheetProps (line 19) | interface EventDetailsSheetProps { function EventDetailsSheet (line 29) | function EventDetailsSheet({ FILE: apps/dashboard/src/components/Webhooks/EndpointEventsTable/columns.tsx type EndpointEventsTableMeta (line 18) | type EndpointEventsTableMeta = { type TableMeta (line 23) | interface TableMeta { FILE: apps/dashboard/src/components/Webhooks/MessageAttemptsTable.tsx constant RELOAD_DELAY (line 18) | const RELOAD_DELAY = 5 function AttemptStatusBadge (line 20) | function AttemptStatusBadge({ status }: { status: number }) { function TriggerTypeBadge (line 26) | function TriggerTypeBadge({ triggerType }: { triggerType: number }) { function AttemptExpandedRow (line 34) | function AttemptExpandedRow({ attempt }: { attempt: MessageAttemptOut }) { function MessageAttemptsTable (line 90) | function MessageAttemptsTable({ messageId, reloadKey }: { messageId: str... FILE: apps/dashboard/src/components/Webhooks/WebhooksEndpointTable/WebhooksEndpointTable.tsx type WebhooksEndpointTableProps (line 38) | interface WebhooksEndpointTableProps { function WebhooksEndpointTable (line 46) | function WebhooksEndpointTable({ FILE: apps/dashboard/src/components/Webhooks/WebhooksEndpointTable/columns.tsx type WebhooksEndpointTableMeta (line 16) | type WebhooksEndpointTableMeta = { type TableMeta (line 23) | interface TableMeta { FILE: apps/dashboard/src/components/Webhooks/WebhooksMessagesTable/MessageDetailsSheet.tsx type MessageDetailsSheetProps (line 17) | interface MessageDetailsSheetProps { function MessageDetailsSheet (line 26) | function MessageDetailsSheet({ FILE: apps/dashboard/src/components/Webhooks/WebhooksMessagesTable/WebhooksMessagesTable.tsx function WebhooksMessagesTable (line 32) | function WebhooksMessagesTable() { FILE: apps/dashboard/src/components/sandboxes/CreateSshAccessDialog.tsx type CreateSshAccessDialogProps (line 37) | interface CreateSshAccessDialogProps { type FormValues (line 57) | type FormValues = z.infer function CreateSshAccessDialog (line 63) | function CreateSshAccessDialog({ sandboxId, open, onOpenChange }: Create... function SshAccessCreated (line 170) | function SshAccessCreated({ sshAccess }: { sshAccess: SshAccessDto }) { FILE: apps/dashboard/src/components/sandboxes/RevokeSshAccessDialog.tsx type RevokeSshAccessDialogProps (line 24) | interface RevokeSshAccessDialogProps { function RevokeSshAccessDialog (line 30) | function RevokeSshAccessDialog({ sandboxId, open, onOpenChange }: Revoke... FILE: apps/dashboard/src/components/sandboxes/SandboxContentTabs.tsx type SandboxContentTabsProps (line 20) | interface SandboxContentTabsProps { function SandboxContentTabs (line 28) | function SandboxContentTabs({ FILE: apps/dashboard/src/components/sandboxes/SandboxDetails.tsx function SandboxDetails (line 54) | function SandboxDetails() { function ResizableSeparator (line 311) | function ResizableSeparator() { FILE: apps/dashboard/src/components/sandboxes/SandboxHeader.tsx type SandboxHeaderProps (line 24) | interface SandboxHeaderProps { function SandboxHeader (line 44) | function SandboxHeader({ function SandboxHeaderSkeleton (line 172) | function SandboxHeaderSkeleton() { FILE: apps/dashboard/src/components/sandboxes/SandboxInfoPanel.tsx function InfoSection (line 17) | function InfoSection({ function InfoRow (line 34) | function InfoRow({ type SandboxInfoPanelProps (line 51) | interface SandboxInfoPanelProps { function SandboxInfoPanel (line 56) | function SandboxInfoPanel({ sandbox, getRegionName }: SandboxInfoPanelPr... function InfoPanelSkeleton (line 170) | function InfoPanelSkeleton() { FILE: apps/dashboard/src/components/sandboxes/SandboxLogsTab.tsx function formatTimestamp (line 26) | function formatTimestamp(timestamp: string) { function LogsTableSkeleton (line 36) | function LogsTableSkeleton() { function LogsErrorState (line 69) | function LogsErrorState({ onRetry }: { onRetry: () => void }) { function LogsEmptyState (line 84) | function LogsEmptyState() { function SandboxLogsTab (line 104) | function SandboxLogsTab({ sandboxId }: { sandboxId: string }) { FILE: apps/dashboard/src/components/sandboxes/SandboxMetricsTab.tsx constant CHART_COLORS (line 24) | const CHART_COLORS = [ constant BYTES_TO_GIB (line 32) | const BYTES_TO_GIB = 1024 * 1024 * 1024 type ViewMode (line 33) | type ViewMode = '%' | 'GiB' constant METRIC_GROUPS (line 35) | const METRIC_GROUPS = [ function isByteMetric (line 41) | function isByteMetric(metricName: string): boolean { function buildChartData (line 45) | function buildChartData(series: MetricSeries[], convertToGiB: boolean): ... function buildChartConfig (line 73) | function buildChartConfig(series: MetricSeries[]): ChartConfig { function MetricGroupChart (line 92) | function MetricGroupChart({ function MetricsChartsSkeleton (line 186) | function MetricsChartsSkeleton() { function MetricsErrorState (line 201) | function MetricsErrorState({ onRetry }: { onRetry: () => void }) { function MetricsEmptyState (line 216) | function MetricsEmptyState() { function SandboxMetricsTab (line 236) | function SandboxMetricsTab({ sandboxId }: { sandboxId: string }) { FILE: apps/dashboard/src/components/sandboxes/SandboxSpendingTab.tsx function formatTimestamp (line 20) | function formatTimestamp(timestamp: string) { function SpendingTableSkeleton (line 28) | function SpendingTableSkeleton() { function SpendingErrorState (line 69) | function SpendingErrorState({ onRetry }: { onRetry: () => void }) { function SpendingEmptyState (line 84) | function SpendingEmptyState() { function SandboxSpendingTab (line 98) | function SandboxSpendingTab({ sandboxId }: { sandboxId: string }) { FILE: apps/dashboard/src/components/sandboxes/SandboxTerminalTab.tsx function SandboxTerminalTab (line 17) | function SandboxTerminalTab({ sandbox }: { sandbox: Sandbox }) { FILE: apps/dashboard/src/components/sandboxes/SandboxTracesTab.tsx type SpanNode (line 24) | interface SpanNode extends TraceSpan { function buildSpanTree (line 29) | function buildSpanTree(spans: TraceSpan[]): SpanNode[] { function formatNsDuration (line 65) | function formatNsDuration(ns: number) { function formatMsDuration (line 72) | function formatMsDuration(ms: number) { function formatTimestamp (line 78) | function formatTimestamp(timestamp: string) { function truncateId (line 86) | function truncateId(id: string) { function statusColor (line 90) | function statusColor(code?: string): string { function TracesTableSkeleton (line 98) | function TracesTableSkeleton() { function TracesErrorState (line 139) | function TracesErrorState({ onRetry }: { onRetry: () => void }) { function TracesEmptyState (line 154) | function TracesEmptyState() { function DetailRow (line 174) | function DetailRow({ label, children, mono = true }: { label: string; ch... function TraceExpandedRow (line 183) | function TraceExpandedRow({ sandboxId, trace }: { sandboxId: string; tra... function SandboxTracesTab (line 382) | function SandboxTracesTab({ sandboxId }: { sandboxId: string }) { FILE: apps/dashboard/src/components/sandboxes/SandboxVncTab.tsx constant VNC_MISSING_DEPS_MSG (line 18) | const VNC_MISSING_DEPS_MSG = 'Computer-use functionality is not available' function SandboxVncTab (line 20) | function SandboxVncTab({ sandbox }: { sandbox: Sandbox }) { FILE: apps/dashboard/src/components/sandboxes/SearchParams.ts constant TAB_VALUES (line 8) | const TAB_VALUES = ['overview', 'logs', 'traces', 'metrics', 'spending',... type TabValue (line 9) | type TabValue = (typeof TAB_VALUES)[number] constant SEVERITY_OPTIONS (line 11) | const SEVERITY_OPTIONS = ['DEBUG', 'INFO', 'WARN', 'ERROR'] as const FILE: apps/dashboard/src/components/snapshots/CreateSnapshotDialog.tsx constant IMAGE_NAME_REGEX (line 35) | const IMAGE_NAME_REGEX = /^[a-zA-Z0-9_.\-:]+(\/[a-zA-Z0-9_.\-:]+)*(@sha2... type FormValues (line 52) | type FormValues = z.infer FILE: apps/dashboard/src/components/snapshots/SnapshotTable/BulkActionAlertDialog.tsx type SnapshotBulkAction (line 17) | enum SnapshotBulkAction { type BulkActionData (line 22) | interface BulkActionData { function getBulkActionData (line 29) | function getBulkActionData(action: SnapshotBulkAction, count: number): B... type SnapshotBulkActionAlertDialogProps (line 49) | interface SnapshotBulkActionAlertDialogProps { function SnapshotBulkActionAlertDialog (line 56) | function SnapshotBulkActionAlertDialog({ FILE: apps/dashboard/src/components/snapshots/SnapshotTable/SnapshotTable.tsx type DataTableProps (line 31) | interface DataTableProps { function SnapshotTable (line 54) | function SnapshotTable({ FILE: apps/dashboard/src/components/snapshots/SnapshotTable/columns.tsx type SnapshotTableMeta (line 25) | type SnapshotTableMeta = { type TableMeta (line 38) | interface TableMeta { type SortableHeaderProps (line 43) | interface SortableHeaderProps { FILE: apps/dashboard/src/components/snapshots/SnapshotTable/useSnapshotsCommands.tsx type SnapshotBulkActionCounts (line 12) | interface SnapshotBulkActionCounts { function isSnapshotDeletable (line 18) | function isSnapshotDeletable(snapshot: SnapshotDto): boolean { function isSnapshotDeactivatable (line 22) | function isSnapshotDeactivatable(snapshot: SnapshotDto): boolean { function isSnapshotActivatable (line 26) | function isSnapshotActivatable(snapshot: SnapshotDto): boolean { function getSnapshotBulkActionCounts (line 30) | function getSnapshotBulkActionCounts(snapshots: SnapshotDto[]): Snapshot... type UseSnapshotsCommandsProps (line 38) | interface UseSnapshotsCommandsProps { function useSnapshotsCommands (line 52) | function useSnapshotsCommands({ FILE: apps/dashboard/src/components/spending/AggregatedUsageChart.tsx type AggregatedUsageChartProps (line 13) | interface AggregatedUsageChartProps { function formatSeconds (line 18) | function formatSeconds(seconds: number): { value: number; suffix: string... function formatGBSeconds (line 24) | function formatGBSeconds(gbSeconds: number): { value: number; suffix: st... constant SEGMENTS (line 36) | const SEGMENTS = [ function StatItem (line 100) | function StatItem({ FILE: apps/dashboard/src/components/spending/CostBreakdown.tsx type CostBreakdownProps (line 18) | type CostBreakdownProps = { function CostBreakdown (line 26) | function CostBreakdown({ usageData, showTotal, isLoading, isError, onRet... FILE: apps/dashboard/src/components/spending/ResourceUsageChart.tsx type UsageChartData (line 17) | type UsageChartData = { type UsageChartProps (line 25) | type UsageChartProps = { function ResourceUsageChart (line 40) | function ResourceUsageChart({ data, chartConfig, chartType, showTotal }:... FILE: apps/dashboard/src/components/spending/SandboxSpendingTab.tsx function formatPrice (line 15) | function formatPrice(price: number): string { type SandboxSpendingTabProps (line 21) | interface SandboxSpendingTabProps { FILE: apps/dashboard/src/components/spending/SandboxUsageTable.tsx constant SKELETON_ROWS (line 17) | const SKELETON_ROWS = 10 type SandboxUsageTableProps (line 19) | interface SandboxUsageTableProps { type SortField (line 24) | type SortField = 'totalPrice' | 'totalCPUSeconds' | 'totalRAMGBSeconds' ... type SortDirection (line 25) | type SortDirection = 'asc' | 'desc' function SortableTableHead (line 212) | function SortableTableHead({ FILE: apps/dashboard/src/components/spending/UsageTimelineChart.tsx type UsageTimelineChartProps (line 25) | type UsageTimelineChartProps = { type ChartMode (line 34) | type ChartMode = 'resources' | 'cost' type ResourceFilter (line 35) | type ResourceFilter = 'all' | 'cpu' | 'ram' | 'disk' constant RESOURCE_COLORS (line 37) | const RESOURCE_COLORS = { constant LIMIT_COLOR (line 43) | const LIMIT_COLOR = '#ef4444' function formatTime (line 69) | function formatTime(value: string) { function formatDateAndTime (line 81) | function formatDateAndTime(value: string) { function formatTooltipLabel (line 95) | function formatTooltipLabel(value: string) { function UsageTimelineChart (line 109) | function UsageTimelineChart({ FILE: apps/dashboard/src/components/telemetry/LogsTab.tsx type LogsTabProps (line 21) | interface LogsTabProps { constant SEVERITY_OPTIONS (line 25) | const SEVERITY_OPTIONS = ['DEBUG', 'INFO', 'WARN', 'ERROR'] FILE: apps/dashboard/src/components/telemetry/MetricsTab.tsx type MetricsTabProps (line 20) | interface MetricsTabProps { constant CHART_COLORS (line 24) | const CHART_COLORS = [ constant BYTES_TO_GIB (line 32) | const BYTES_TO_GIB = 1024 * 1024 * 1024 type ViewMode (line 34) | type ViewMode = '%' | 'GiB' constant METRIC_GROUPS (line 36) | const METRIC_GROUPS = [ function isByteMetric (line 42) | function isByteMetric(metricName: string): boolean { function buildChartData (line 46) | function buildChartData(series: MetricSeries[], convertToGiB: boolean): ... function buildChartConfig (line 72) | function buildChartConfig(series: MetricSeries[]): ChartConfig { type MetricGroupChartProps (line 91) | interface MetricGroupChartProps { FILE: apps/dashboard/src/components/telemetry/SeverityBadge.tsx type SeverityBadgeProps (line 9) | interface SeverityBadgeProps { FILE: apps/dashboard/src/components/telemetry/TimeRangeSelector.tsx type TimeRangeSelectorProps (line 11) | interface TimeRangeSelectorProps { FILE: apps/dashboard/src/components/telemetry/TraceDetailsSheet.tsx type TraceDetailsSheetProps (line 14) | interface TraceDetailsSheetProps { type SpanWithDepth (line 21) | interface SpanWithDepth extends TraceSpan { FILE: apps/dashboard/src/components/telemetry/TracesTab.tsx type TracesTabProps (line 21) | interface TracesTabProps { FILE: apps/dashboard/src/components/ui/alert-dialog.tsx function AlertDialog (line 15) | function AlertDialog({ ...props }: React.ComponentProps) { function AlertDescription (line 46) | function AlertDescription({ className, ...props }: React.ComponentProps<... function AlertButton (line 59) | function AlertButton({ className, ...props }: React.ComponentProps<'butt... FILE: apps/dashboard/src/components/ui/badge.tsx type BadgeProps (line 33) | interface BadgeProps extends React.HTMLAttributes, Varia... function Badge (line 35) | function Badge({ className, variant, ...props }: BadgeProps) { FILE: apps/dashboard/src/components/ui/button-group.tsx function ButtonGroup (line 30) | function ButtonGroup({ function ButtonGroupText (line 46) | function ButtonGroupText({ function ButtonGroupSeparator (line 66) | function ButtonGroupSeparator({ FILE: apps/dashboard/src/components/ui/button.tsx function Button (line 41) | function Button({ FILE: apps/dashboard/src/components/ui/calendar.tsx function Calendar (line 13) | function Calendar({ function CalendarDayButton (line 131) | function CalendarDayButton({ className, day, modifiers, ...props }: Reac... FILE: apps/dashboard/src/components/ui/chart.tsx constant THEMES (line 12) | const THEMES = { light: '', dark: '.dark' } as const type ChartConfig (line 14) | type ChartConfig = { type ChartContextProps (line 21) | type ChartContextProps = { function useChart (line 27) | function useChart() { function getPayloadConfigFromPayload (line 285) | function getPayloadConfigFromPayload(config: ChartConfig, payload: unkno... FILE: apps/dashboard/src/components/ui/checkbox.tsx function Checkbox (line 14) | function Checkbox({ className, ...props }: React.ComponentProps { type FacetedFilterOption (line 33) | type FacetedFilterOption = { function DataTableFacetedFilter (line 39) | function DataTableFacetedFilter({ FILE: apps/dashboard/src/components/ui/date-picker.tsx type DatePickerProps (line 13) | interface DatePickerProps { function DatePicker (line 21) | function DatePicker({ value, onChange, required, disabledBefore, id }: D... FILE: apps/dashboard/src/components/ui/date-range-picker.tsx type QuickRangesConfig (line 17) | interface QuickRangesConfig { type DateRangePickerProps (line 61) | interface DateRangePickerProps { type DateRangePickerRef (line 73) | interface DateRangePickerRef { FILE: apps/dashboard/src/components/ui/dialog.tsx function Dialog (line 14) | function Dialog({ ...props }: React.ComponentProps) { function EmptyDescription (line 74) | function EmptyDescription({ className, ...props }: React.ComponentProps<... function EmptyContent (line 87) | function EmptyContent({ className, ...props }: React.ComponentProps<'div... FILE: apps/dashboard/src/components/ui/facet-filter.tsx type FacetFilterProps (line 25) | interface FacetFilterProps { function FacetFilter (line 33) | function FacetFilter({ title, options, selectedValues, setSelectedValues... FILE: apps/dashboard/src/components/ui/field.tsx function FieldSet (line 17) | function FieldSet({ className, ...props }: React.ComponentProps<'fieldse... function FieldLegend (line 31) | function FieldLegend({ function FieldGroup (line 46) | function FieldGroup({ className, ...props }: React.ComponentProps<'div'>) { function Field (line 80) | function Field({ function FieldContent (line 96) | function FieldContent({ className, ...props }: React.ComponentProps<'div... function FieldLabel (line 106) | function FieldLabel({ className, ...props }: React.ComponentProps) { function FieldDescription (line 134) | function FieldDescription({ className, asChild = false, ...props }: Reac... function FieldSeparator (line 150) | function FieldSeparator({ function FieldError (line 177) | function FieldError({ FILE: apps/dashboard/src/components/ui/input-group.tsx function InputGroup (line 16) | function InputGroup({ className, ...props }: React.ComponentProps<'div'>) { function InputGroupAddon (line 62) | function InputGroupAddon({ function InputGroupButton (line 101) | function InputGroupButton({ function InputGroupText (line 120) | function InputGroupText({ className, ...props }: React.ComponentProps<'s... function InputGroupInput (line 132) | function InputGroupInput({ className, ...props }: React.ComponentProps<'... function InputGroupTextarea (line 145) | function InputGroupTextarea({ className, ...props }: React.ComponentProp... FILE: apps/dashboard/src/components/ui/input.tsx function Input (line 10) | function Input({ className, type, ...props }: React.ComponentProps<'inpu... FILE: apps/dashboard/src/components/ui/kbd.tsx function Kbd (line 8) | function Kbd({ className, ...props }: React.ComponentProps<'kbd'>) { function KbdGroup (line 23) | function KbdGroup({ className, ...props }: React.ComponentProps<'div'>) { FILE: apps/dashboard/src/components/ui/popover.tsx function Popover (line 13) | function Popover({ ...props }: React.ComponentProps FILE: apps/dashboard/src/components/ui/spinner.tsx function Spinner (line 10) | function Spinner({ className, ...props }: React.ComponentProps<'svg'>) { FILE: apps/dashboard/src/components/ui/stories/accordion.stories.tsx type Story (line 15) | type Story = StoryObj FILE: apps/dashboard/src/components/ui/stories/alert-dialog.stories.tsx type Story (line 26) | type Story = StoryObj FILE: apps/dashboard/src/components/ui/stories/alert.stories.tsx type Story (line 16) | type Story = StoryObj FILE: apps/dashboard/src/components/ui/stories/badge.stories.tsx type Story (line 18) | type Story = StoryObj FILE: apps/dashboard/src/components/ui/stories/button.stories.tsx type Story (line 18) | type Story = StoryObj FILE: apps/dashboard/src/components/ui/stories/calendar.stories.tsx type Story (line 15) | type Story = StoryObj FILE: apps/dashboard/src/components/ui/stories/card.stories.tsx type Story (line 16) | type Story = StoryObj FILE: apps/dashboard/src/components/ui/stories/chart.stories.tsx type Story (line 16) | type Story = StoryObj FILE: apps/dashboard/src/components/ui/stories/checkbox.stories.tsx type Story (line 16) | type Story = StoryObj FILE: apps/dashboard/src/components/ui/stories/colors.stories.tsx function hslToHex (line 12) | function hslToHex(hsl: string): string { function ColorSwatch (line 30) | function ColorSwatch({ variable, label }: { variable: string; label: str... function ColorPalette (line 183) | function ColorPalette() { type Story (line 206) | type Story = StoryObj FILE: apps/dashboard/src/components/ui/stories/command.stories.tsx type Story (line 23) | type Story = StoryObj FILE: apps/dashboard/src/components/ui/stories/date-picker.stories.tsx type Story (line 16) | type Story = StoryObj FILE: apps/dashboard/src/components/ui/stories/dialog.stories.tsx type Story (line 24) | type Story = StoryObj FILE: apps/dashboard/src/components/ui/stories/drawer.stories.tsx type Story (line 24) | type Story = StoryObj FILE: apps/dashboard/src/components/ui/stories/dropdown-menu.stories.tsx type Story (line 25) | type Story = StoryObj FILE: apps/dashboard/src/components/ui/stories/facet-filter.stories.tsx type Story (line 16) | type Story = StoryObj FILE: apps/dashboard/src/components/ui/stories/field.stories.tsx type Story (line 16) | type Story = StoryObj FILE: apps/dashboard/src/components/ui/stories/input-group.stories.tsx type Story (line 23) | type Story = StoryObj FILE: apps/dashboard/src/components/ui/stories/input.stories.tsx type Story (line 15) | type Story = StoryObj FILE: apps/dashboard/src/components/ui/stories/kbd.stories.tsx type Story (line 15) | type Story = StoryObj FILE: apps/dashboard/src/components/ui/stories/label.stories.tsx type Story (line 18) | type Story = StoryObj FILE: apps/dashboard/src/components/ui/stories/popover.stories.tsx type Story (line 16) | type Story = StoryObj FILE: apps/dashboard/src/components/ui/stories/radio-group.stories.tsx type Story (line 16) | type Story = StoryObj FILE: apps/dashboard/src/components/ui/stories/scroll-area.stories.tsx type Story (line 15) | type Story = StoryObj FILE: apps/dashboard/src/components/ui/stories/select.stories.tsx type Story (line 15) | type Story = StoryObj FILE: apps/dashboard/src/components/ui/stories/separator.stories.tsx type Story (line 15) | type Story = StoryObj FILE: apps/dashboard/src/components/ui/stories/sheet.stories.tsx type Story (line 16) | type Story = StoryObj FILE: apps/dashboard/src/components/ui/stories/sidebar.stories.tsx type Story (line 26) | type Story = StoryObj FILE: apps/dashboard/src/components/ui/stories/skeleton.stories.tsx type Story (line 15) | type Story = StoryObj FILE: apps/dashboard/src/components/ui/stories/slider.stories.tsx type Story (line 22) | type Story = StoryObj FILE: apps/dashboard/src/components/ui/stories/sonner.stories.tsx type Story (line 23) | type Story = StoryObj FILE: apps/dashboard/src/components/ui/stories/spinner.stories.tsx type Story (line 15) | type Story = StoryObj FILE: apps/dashboard/src/components/ui/stories/switch.stories.tsx type Story (line 16) | type Story = StoryObj FILE: apps/dashboard/src/components/ui/stories/table.stories.tsx type Story (line 15) | type Story = StoryObj FILE: apps/dashboard/src/components/ui/stories/tabs.stories.tsx type Story (line 15) | type Story = StoryObj FILE: apps/dashboard/src/components/ui/stories/textarea.stories.tsx type Story (line 15) | type Story = StoryObj FILE: apps/dashboard/src/components/ui/stories/toggle-group.stories.tsx type Story (line 16) | type Story = StoryObj FILE: apps/dashboard/src/components/ui/stories/toggle.stories.tsx type Story (line 20) | type Story = StoryObj FILE: apps/dashboard/src/components/ui/stories/tooltip.stories.tsx type Story (line 16) | type Story = StoryObj FILE: apps/dashboard/src/components/ui/switch.tsx function Switch (line 12) | function Switch({ FILE: apps/dashboard/src/components/ui/tabs.tsx type TabsVariant (line 13) | type TabsVariant = 'default' | 'underline' function Tabs (line 17) | function Tabs({ className, ...props }: React.ComponentProps = { constant TIER_RATE_LIMITS (line 13) | const TIER_RATE_LIMITS: Record< FILE: apps/dashboard/src/constants/metrics.ts constant METRIC_DISPLAY_NAMES (line 6) | const METRIC_DISPLAY_NAMES: Record = { function getMetricDisplayName (line 19) | function getMetricDisplayName(metricName: string): string { FILE: apps/dashboard/src/constants/webhook-events.ts constant WEBHOOK_EVENTS (line 8) | const WEBHOOK_EVENTS: Array<{ value: WebhookEvent; label: string; catego... constant WEBHOOK_EVENT_CATEGORIES (line 18) | const WEBHOOK_EVENT_CATEGORIES = ['Sandbox', 'Snapshot', 'Volume'] as const type WebhookEventValue (line 20) | type WebhookEventValue = (typeof WEBHOOK_EVENTS)[number]['value'] type WebhookEventCategory (line 21) | type WebhookEventCategory = (typeof WEBHOOK_EVENT_CATEGORIES)[number] FILE: apps/dashboard/src/contexts/NotificationSocketContext.tsx type INotificationSocketContext (line 9) | interface INotificationSocketContext { FILE: apps/dashboard/src/contexts/OrganizationsContext.tsx type IOrganizationsContext (line 9) | interface IOrganizationsContext { FILE: apps/dashboard/src/contexts/PlaygroundContext.tsx type ParameterFormItem (line 31) | interface ParameterFormItem { type NumberParameterFormItem (line 38) | interface NumberParameterFormItem extends ParameterFormItem { type KeysOf (line 46) | type KeysOf = T extends any ? keyof T : never type ParameterFormData (line 48) | type ParameterFormData = ((ParameterFormItem | NumberParameterFormIte... type PlaygroundActionFormDataBasic (line 51) | interface PlaygroundActionFormDataBasic { type PlaygroundActionWithParamsFormData (line 59) | type PlaygroundActionWithParamsFormData = PlaygroundActionFormData... type KeyboardHotKey (line 66) | type KeyboardHotKey = { type KeyboardPress (line 70) | type KeyboardPress = { type KeyboardType (line 75) | type KeyboardType = { type MouseClick (line 80) | type MouseClick = { type MouseDrag (line 87) | type MouseDrag = { type MouseMove (line 95) | type MouseMove = { type MouseScroll (line 100) | type MouseScroll = { type CustomizedScreenshotOptions (line 107) | interface CustomizedScreenshotOptions extends Omit(key: K, val... type VNCInteractionOptionsParams (line 206) | interface VNCInteractionOptionsParams { type SetVNCInteractionOptionsParamValue (line 219) | type SetVNCInteractionOptionsParamValue = > type ValidatePlaygroundActionRequiredParams (line 238) | type ValidatePlaygroundActionRequiredParams = ( type RunPlaygroundActionBasic (line 244) | type RunPlaygroundActionBasic = ( type RunPlaygroundActionWithParams (line 250) | type RunPlaygroundActionWithParams = ( type PlaygroundActionInvokeApi (line 255) | type PlaygroundActionInvokeApi = ( type ValidatePlaygroundActionWithParams (line 259) | type ValidatePlaygroundActionWithParams = ( type PlaygroundActionParamValueSetter (line 264) | type PlaygroundActionParamValueSetter = ( type SandboxParametersInfo (line 271) | type SandboxParametersInfo = { type IPlaygroundContext (line 288) | interface IPlaygroundContext { FILE: apps/dashboard/src/contexts/RegionsContext.tsx type IRegionsContext (line 9) | interface IRegionsContext { FILE: apps/dashboard/src/contexts/SandboxSessionContext.tsx type ISandboxSessionContext (line 8) | interface ISandboxSessionContext { FILE: apps/dashboard/src/contexts/SelectedOrganizationContext.tsx type ISelectedOrganizationContext (line 10) | interface ISelectedOrganizationContext { FILE: apps/dashboard/src/contexts/ThemeContext.tsx type Theme (line 8) | type Theme = 'dark' | 'light' type ThemeProviderProps (line 10) | type ThemeProviderProps = { type ThemeProviderState (line 16) | type ThemeProviderState = { function runWithoutAnimation (line 28) | async function runWithoutAnimation(callback: () => T | Promise): P... function ThemeProvider (line 48) | function ThemeProvider({ FILE: apps/dashboard/src/contexts/UserOrganizationInvitationsContext.tsx type IUserOrganizationInvitationsContext (line 8) | interface IUserOrganizationInvitationsContext { FILE: apps/dashboard/src/enums/FeatureFlags.ts type FeatureFlags (line 6) | enum FeatureFlags { FILE: apps/dashboard/src/enums/LocalStorageKey.ts type LocalStorageKey (line 6) | enum LocalStorageKey { FILE: apps/dashboard/src/enums/Playground.ts type PlaygroundCategories (line 6) | enum PlaygroundCategories { type SandboxParametersSections (line 12) | enum SandboxParametersSections { type VNCInteractionOptionsSections (line 19) | enum VNCInteractionOptionsSections { type DisplayActions (line 26) | enum DisplayActions { type KeyboardActions (line 31) | enum KeyboardActions { type MouseButton (line 37) | enum MouseButton { type MouseScrollDirection (line 43) | enum MouseScrollDirection { type MouseActions (line 48) | enum MouseActions { type ScreenshotFormatOption (line 56) | enum ScreenshotFormatOption { type ScreenshotActions (line 62) | enum ScreenshotActions { type FileSystemActions (line 69) | enum FileSystemActions { type GitOperationsActions (line 75) | enum GitOperationsActions { type ProcessCodeExecutionActions (line 81) | enum ProcessCodeExecutionActions { type SandboxCodeSnippetsActions (line 86) | type SandboxCodeSnippetsActions = FileSystemActions | GitOperationsActio... type VNCInteractionActions (line 88) | type VNCInteractionActions = DisplayActions | KeyboardActions | MouseAct... type PlaygroundActions (line 91) | type PlaygroundActions = VNCInteractionActions | SandboxCodeSnippetsActions FILE: apps/dashboard/src/enums/RoutePath.ts type RoutePath (line 10) | enum RoutePath { FILE: apps/dashboard/src/hooks/mutations/useArchiveSandboxMutation.ts type ArchiveSandboxVariables (line 11) | interface ArchiveSandboxVariables { FILE: apps/dashboard/src/hooks/mutations/useCreateApiKeyMutation.ts type CreateApiKeyMutationVariables (line 11) | interface CreateApiKeyMutationVariables { FILE: apps/dashboard/src/hooks/mutations/useCreateInvoicePaymentUrlMutation.ts type CreateInvoicePaymentUrlVariables (line 11) | interface CreateInvoicePaymentUrlVariables { FILE: apps/dashboard/src/hooks/mutations/useCreateSandboxMutation.tsx type CreateSandboxParams (line 12) | type CreateSandboxParams = (CreateSandboxFromSnapshotParams | CreateSand... FILE: apps/dashboard/src/hooks/mutations/useCreateSnapshotMutation.tsx type CreateSnapshotMutationVariables (line 11) | interface CreateSnapshotMutationVariables { FILE: apps/dashboard/src/hooks/mutations/useCreateSshAccessMutation.ts type CreateSshAccessVariables (line 10) | interface CreateSshAccessVariables { FILE: apps/dashboard/src/hooks/mutations/useDeleteOrganizationMutation.ts type DeleteOrganizationVariables (line 11) | interface DeleteOrganizationVariables { FILE: apps/dashboard/src/hooks/mutations/useDeleteSandboxMutation.ts type DeleteSandboxVariables (line 11) | interface DeleteSandboxVariables { FILE: apps/dashboard/src/hooks/mutations/useDeleteWebhookEndpointMutation.ts type DeleteWebhookEndpointVariables (line 9) | interface DeleteWebhookEndpointVariables { FILE: apps/dashboard/src/hooks/mutations/useDowngradeTierMutation.ts type DowngradeTierParams (line 10) | interface DowngradeTierParams { FILE: apps/dashboard/src/hooks/mutations/useLeaveOrganizationMutation.ts type LeaveOrganizationVariables (line 11) | interface LeaveOrganizationVariables { FILE: apps/dashboard/src/hooks/mutations/useRecoverSandboxMutation.ts type RecoverSandboxVariables (line 11) | interface RecoverSandboxVariables { FILE: apps/dashboard/src/hooks/mutations/useRedeemCouponMutation.ts type RedeemCouponVariables (line 10) | interface RedeemCouponVariables { FILE: apps/dashboard/src/hooks/mutations/useReplayWebhookEventMutation.tsx type ReplayWebhookEventVariables (line 9) | interface ReplayWebhookEventVariables { FILE: apps/dashboard/src/hooks/mutations/useRevokeApiKeyMutation.ts type RevokeApiKeyVariables (line 10) | interface RevokeApiKeyVariables { FILE: apps/dashboard/src/hooks/mutations/useRevokeSshAccessMutation.ts type RevokeSshAccessVariables (line 10) | interface RevokeSshAccessVariables { FILE: apps/dashboard/src/hooks/mutations/useRotateWebhookSecretMutation.ts type RotateWebhookSecretVariables (line 9) | interface RotateWebhookSecretVariables { FILE: apps/dashboard/src/hooks/mutations/useSetAutomaticTopUpMutation.ts type SetAutomaticTopUpVariables (line 11) | interface SetAutomaticTopUpVariables { FILE: apps/dashboard/src/hooks/mutations/useSetOrganizationDefaultRegionMutation.ts type SetOrganizationDefaultRegionVariables (line 11) | interface SetOrganizationDefaultRegionVariables { FILE: apps/dashboard/src/hooks/mutations/useStartSandboxMutation.ts type StartSandboxVariables (line 11) | interface StartSandboxVariables { FILE: apps/dashboard/src/hooks/mutations/useStopSandboxMutation.ts type StopSandboxVariables (line 11) | interface StopSandboxVariables { FILE: apps/dashboard/src/hooks/mutations/useTopUpWalletMutation.ts type TopUpWalletVariables (line 11) | interface TopUpWalletVariables { FILE: apps/dashboard/src/hooks/mutations/useUnlinkAccountMutation.ts type UnlinkAccountParams (line 10) | interface UnlinkAccountParams { FILE: apps/dashboard/src/hooks/mutations/useUpdateWebhookEndpointMutation.ts type UpdateWebhookEndpointVariables (line 10) | interface UpdateWebhookEndpointVariables { FILE: apps/dashboard/src/hooks/mutations/useUpgradeTierMutation.ts type UpgradeTierParams (line 10) | interface UpgradeTierParams { FILE: apps/dashboard/src/hooks/mutations/useVoidInvoiceMutation.ts type VoidInvoiceVariables (line 10) | interface VoidInvoiceVariables { FILE: apps/dashboard/src/hooks/queries/billingQueries.ts function useSelectedOrgBillingScope (line 19) | function useSelectedOrgBillingScope() { function useOwnerWalletQuery (line 29) | function useOwnerWalletQuery( function useOwnerTierQuery (line 39) | function useOwnerTierQuery() { function useOwnerBillingPortalUrlQuery (line 44) | function useOwnerBillingPortalUrlQuery() { function useFetchOwnerCheckoutUrlQuery (line 49) | function useFetchOwnerCheckoutUrlQuery() { function useIsOwnerCheckoutUrlFetching (line 55) | function useIsOwnerCheckoutUrlFetching() { function useOwnerInvoicesQuery (line 60) | function useOwnerInvoicesQuery(page?: number, perPage?: number) { FILE: apps/dashboard/src/hooks/queries/useAnalyticsUsage.ts type AnalyticsUsageParams (line 17) | interface AnalyticsUsageParams { function useAggregatedUsage (line 23) | function useAggregatedUsage(params: AnalyticsUsageParams) { function useSandboxesUsage (line 45) | function useSandboxesUsage(params: AnalyticsUsageParams) { type UsageChartParams (line 67) | interface UsageChartParams extends AnalyticsUsageParams { function useUsageChart (line 71) | function useUsageChart(params: UsageChartParams) { function useSandboxUsagePeriods (line 94) | function useSandboxUsagePeriods(sandboxId: string | undefined, params: A... FILE: apps/dashboard/src/hooks/queries/useSnapshotsQuery.ts type SnapshotFilters (line 12) | interface SnapshotFilters { type SnapshotSorting (line 16) | interface SnapshotSorting { constant DEFAULT_SNAPSHOT_SORTING (line 21) | const DEFAULT_SNAPSHOT_SORTING: SnapshotSorting = { type SnapshotQueryParams (line 26) | interface SnapshotQueryParams { function useSnapshotsQuery (line 33) | function useSnapshotsQuery(params: SnapshotQueryParams) { FILE: apps/dashboard/src/hooks/queries/useTerminalSessionQuery.ts constant TERMINAL_PORT (line 11) | const TERMINAL_PORT = 22222 constant SESSION_DURATION_SECONDS (line 12) | const SESSION_DURATION_SECONDS = 300 type TerminalSession (line 14) | type TerminalSession = { FILE: apps/dashboard/src/hooks/queries/useVncSessionQuery.ts constant VNC_PORT (line 11) | const VNC_PORT = 6080 constant SESSION_DURATION_SECONDS (line 12) | const SESSION_DURATION_SECONDS = 300 type VncSession (line 14) | type VncSession = { FILE: apps/dashboard/src/hooks/queries/useWebhookAppPortalAccessQuery.ts type WebhookAppPortalAccess (line 10) | interface WebhookAppPortalAccess { FILE: apps/dashboard/src/hooks/use-mobile.tsx constant MOBILE_BREAKPOINT (line 8) | const MOBILE_BREAKPOINT = 768 function useIsMobile (line 10) | function useIsMobile() { FILE: apps/dashboard/src/hooks/useApi.tsx function useApi (line 9) | function useApi() { FILE: apps/dashboard/src/hooks/useConfig.ts function useConfig (line 9) | function useConfig() { FILE: apps/dashboard/src/hooks/useCopyToClipboard.tsx type CopyFn (line 11) | type CopyFn = (text: string) => Promise function useCopyToClipboard (line 13) | function useCopyToClipboard({ timeout = 2000 }: { timeout?: number } = {... FILE: apps/dashboard/src/hooks/useDeepCompareMemo.ts function useDeepCompareMemo (line 9) | function useDeepCompareMemo(value: T) { FILE: apps/dashboard/src/hooks/useDocsSearchCommands.tsx constant ALGOLIA_APP_ID (line 20) | const ALGOLIA_APP_ID = import.meta.env.VITE_ALGOLIA_APP_ID constant ALGOLIA_API_KEY (line 21) | const ALGOLIA_API_KEY = import.meta.env.VITE_ALGOLIA_API_KEY constant DOCS_INDEX (line 22) | const DOCS_INDEX = import.meta.env.VITE_ALGOLIA_DOCS_INDEX_NAME || 'docs... constant CLI_INDEX (line 23) | const CLI_INDEX = import.meta.env.VITE_ALGOLIA_CLI_INDEX_NAME || 'cli_test' constant SDK_INDEX (line 24) | const SDK_INDEX = import.meta.env.VITE_ALGOLIA_SDK_INDEX_NAME || 'sdk_test' type AlgoliaHit (line 29) | type AlgoliaHit = { type SearchResults (line 42) | type SearchResults = { function useDebounce (line 78) | function useDebounce(value: T, delay: number): T { function useDocsSearchCommands (line 153) | function useDocsSearchCommands() { FILE: apps/dashboard/src/hooks/useMatchMedia.ts function getServerSnapshot (line 8) | function getServerSnapshot(): boolean { function useMatchMedia (line 12) | function useMatchMedia(query: string): boolean { FILE: apps/dashboard/src/hooks/useNotificationSocket.ts function useNotificationSocket (line 9) | function useNotificationSocket() { FILE: apps/dashboard/src/hooks/useOrganizations.ts function useOrganizations (line 9) | function useOrganizations() { FILE: apps/dashboard/src/hooks/usePlayground.ts function usePlayground (line 9) | function usePlayground() { FILE: apps/dashboard/src/hooks/usePlaygroundSandbox.tsx type UsePlaygroundSandboxResult (line 10) | type UsePlaygroundSandboxResult = UseSandboxSessionResult function usePlaygroundSandbox (line 12) | function usePlaygroundSandbox(): UsePlaygroundSandboxResult { FILE: apps/dashboard/src/hooks/useQueryCountdown.ts function useQueryCountdown (line 8) | function useQueryCountdown( FILE: apps/dashboard/src/hooks/useRegions.ts function useRegions (line 9) | function useRegions() { FILE: apps/dashboard/src/hooks/useSandboxLogs.ts type LogsQueryParams (line 12) | interface LogsQueryParams { function useSandboxLogs (line 21) | function useSandboxLogs( FILE: apps/dashboard/src/hooks/useSandboxMetrics.ts type MetricsQueryParams (line 12) | interface MetricsQueryParams { function useSandboxMetrics (line 18) | function useSandboxMetrics( FILE: apps/dashboard/src/hooks/useSandboxSession.ts type CreateSandboxParams (line 21) | type CreateSandboxParams = CreateSandboxBaseParams | CreateSandboxFromIm... constant TERMINAL_PORT (line 23) | const TERMINAL_PORT = 22222 constant VNC_PORT (line 24) | const VNC_PORT = 6080 constant DEFAULT_URL_EXPIRY_SECONDS (line 25) | const DEFAULT_URL_EXPIRY_SECONDS = 600 type UseSandboxSessionOptions (line 27) | type UseSandboxSessionOptions = { type SandboxState (line 36) | type SandboxState = { type PortQueryState (line 43) | type PortQueryState = { type VncState (line 50) | type VncState = PortQueryState & { type UseSandboxSessionResult (line 54) | type UseSandboxSessionResult = { function removeSandboxSessionQueries (line 60) | function removeSandboxSessionQueries(queryClient: QueryClient, scope: st... function removeSandboxSessionQueriesByInstanceId (line 68) | function removeSandboxSessionQueriesByInstanceId(queryClient: QueryClien... function useSandboxSession (line 78) | function useSandboxSession(options?: UseSandboxSessionOptions): UseSandb... FILE: apps/dashboard/src/hooks/useSandboxSessionContext.ts function useSandboxSessionContext (line 9) | function useSandboxSessionContext(): ISandboxSessionContext { FILE: apps/dashboard/src/hooks/useSandboxTraceSpans.ts function useSandboxTraceSpans (line 12) | function useSandboxTraceSpans( FILE: apps/dashboard/src/hooks/useSandboxTraces.ts type TracesQueryParams (line 12) | interface TracesQueryParams { function useSandboxTraces (line 19) | function useSandboxTraces( FILE: apps/dashboard/src/hooks/useSandboxWsSync.ts type UseSandboxWsSyncOptions (line 14) | interface UseSandboxWsSyncOptions { function useSandboxWsSync (line 19) | function useSandboxWsSync({ sandboxId, refetchOnCreate = false }: UseSan... FILE: apps/dashboard/src/hooks/useSandboxes.ts type SandboxFilters (line 17) | interface SandboxFilters { type SandboxSorting (line 34) | interface SandboxSorting { constant DEFAULT_SANDBOX_SORTING (line 39) | const DEFAULT_SANDBOX_SORTING: SandboxSorting = { type SandboxQueryParams (line 44) | interface SandboxQueryParams { function useSandboxes (line 68) | function useSandboxes(queryKey: QueryKey, params: SandboxQueryParams) { FILE: apps/dashboard/src/hooks/useSelectedOrganization.ts function useSelectedOrganization (line 9) | function useSelectedOrganization() { FILE: apps/dashboard/src/hooks/useSuspensionBanner.tsx constant SUSPENSION_BANNER_ID (line 14) | const SUSPENSION_BANNER_ID = 'suspension-banner' constant PAYMENT_METHOD_REQUIRED_REASON (line 17) | const PAYMENT_METHOD_REQUIRED_REASON = 'Payment method required' constant VERIFY_EMAIL_REASON (line 18) | const VERIFY_EMAIL_REASON = 'Please verify your email address' constant CREDITS_DEPLETED_REASON (line 19) | const CREDITS_DEPLETED_REASON = 'Credits depleted' function isSetupRequiredSuspension (line 21) | function isSetupRequiredSuspension(reason: string) { function isCreditsDepletionSuspension (line 25) | function isCreditsDepletionSuspension(reason: string) { type Suspension (line 29) | type Suspension = Pick< function useSuspensionBanner (line 34) | function useSuspensionBanner(suspension?: Suspension | null) { FILE: apps/dashboard/src/hooks/useUserOrganizationInvitations.ts function useUserOrganizationInvitations (line 9) | function useUserOrganizationInvitations() { FILE: apps/dashboard/src/hooks/useWebhooks.ts function useWebhooks (line 9) | function useWebhooks() { FILE: apps/dashboard/src/lib/bulk-action-toast.tsx type ToastId (line 8) | type ToastId = string | number type BulkActionToastOptions (line 10) | type BulkActionToastOptions = Omit type BulkActionResultOptions (line 12) | interface BulkActionResultOptions { type BulkActionToast (line 19) | interface BulkActionToast { function createBulkActionToast (line 30) | function createBulkActionToast(initialMessage: string, options?: BulkAct... FILE: apps/dashboard/src/lib/env.ts type EnvVar (line 8) | interface EnvVar { function parseEnvFile (line 13) | function parseEnvFile(src: string): EnvVar[] { FILE: apps/dashboard/src/lib/error-handling.ts function handleApiError (line 9) | function handleApiError(error: unknown, message: string, toastAction?: R... FILE: apps/dashboard/src/lib/schema.ts constant IMAGE_NAME_REGEX (line 8) | const IMAGE_NAME_REGEX = /^[a-zA-Z0-9_.\-:]+(\/[a-zA-Z0-9_.\-:]+)*(@sha2... constant IMAGE_TAG_OR_DIGEST_REGEX (line 9) | const IMAGE_TAG_OR_DIGEST_REGEX = /^[^@]+@sha256:[a-f0-9]{64}$|^(?!.*@sh... FILE: apps/dashboard/src/lib/suspended-fetch.ts type PromiseStatus (line 6) | enum PromiseStatus { function suspendedFetch (line 12) | function suspendedFetch(url: string): () => T { function minDuration (line 46) | async function minDuration(callback: Promise, delay = 500): Promis... FILE: apps/dashboard/src/lib/utils/index.ts function cn (line 9) | function cn(...inputs: ClassValue[]) { function getRelativeTimeString (line 13) | function getRelativeTimeString( function capitalize (line 67) | function capitalize(value: string) { function getMaskedToken (line 71) | function getMaskedToken(token: string) { function formatDuration (line 75) | function formatDuration(minutes: number): string { function pluralize (line 96) | function pluralize(count: number, singular: string, plural: string): str... function isValidUUID (line 100) | function isValidUUID(str: string): boolean { function formatTimestamp (line 105) | function formatTimestamp(timestamp: string | Date | undefined | null): s... function formatAmount (line 113) | function formatAmount(amount: number): string { function formatMoney (line 122) | function formatMoney( function findLast (line 135) | function findLast(arr: T[], predicate: (item: T, index: number, array... function getRegionFullDisplayName (line 145) | function getRegionFullDisplayName(region: { id: string; name: string; or... function getMetaKey (line 149) | function getMetaKey(): string { FILE: apps/dashboard/src/lib/utils/sandbox.ts function isStartable (line 8) | function isStartable(sandbox: Sandbox): boolean { function isStoppable (line 12) | function isStoppable(sandbox: Sandbox): boolean { function isArchivable (line 16) | function isArchivable(sandbox: Sandbox): boolean { function isRecoverable (line 20) | function isRecoverable(sandbox: Sandbox): boolean { function isDeletable (line 24) | function isDeletable(_sandbox: Sandbox): boolean { function isTransitioning (line 28) | function isTransitioning(sandbox: Sandbox): boolean { function getSandboxDisplayLabel (line 41) | function getSandboxDisplayLabel(sandbox: Sandbox): string { function filterStartable (line 45) | function filterStartable(sandboxes: T[]): T[] { function filterStoppable (line 49) | function filterStoppable(sandboxes: T[]): T[] { function filterArchivable (line 53) | function filterArchivable(sandboxes: T[]): T[] { function filterDeletable (line 57) | function filterDeletable(sandboxes: T[]): T[] { type BulkActionCounts (line 61) | interface BulkActionCounts { function getBulkActionCounts (line 68) | function getBulkActionCounts(sandboxes: Sandbox[]): BulkActionCounts { FILE: apps/dashboard/src/main.tsx function enableMocking (line 22) | async function enableMocking() { FILE: apps/dashboard/src/mocks/handlers.ts constant BILLING_API_URL (line 12) | const BILLING_API_URL = 'http://localhost:3000/api/billing' constant API_URL (line 13) | const API_URL = import.meta.env.VITE_API_URL FILE: apps/dashboard/src/pages/Dashboard.tsx function useDashboardCommands (line 29) | function useDashboardCommands() { FILE: apps/dashboard/src/pages/EmailVerify.tsx function EmailVerify (line 15) | function EmailVerify() { FILE: apps/dashboard/src/pages/Limits.tsx function Limits (line 30) | function Limits() { type LimitItem (line 249) | interface LimitItem { function RateLimits (line 256) | function RateLimits({ function formatTtl (line 288) | function formatTtl(ttlSeconds?: number | null): string { function RateLimitItem (line 294) | function RateLimitItem({ label, value, unit, ttlSeconds }: LimitItem) { FILE: apps/dashboard/src/pages/LinkedAccounts.tsx type UserProfileIdentity (line 21) | interface UserProfileIdentity { type AccountProvider (line 26) | interface AccountProvider { FILE: apps/dashboard/src/pages/Spending.tsx function convertUsageToChartData (line 264) | function convertUsageToChartData(usage: OrganizationUsage): UsageChartDa... FILE: apps/dashboard/src/pages/Wallet.tsx constant DEFAULT_PAGE_SIZE (line 38) | const DEFAULT_PAGE_SIZE = 10 FILE: apps/dashboard/src/providers/ConfigProvider.tsx type Props (line 17) | type Props = { function ConfigProvider (line 21) | function ConfigProvider(props: Props) { FILE: apps/dashboard/src/providers/NotificationSocketProvider.tsx type Props (line 12) | type Props = { function NotificationSocketProvider (line 16) | function NotificationSocketProvider(props: Props) { FILE: apps/dashboard/src/providers/OrganizationsProvider.tsx type Props (line 14) | type Props = { function OrganizationsProvider (line 18) | function OrganizationsProvider(props: Props) { FILE: apps/dashboard/src/providers/PlaygroundProvider.tsx constant PARAM_SECTION_MAP (line 43) | const PARAM_SECTION_MAP: Partial function LocaleSelector (line 19) | function LocaleSelector({ FILE: apps/docs/src/components/menu/SideNavLinks.tsx constant GITHUB_STARS_FORMATTER (line 7) | const GITHUB_STARS_FORMATTER = new Intl.NumberFormat('en-US', { FILE: apps/docs/src/content/config.ts type NavigationCategory (line 26) | enum NavigationCategory { FILE: apps/docs/src/i18n/generateI18nConfig.ts function generateI18nConfig (line 9) | function generateI18nConfig() { FILE: apps/docs/src/i18n/generateI18nSchema.ts function generateI18nSchema (line 9) | function generateI18nSchema() { FILE: apps/docs/src/i18n/loadTranslations.ts function loadTranslations (line 6) | async function loadTranslations(locale: string) { FILE: apps/docs/src/i18n/routing.ts function getPreferredLanguage (line 24) | function getPreferredLanguage(request: Request): string { function isLocalizedPath (line 46) | function isLocalizedPath(slug: string | undefined): boolean { function proxyLocalizedContent (line 56) | async function proxyLocalizedContent( function handleLanguageRouting (line 97) | async function handleLanguageRouting( FILE: apps/docs/src/i18n/utils.ts function localizePath (line 12) | function localizePath( FILE: apps/docs/src/utils/navigation.ts type NavigationItem (line 8) | interface NavigationItem { type NavigationLink (line 13) | interface NavigationLink extends NavigationItem { type MainNavigationLink (line 30) | interface MainNavigationLink extends NavigationLink { type NavigationGroup (line 35) | interface NavigationGroup extends NavigationItem { function normalizePath (line 53) | function normalizePath(path: string): string { function getMainNavGroup (line 57) | function getMainNavGroup(sidebarConfig: NavigationGroup[]): NavigationGr... function getNavGroupsByCategory (line 63) | function getNavGroupsByCategory( function getNavLinksByCategory (line 70) | function getNavLinksByCategory( function getNavGroupByHref (line 78) | function getNavGroupByHref( function getNavLinkByHref (line 94) | function getNavLinkByHref( function toCamelCase (line 110) | function toCamelCase(filename: string): string { function populateEntriesFromDir (line 119) | function populateEntriesFromDir( function processAutopopulateGroups (line 179) | function processAutopopulateGroups(sidebarConfig: NavigationGroup[]) { function getPagination (line 188) | function getPagination( function getSidebar (line 247) | function getSidebar( function getExploreMoreData (line 308) | function getExploreMoreData( function comparePaths (line 361) | function comparePaths(path1: string, path2: string): boolean { type HeaderActiveState (line 365) | interface HeaderActiveState { function getHeaderActiveState (line 376) | function getHeaderActiveState( function isActiveOrParentPath (line 423) | function isActiveOrParentPath( FILE: apps/docs/tools/update-api-reference.js function escape (line 20) | function escape(str) { function swaggerToMarkdown (line 24) | function swaggerToMarkdown(swaggerJSON) { function process (line 88) | async function process(args) { FILE: apps/docs/tools/update-cli-reference.js constant DEFAULT_LOCAL_PATH (line 11) | const DEFAULT_LOCAL_PATH = join(__dirname, '../../cli/hack/docs') function fetchRawDocs (line 40) | async function fetchRawDocs(ref) { function readLocalDocs (line 64) | async function readLocalDocs(localPath) { function flagToRow (line 79) | function flagToRow(flag) { function yamlToMarkdown (line 92) | function yamlToMarkdown(files) { function process (line 134) | async function process(args) { FILE: apps/docs/tools/update-llms.js constant PUBLIC_WEB_URL (line 11) | const PUBLIC_WEB_URL = ( constant DOCS_BASE_URL (line 14) | const DOCS_BASE_URL = `${PUBLIC_WEB_URL}/docs` constant BUILD_OUTPUT_DIR (line 16) | const BUILD_OUTPUT_DIR = path.join( constant STATIC_LOCALE (line 20) | const STATIC_LOCALE = 'en' constant STATIC_DOCS_OUTPUT_DIR (line 21) | const STATIC_DOCS_OUTPUT_DIR = path.join(BUILD_OUTPUT_DIR, STATIC_LOCALE) constant STATIC_DOCS_OUTPUT_DIR_ROOT (line 22) | const STATIC_DOCS_OUTPUT_DIR_ROOT = BUILD_OUTPUT_DIR constant DOCS_PATH (line 43) | const DOCS_PATH = path.join(__dirname, '../src/content/docs/en') constant EXCLUDE_FILES (line 44) | const EXCLUDE_FILES = new Set(['404.md', 'api.mdx']) FILE: apps/docs/tools/update-search.js constant DOCS_PATH (line 10) | const DOCS_PATH = path.join(__dirname, '../src/content/docs/en') constant SDK_FOLDER_NAMES (line 11) | const SDK_FOLDER_NAMES = [] constant SDK_FOLDERS (line 12) | const SDK_FOLDERS = fs constant CLI_FILE_PATH (line 22) | const CLI_FILE_PATH = path.join(DOCS_PATH, 'tools/cli.mdx') constant EXCLUDE_FILES (line 23) | const EXCLUDE_FILES = ['404.md', 'index.mdx', 'api.mdx'] function findWorkspaceRoot (line 25) | function findWorkspaceRoot(startPath) { constant WORKSPACE_ROOT (line 45) | const WORKSPACE_ROOT = findWorkspaceRoot(__dirname) constant MAIN_API_PATH (line 46) | const MAIN_API_PATH = path.join( constant TOOLBOX_API_PATH (line 50) | const TOOLBOX_API_PATH = path.join( function processContent (line 55) | function processContent(content) { function extractSentences (line 66) | function extractSentences(text) { function extractHyperlinks (line 75) | function extractHyperlinks(text) { function isSentence (line 79) | function isSentence(sentence) { function isSentenceWithoutPunctuation (line 83) | function isSentenceWithoutPunctuation(sentence) { function extractRealSentence (line 92) | function extractRealSentence(text) { function extractCodeSnippets (line 111) | function extractCodeSnippets(content) { function extractHeadings (line 130) | function extractHeadings(content, tag, slug) { function parseMarkdownFile (line 198) | function parseMarkdownFile(filePath, tag) { function parseOpenAPISpec (line 224) | function parseOpenAPISpec(specPath, apiName, baseUrl) { function searchDocs (line 345) | function searchDocs() { function main (line 421) | function main() { FILE: apps/otel-collector/exporter/config.go type Config (line 15) | type Config struct method Validate (line 43) | func (cfg *Config) Validate() error { FILE: apps/otel-collector/exporter/exporter.go type IExporter (line 28) | type IExporter interface type Exporter (line 36) | type Exporter struct type exporterConfig (line 47) | type exporterConfig struct function newMetricExporter (line 53) | func newMetricExporter(cfg exporterConfig) IExporter[pmetric.Metrics] { function newLogsExporter (line 66) | func newLogsExporter(cfg exporterConfig) IExporter[plog.Logs] { function newTracesExporter (line 79) | func newTracesExporter(cfg exporterConfig) IExporter[ptrace.Traces] { method push (line 93) | func (e *Exporter[T]) push(ctx context.Context, data T) error { method getBody (line 121) | func (e *Exporter[T]) getBody(data T) ([]byte, error) { method exportViaHTTP (line 126) | func (e *Exporter[T]) exportViaHTTP(ctx context.Context, data T, cfg *ap... method getOrCreateHTTPClient (line 168) | func (e *Exporter[T]) getOrCreateHTTPClient(cfg *apiclient.OtelConfig) *... method extractSandboxToken (line 203) | func (e *Exporter[T]) extractSandboxToken(ctx context.Context) (string, ... method shutdown (line 221) | func (e *Exporter[T]) shutdown(ctx context.Context) error { FILE: apps/otel-collector/exporter/factory.go constant typeStr (line 23) | typeStr = "daytona_exporter" constant stability (line 24) | stability = component.StabilityLevelBeta function NewFactory (line 28) | func NewFactory() exporter.Factory { function createDefaultConfig (line 39) | func createDefaultConfig() component.Config { function createTracesExporter (line 50) | func createTracesExporter( function createMetricsExporter (line 104) | func createMetricsExporter( function createLogsExporter (line 157) | func createLogsExporter( FILE: apps/otel-collector/exporter/internal/config/resolver.go type Resolver (line 16) | type Resolver struct method GetOrganizationOtelConfig (line 33) | func (r *Resolver) GetOrganizationOtelConfig(ctx context.Context, auth... method InvalidateCache (line 71) | func (r *Resolver) InvalidateCache(ctx context.Context, sandboxID stri... function NewResolver (line 24) | func NewResolver(cache common_cache.ICache[apiclient.OtelConfig], logger... FILE: apps/proxy/cmd/proxy/config/config.go type Config (line 21) | type Config struct type OidcConfig (line 38) | type OidcConfig struct function GetConfig (line 50) | func GetConfig() (*Config, error) { FILE: apps/proxy/cmd/proxy/main.go function main (line 19) | func main() { FILE: apps/proxy/pkg/proxy/auth.go method Authenticate (line 17) | func (p *Proxy) Authenticate(ctx *gin.Context, sandboxIdOrSignedToken st... method getBearerToken (line 105) | func (p *Proxy) getBearerToken(ctx *gin.Context) string { method getSandboxIdFromSignedPreviewUrlToken (line 113) | func (p *Proxy) getSandboxIdFromSignedPreviewUrlToken(ctx *gin.Context, ... FILE: apps/proxy/pkg/proxy/auth_callback.go method AuthCallback (line 25) | func (p *Proxy) AuthCallback(ctx *gin.Context) { method getAuthUrl (line 133) | func (p *Proxy) getAuthUrl(ctx *gin.Context, sandboxId string) (string, ... method hasSandboxAccess (line 189) | func (p *Proxy) hasSandboxAccess(ctx context.Context, sandboxId string, ... method getUserApiClient (line 213) | func (p *Proxy) getUserApiClient(ctx context.Context, authToken string) ... method getOidcEndpoint (line 230) | func (p *Proxy) getOidcEndpoint(ctx context.Context) (context.Context, *... method getCookieDomain (line 253) | func (p *Proxy) getCookieDomain(host string) string { function GenerateRandomState (line 260) | func GenerateRandomState() (string, error) { function GetCookieDomainFromHost (line 270) | func GetCookieDomainFromHost(host string) string { FILE: apps/proxy/pkg/proxy/get_sandbox_build_target.go method getSandboxBuildTarget (line 18) | func (p *Proxy) getSandboxBuildTarget(ctx *gin.Context) (*url.URL, map[s... method getSandbox (line 65) | func (p *Proxy) getSandbox(ctx *gin.Context, sandboxId string) (*apiclie... FILE: apps/proxy/pkg/proxy/get_sandbox_target.go method GetProxyTarget (line 24) | func (p *Proxy) GetProxyTarget(ctx *gin.Context) (*url.URL, map[string]s... method getSandboxRunnerInfo (line 124) | func (p *Proxy) getSandboxRunnerInfo(ctx context.Context, sandboxId stri... method getSandboxPublic (line 163) | func (p *Proxy) getSandboxPublic(ctx context.Context, sandboxId string) ... method getSandboxAuthKeyValid (line 203) | func (p *Proxy) getSandboxAuthKeyValid(ctx context.Context, sandboxId st... method getSandboxBearerTokenValid (line 227) | func (p *Proxy) getSandboxBearerTokenValid(ctx context.Context, sandboxI... method validateAndCache (line 235) | func (p *Proxy) validateAndCache( method parseHost (line 267) | func (p *Proxy) parseHost(host string) (targetPort string, sandboxIdOrSi... method updateLastActivity (line 307) | func (p *Proxy) updateLastActivity(ctx context.Context, sandboxId string... method parseToolboxSubpath (line 354) | func (p *Proxy) parseToolboxSubpath(path string) (string, string, string... FILE: apps/proxy/pkg/proxy/get_snapshot_target.go method getSnapshotTarget (line 22) | func (p *Proxy) getSnapshotTarget(ctx *gin.Context) (*url.URL, map[strin... method getSnapshot (line 74) | func (p *Proxy) getSnapshot(ctx *gin.Context, snapshotId string) (*apicl... method getRunnerInfo (line 93) | func (p *Proxy) getRunnerInfo(ctx context.Context, runnerId string) (*Ru... FILE: apps/proxy/pkg/proxy/proxy.go type RunnerInfo (line 33) | type RunnerInfo struct constant SANDBOX_AUTH_KEY_HEADER (line 38) | SANDBOX_AUTH_KEY_HEADER = "X-Daytona-Preview-Token" constant SANDBOX_AUTH_KEY_QUERY_PARAM (line 39) | SANDBOX_AUTH_KEY_QUERY_PARAM = "DAYTONA_SANDBOX_AUTH_KEY" constant SANDBOX_AUTH_COOKIE_NAME (line 40) | SANDBOX_AUTH_COOKIE_NAME = "daytona-sandbox-auth-" constant SKIP_LAST_ACTIVITY_UPDATE_HEADER (line 41) | SKIP_LAST_ACTIVITY_UPDATE_HEADER = "X-Daytona-Skip-Last-Activity-Update" constant ACTIVITY_POLL_STOP_KEY (line 42) | ACTIVITY_POLL_STOP_KEY = "daytona-activity-poll-stop" constant TERMINAL_PORT (line 43) | TERMINAL_PORT = "22222" constant TOOLBOX_PORT (line 44) | TOOLBOX_PORT = "2280" constant RECORDING_DASHBOARD_PORT (line 45) | RECORDING_DASHBOARD_PORT = "33333" constant IS_TOOLBOX_REQUEST_KEY (line 46) | IS_TOOLBOX_REQUEST_KEY = "is-toolbox-request" function stopActivityPoll (line 50) | func stopActivityPoll(ctx *gin.Context) { type Proxy (line 58) | type Proxy struct function StartProxy (line 71) | func StartProxy(ctx context.Context, config *config.Config) error { FILE: apps/proxy/pkg/proxy/retry.go constant proxyMaxRetries (line 9) | proxyMaxRetries = 3 constant proxyBaseDelay (line 10) | proxyBaseDelay = 150 * time.Millisecond constant proxyMaxDelay (line 11) | proxyMaxDelay = 1 * time.Second FILE: apps/proxy/pkg/proxy/warning_page.go constant SKIP_PREVIEW_WARNING_HEADER (line 18) | SKIP_PREVIEW_WARNING_HEADER = "X-Daytona-Skip-Preview-Warning" constant PREVIEW_PAGE_ACCEPT_COOKIE_NAME (line 19) | PREVIEW_PAGE_ACCEPT_COOKIE_NAME = "daytona-preview-page-accepted" constant PREVIEW_PAGE_COOKIE_MAX_AGE (line 20) | PREVIEW_PAGE_COOKIE_MAX_AGE = 1 * 24 * 60 * 60 constant ACCEPT_PREVIEW_PAGE_WARNING_PATH (line 21) | ACCEPT_PREVIEW_PAGE_WARNING_PATH = "/accept-daytona-preview-warning" function handleAcceptProxyWarning (line 24) | func handleAcceptProxyWarning(ctx *gin.Context, secure bool) { method browserWarningMiddleware (line 55) | func (p *Proxy) browserWarningMiddleware() gin.HandlerFunc { function serveWarningPage (line 107) | func serveWarningPage(c *gin.Context, https bool) { function isBrowser (line 305) | func isBrowser(userAgent string) bool { function hasAcceptedWarning (line 317) | func hasAcceptedWarning(c *gin.Context) bool { function isWebSocketRequest (line 323) | func isWebSocketRequest(req *http.Request) bool { FILE: apps/runner/cmd/runner/config/config.go type Config (line 19) | type Config struct method GetOtelHeaders (line 117) | func (c *Config) GetOtelHeaders() map[string]string { function GetConfig (line 66) | func GetConfig() (*Config, error) { function GetContainerRuntime (line 136) | func GetContainerRuntime() string { function GetContainerNetwork (line 140) | func GetContainerNetwork() string { function GetEnvironment (line 144) | func GetEnvironment() string { function GetBuildLogFilePath (line 148) | func GetBuildLogFilePath(snapshotRef string) (string, error) { function getOutboundIP (line 191) | func getOutboundIP() (net.IP, error) { FILE: apps/runner/cmd/runner/main.go function main (line 37) | func main() { function run (line 41) | func run() int { FILE: apps/runner/internal/constants/auth.go constant BEARER_AUTH_HEADER (line 6) | BEARER_AUTH_HEADER = "Bearer" constant AUTHORIZATION_HEADER (line 8) | AUTHORIZATION_HEADER = "Authorization" constant DAYTONA_AUTHORIZATION_HEADER (line 10) | DAYTONA_AUTHORIZATION_HEADER = "X-Daytona-Authorization" FILE: apps/runner/internal/metrics/collector.go type CollectorConfig (line 27) | type CollectorConfig struct type Collector (line 36) | type Collector struct method Start (line 89) | func (c *Collector) Start(ctx context.Context) { method Collect (line 95) | func (c *Collector) Collect(ctx context.Context) (*Metrics, error) { method collect (line 117) | func (c *Collector) collect(ctx context.Context) (*Metrics, error) { method snapshotCPUUsage (line 181) | func (c *Collector) snapshotCPUUsage(ctx context.Context) { method collectCPUUsageAverage (line 210) | func (c *Collector) collectCPUUsageAverage() (float64, error) { method snapshotAllocatedResources (line 236) | func (c *Collector) snapshotAllocatedResources(ctx context.Context) { method getContainerAllocatedResources (line 286) | func (c *Collector) getContainerAllocatedResources(ctx context.Context... type CPUSnapshot (line 56) | type CPUSnapshot struct type Metrics (line 62) | type Metrics struct function NewCollector (line 78) | func NewCollector(cfg CollectorConfig) *Collector { FILE: apps/runner/internal/util/error_extract.go function ExtractErrorPart (line 11) | func ExtractErrorPart(errorMsg string) string { FILE: apps/runner/pkg/api/controllers/command_logs.go function ProxyCommandLogsStream (line 20) | func ProxyCommandLogsStream(ctx *gin.Context, logger *slog.Logger) { FILE: apps/runner/pkg/api/controllers/health.go function HealthCheck (line 21) | func HealthCheck(ctx *gin.Context) { FILE: apps/runner/pkg/api/controllers/info.go function RunnerInfo (line 25) | func RunnerInfo(ctx *gin.Context) { function mapRunnerServiceInfoToDTO (line 59) | func mapRunnerServiceInfoToDTO(servicesInfo []models.RunnerServiceInfo) ... FILE: apps/runner/pkg/api/controllers/proxy.go function ProxyRequest (line 38) | func ProxyRequest(logger *slog.Logger) gin.HandlerFunc { function getProxyTarget (line 51) | func getProxyTarget(ctx *gin.Context) (*url.URL, map[string]string, erro... FILE: apps/runner/pkg/api/controllers/sandbox.go function Create (line 35) | func Create(ctx *gin.Context) { function Destroy (line 79) | func Destroy(ctx *gin.Context) { function CreateBackup (line 117) | func CreateBackup(logger *slog.Logger) gin.HandlerFunc { function Resize (line 166) | func Resize(ctx *gin.Context) { function UpdateNetworkSettings (line 211) | func UpdateNetworkSettings(ctx *gin.Context) { function GetNetworkSettings (line 251) | func GetNetworkSettings(ctx *gin.Context) { function Start (line 288) | func Start(ctx *gin.Context) { function Stop (line 337) | func Stop(ctx *gin.Context) { function Info (line 371) | func Info(ctx *gin.Context) { type SandboxInfoResponse (line 402) | type SandboxInfoResponse struct function Recover (line 427) | func Recover(ctx *gin.Context) { function IsRecoverable (line 465) | func IsRecoverable(ctx *gin.Context) { FILE: apps/runner/pkg/api/controllers/snapshot.go function TagImage (line 44) | func TagImage(ctx *gin.Context) { function PullSnapshot (line 97) | func PullSnapshot(generalCtx context.Context, logger *slog.Logger) func(... function BuildSnapshot (line 158) | func BuildSnapshot(generalCtx context.Context, logger *slog.Logger) func... function SnapshotExists (line 219) | func SnapshotExists(ctx *gin.Context) { function RemoveSnapshot (line 259) | func RemoveSnapshot(logger *slog.Logger) gin.HandlerFunc { type SnapshotExistsResponse (line 288) | type SnapshotExistsResponse struct function GetBuildLogs (line 308) | func GetBuildLogs(logger *slog.Logger) gin.HandlerFunc { function GetSnapshotInfo (line 421) | func GetSnapshotInfo(ctx *gin.Context) { function InspectSnapshotInRegistry (line 480) | func InspectSnapshotInRegistry(ctx *gin.Context) { FILE: apps/runner/pkg/api/docs/docs.go constant docTemplate (line 6) | docTemplate = `{ function init (line 2023) | func init() { FILE: apps/runner/pkg/api/dto/backup.go type CreateBackupDTO (line 6) | type CreateBackupDTO struct FILE: apps/runner/pkg/api/dto/image.go type PullSnapshotRequestDTO (line 6) | type PullSnapshotRequestDTO struct type BuildSnapshotRequestDTO (line 14) | type BuildSnapshotRequestDTO struct type TagImageRequestDTO (line 24) | type TagImageRequestDTO struct FILE: apps/runner/pkg/api/dto/info.go type RunnerMetrics (line 6) | type RunnerMetrics struct type RunnerServiceInfo (line 18) | type RunnerServiceInfo struct type RunnerInfoResponseDTO (line 24) | type RunnerInfoResponseDTO struct FILE: apps/runner/pkg/api/dto/registry.go type RegistryDTO (line 6) | type RegistryDTO struct method HasAuth (line 13) | func (r *RegistryDTO) HasAuth() bool { FILE: apps/runner/pkg/api/dto/sandbox.go type CreateSandboxDTO (line 6) | type CreateSandboxDTO struct type ResizeSandboxDTO (line 32) | type ResizeSandboxDTO struct type UpdateNetworkSettingsDTO (line 39) | type UpdateNetworkSettingsDTO struct type RecoverSandboxDTO (line 45) | type RecoverSandboxDTO struct type IsRecoverableDTO (line 62) | type IsRecoverableDTO struct type IsRecoverableResponse (line 66) | type IsRecoverableResponse struct type StartSandboxResponse (line 69) | type StartSandboxResponse struct FILE: apps/runner/pkg/api/dto/snapshot.go type SnapshotInfoResponse (line 8) | type SnapshotInfoResponse struct type SnapshotDigestResponse (line 16) | type SnapshotDigestResponse struct type InspectSnapshotInRegistryRequestDTO (line 21) | type InspectSnapshotInRegistryRequestDTO struct function HashWithoutPrefix (line 26) | func HashWithoutPrefix(hash string) string { FILE: apps/runner/pkg/api/dto/volume.go type VolumeDTO (line 6) | type VolumeDTO struct FILE: apps/runner/pkg/api/middlewares/auth.go function AuthMiddleware (line 16) | func AuthMiddleware(apiToken string) gin.HandlerFunc { FILE: apps/runner/pkg/api/middlewares/recoverable_errors.go function RecoverableErrorsMiddleware (line 15) | func RecoverableErrorsMiddleware() gin.HandlerFunc { FILE: apps/runner/pkg/api/server.go type ApiServerConfig (line 45) | type ApiServerConfig struct function NewApiServer (line 55) | func NewApiServer(config ApiServerConfig) *ApiServer { type ApiServer (line 67) | type ApiServer struct method Start (line 79) | func (a *ApiServer) Start(ctx context.Context) error { method Stop (line 186) | func (a *ApiServer) Stop() { FILE: apps/runner/pkg/api/validator.go type DefaultValidator (line 16) | type DefaultValidator struct method ValidateStruct (line 42) | func (v *DefaultValidator) ValidateStruct(obj any) error { method Engine (line 73) | func (v *DefaultValidator) Engine() interface{} { method validateStruct (line 78) | func (v *DefaultValidator) validateStruct(obj any) error { method lazyinit (line 83) | func (v *DefaultValidator) lazyinit() { type SliceValidationError (line 23) | type SliceValidationError method Error (line 25) | func (err SliceValidationError) Error() string { FILE: apps/runner/pkg/apiclient/api_client.go constant DaytonaSourceHeader (line 16) | DaytonaSourceHeader = "X-Daytona-Source" function GetApiClient (line 18) | func GetApiClient() (*apiclient.APIClient, error) { FILE: apps/runner/pkg/cache/backup_info_cache.go type BackupInfoCache (line 16) | type BackupInfoCache struct method SetBackupState (line 28) | func (c *BackupInfoCache) SetBackupState(ctx context.Context, sandboxI... function NewBackupInfoCache (line 21) | func NewBackupInfoCache(ctx context.Context, retention time.Duration) *B... FILE: apps/runner/pkg/cache/snapshot_error_cache.go type SnapshotErrorCache (line 13) | type SnapshotErrorCache struct method SetError (line 25) | func (c *SnapshotErrorCache) SetError(ctx context.Context, snapshot st... method GetError (line 29) | func (c *SnapshotErrorCache) GetError(ctx context.Context, snapshot st... method RemoveError (line 33) | func (c *SnapshotErrorCache) RemoveError(ctx context.Context, snapshot... function NewSnapshotErrorCache (line 18) | func NewSnapshotErrorCache(ctx context.Context, retention time.Duration)... FILE: apps/runner/pkg/common/container.go function GetContainerIpAddress (line 12) | func GetContainerIpAddress(ctx context.Context, container *container.Ins... FILE: apps/runner/pkg/common/daemon.go constant DAEMON_PATH (line 6) | DAEMON_PATH = "/usr/local/bin/daytona" FILE: apps/runner/pkg/common/errors.go function HandlePossibleDockerError (line 19) | func HandlePossibleDockerError(ctx *gin.Context, err error) common_error... FILE: apps/runner/pkg/common/metrics.go type PrometheusOperationStatus (line 11) | type PrometheusOperationStatus constant PrometheusOperationStatusSuccess (line 14) | PrometheusOperationStatusSuccess PrometheusOperationStatus = "success" constant PrometheusOperationStatusFailure (line 15) | PrometheusOperationStatusFailure PrometheusOperationStatus = "failure" FILE: apps/runner/pkg/common/recovery.go function DeduceRecoveryType (line 30) | func DeduceRecoveryType(errorReason string) models.RecoveryType { function IsRecoverable (line 49) | func IsRecoverable(errorReason string) bool { function FormatRecoverableError (line 53) | func FormatRecoverableError(err error) error { FILE: apps/runner/pkg/common/rsync.go function RsyncCopy (line 21) | func RsyncCopy(ctx context.Context, logger *slog.Logger, srcPath, destPa... FILE: apps/runner/pkg/common/storage.go function ParseStorageOptSizeGB (line 15) | func ParseStorageOptSizeGB(storageOpt map[string]string) (float64, error) { function GBToBytes (line 36) | func GBToBytes(gb float64) int64 { FILE: apps/runner/pkg/daemon/util.go function WriteStaticBinary (line 12) | func WriteStaticBinary(name string) (string, error) { FILE: apps/runner/pkg/docker/backup.go type backupContext (line 17) | type backupContext struct method CreateBackup (line 24) | func (d *DockerClient) CreateBackup(ctx context.Context, containerId str... method CreateBackupAsync (line 36) | func (d *DockerClient) CreateBackupAsync(ctx context.Context, containerI... method createBackup (line 55) | func (d *DockerClient) createBackup(containerId string, backupDto dto.Cr... FILE: apps/runner/pkg/docker/client.go type DockerClientConfig (line 20) | type DockerClientConfig struct function NewDockerClient (line 42) | func NewDockerClient(config DockerClientConfig) (*DockerClient, error) { type DockerClient (line 118) | type DockerClient struct method ApiClient (line 114) | func (d *DockerClient) ApiClient() client.APIClient { FILE: apps/runner/pkg/docker/container_commit.go method commitContainer (line 16) | func (d *DockerClient) commitContainer(ctx context.Context, containerId,... method exportImportContainer (line 55) | func (d *DockerClient) exportImportContainer(ctx context.Context, contai... function buildDockerfileCmd (line 146) | func buildDockerfileCmd(cmd []string) string { FILE: apps/runner/pkg/docker/container_configs.go method getContainerConfigs (line 21) | func (d *DockerClient) getContainerConfigs(sandboxDto dto.CreateSandboxD... method getContainerCreateConfig (line 36) | func (d *DockerClient) getContainerCreateConfig(sandboxDto dto.CreateSan... method getContainerHostConfig (line 119) | func (d *DockerClient) getContainerHostConfig(sandboxDto dto.CreateSandb... method getContainerNetworkingConfig (line 167) | func (d *DockerClient) getContainerNetworkingConfig() *network.Networkin... FILE: apps/runner/pkg/docker/container_exec.go type ExecResult (line 16) | type ExecResult struct method execSync (line 23) | func (d *DockerClient) execSync(ctx context.Context, containerId string,... method inspectExecResp (line 39) | func (d *DockerClient) inspectExecResp(ctx context.Context, execID strin... FILE: apps/runner/pkg/docker/container_inspect.go method ContainerInspect (line 15) | func (d *DockerClient) ContainerInspect(ctx context.Context, containerId... FILE: apps/runner/pkg/docker/create.go method Create (line 26) | func (d *DockerClient) Create(ctx context.Context, sandboxDto dto.Create... method validateImageArchitecture (line 157) | func (p *DockerClient) validateImageArchitecture(image *image.InspectRes... FILE: apps/runner/pkg/docker/daemon.go method startDaytonaDaemon (line 26) | func (d *DockerClient) startDaytonaDaemon(ctx context.Context, container... method waitForDaemonRunning (line 59) | func (d *DockerClient) waitForDaemonRunning(ctx context.Context, contain... type sandboxToken (line 130) | type sandboxToken struct method initializeDaemon (line 134) | func (d *DockerClient) initializeDaemon(ctx context.Context, containerIP... FILE: apps/runner/pkg/docker/daemon_version.go type daemonVersionResponse (line 19) | type daemonVersionResponse struct method GetDaemonVersion (line 23) | func (d *DockerClient) GetDaemonVersion(ctx context.Context, sandboxId s... method getDaemonVersion (line 48) | func (d *DockerClient) getDaemonVersion(ctx context.Context, targetUrl *... FILE: apps/runner/pkg/docker/destroy.go method Destroy (line 20) | func (d *DockerClient) Destroy(ctx context.Context, containerId string) ... FILE: apps/runner/pkg/docker/image_build.go method BuildImage (line 25) | func (d *DockerClient) BuildImage(ctx context.Context, buildImageDto dto... FILE: apps/runner/pkg/docker/image_exists.go method ImageExists (line 14) | func (d *DockerClient) ImageExists(ctx context.Context, imageName string... FILE: apps/runner/pkg/docker/image_info.go type ImageInfo (line 13) | type ImageInfo struct type ImageDigest (line 20) | type ImageDigest struct method GetImageInfo (line 25) | func (d *DockerClient) GetImageInfo(ctx context.Context, imageName strin... method InspectImageInRegistry (line 54) | func (d *DockerClient) InspectImageInRegistry(ctx context.Context, image... FILE: apps/runner/pkg/docker/image_pull.go method PullImage (line 22) | func (d *DockerClient) PullImage(ctx context.Context, imageName string, ... function getRegistryAuth (line 64) | func getRegistryAuth(reg *dto.RegistryDTO) string { FILE: apps/runner/pkg/docker/image_push.go method PushImage (line 17) | func (d *DockerClient) PushImage(ctx context.Context, imageName string, ... FILE: apps/runner/pkg/docker/image_remove.go method RemoveImage (line 13) | func (d *DockerClient) RemoveImage(ctx context.Context, imageName string... FILE: apps/runner/pkg/docker/monitor.go type MonitorOptions (line 20) | type MonitorOptions struct type DockerMonitor (line 24) | type DockerMonitor struct method Stop (line 46) | func (dm *DockerMonitor) Stop() { method Start (line 50) | func (dm *DockerMonitor) Start() error { method monitorEvents (line 100) | func (dm *DockerMonitor) monitorEvents() error { method handleContainerEvent (line 137) | func (dm *DockerMonitor) handleContainerEvent(event events.Message) { method reconcileNetworkRules (line 177) | func (dm *DockerMonitor) reconcileNetworkRules(table string, chain str... method reconcileChains (line 252) | func (dm *DockerMonitor) reconcileChains(table string) { method reconcilerLoop (line 284) | func (dm *DockerMonitor) reconcilerLoop() { function NewDockerMonitor (line 33) | func NewDockerMonitor(logger *slog.Logger, apiClient client.APIClient, n... function isConnectionError (line 78) | func isConnectionError(err error) bool { FILE: apps/runner/pkg/docker/network.go method UpdateNetworkSettings (line 14) | func (d *DockerClient) UpdateNetworkSettings(ctx context.Context, contai... FILE: apps/runner/pkg/docker/ping.go method Ping (line 11) | func (d *DockerClient) Ping(ctx context.Context) error { FILE: apps/runner/pkg/docker/recover.go method RecoverSandbox (line 15) | func (d *DockerClient) RecoverSandbox(ctx context.Context, sandboxId str... FILE: apps/runner/pkg/docker/recover_from_storage_limit.go method RecoverFromStorageLimit (line 15) | func (d *DockerClient) RecoverFromStorageLimit(ctx context.Context, sand... FILE: apps/runner/pkg/docker/registry_manifest.go function getImageSizeFromRegistry (line 21) | func getImageSizeFromRegistry(ctx context.Context, imageName string, reg... FILE: apps/runner/pkg/docker/resize.go method Resize (line 19) | func (d *DockerClient) Resize(ctx context.Context, sandboxId string, san... method ContainerDiskResize (line 70) | func (d *DockerClient) ContainerDiskResize(ctx context.Context, sandboxI... method copyContainerOverlayData (line 187) | func (d *DockerClient) copyContainerOverlayData(ctx context.Context, old... FILE: apps/runner/pkg/docker/snapshot_build.go method BuildSnapshot (line 15) | func (d *DockerClient) BuildSnapshot(ctx context.Context, req dto.BuildS... FILE: apps/runner/pkg/docker/snapshot_pull.go method PullSnapshot (line 16) | func (d *DockerClient) PullSnapshot(ctx context.Context, req dto.PullSna... function getHashWithoutPrefix (line 67) | func getHashWithoutPrefix(hash string) string { FILE: apps/runner/pkg/docker/start.go method Start (line 20) | func (d *DockerClient) Start(ctx context.Context, containerId string, au... method waitForContainerRunning (line 105) | func (d *DockerClient) waitForContainerRunning(ctx context.Context, cont... FILE: apps/runner/pkg/docker/state.go method GetSandboxState (line 18) | func (d *DockerClient) GetSandboxState(ctx context.Context, sandboxId st... method getSandboxState (line 34) | func (d *DockerClient) getSandboxState(ctx context.Context, ct *containe... method isContainerPullingImage (line 73) | func (d *DockerClient) isContainerPullingImage(ctx context.Context, cont... FILE: apps/runner/pkg/docker/stop.go method Stop (line 15) | func (d *DockerClient) Stop(ctx context.Context, containerId string) err... method stopContainerWithRetry (line 67) | func (d *DockerClient) stopContainerWithRetry(ctx context.Context, conta... FILE: apps/runner/pkg/docker/tag_image.go method TagImage (line 12) | func (d *DockerClient) TagImage(ctx context.Context, sourceImage string,... FILE: apps/runner/pkg/docker/volumes_cleanup.go function normalizePath (line 21) | func normalizePath(path string) string { method CleanupOrphanedVolumeMounts (line 28) | func (d *DockerClient) CleanupOrphanedVolumeMounts(ctx context.Context) { method getInUseVolumeMounts (line 70) | func (d *DockerClient) getInUseVolumeMounts(ctx context.Context) (map[st... method unmountAndRemoveDir (line 92) | func (d *DockerClient) unmountAndRemoveDir(ctx context.Context, path str... method isDirEmpty (line 128) | func (d *DockerClient) isDirEmpty(ctx context.Context, path string) bool { method isRecentlyCreated (line 137) | func (d *DockerClient) isRecentlyCreated(path string, exclusionPeriod ti... FILE: apps/runner/pkg/docker/volumes_mountpaths.go constant volumeMountPrefix (line 24) | volumeMountPrefix = "daytona-volume-" function getVolumeMountBasePath (line 26) | func getVolumeMountBasePath() string { method getVolumesMountPathBinds (line 33) | func (d *DockerClient) getVolumesMountPathBinds(ctx context.Context, vol... method getRunnerVolumeMountPath (line 111) | func (d *DockerClient) getRunnerVolumeMountPath(volumeId string, subpath... method getVolumeKey (line 126) | func (d *DockerClient) getVolumeKey(volumeId string, subpath *string) st... method isDirectoryMounted (line 133) | func (d *DockerClient) isDirectoryMounted(path string) bool { method waitForMountReady (line 143) | func (d *DockerClient) waitForMountReady(ctx context.Context, path strin... method getMountCmd (line 177) | func (d *DockerClient) getMountCmd(ctx context.Context, volume string, s... FILE: apps/runner/pkg/models/backup_info.go type BackupInfo (line 10) | type BackupInfo struct FILE: apps/runner/pkg/models/enums/sandbox_state.go type SandboxState (line 6) | type SandboxState method String (line 23) | func (s SandboxState) String() string { constant SandboxStateCreating (line 9) | SandboxStateCreating SandboxState = "creating" constant SandboxStateRestoring (line 10) | SandboxStateRestoring SandboxState = "restoring" constant SandboxStateDestroyed (line 11) | SandboxStateDestroyed SandboxState = "destroyed" constant SandboxStateDestroying (line 12) | SandboxStateDestroying SandboxState = "destroying" constant SandboxStateStarted (line 13) | SandboxStateStarted SandboxState = "started" constant SandboxStateStopped (line 14) | SandboxStateStopped SandboxState = "stopped" constant SandboxStateStarting (line 15) | SandboxStateStarting SandboxState = "starting" constant SandboxStateStopping (line 16) | SandboxStateStopping SandboxState = "stopping" constant SandboxStateResizing (line 17) | SandboxStateResizing SandboxState = "resizing" constant SandboxStateError (line 18) | SandboxStateError SandboxState = "error" constant SandboxStateUnknown (line 19) | SandboxStateUnknown SandboxState = "unknown" constant SandboxStatePullingSnapshot (line 20) | SandboxStatePullingSnapshot SandboxState = "pulling_snapshot" FILE: apps/runner/pkg/models/enums/snapshot_state.go type BackupState (line 6) | type BackupState method String (line 16) | func (s BackupState) String() string { constant BackupStateNone (line 9) | BackupStateNone BackupState = "NONE" constant BackupStatePending (line 10) | BackupStatePending BackupState = "PENDING" constant BackupStateInProgress (line 11) | BackupStateInProgress BackupState = "IN_PROGRESS" constant BackupStateCompleted (line 12) | BackupStateCompleted BackupState = "COMPLETED" constant BackupStateFailed (line 13) | BackupStateFailed BackupState = "FAILED" FILE: apps/runner/pkg/models/recovery_type.go type RecoveryType (line 7) | type RecoveryType constant RecoveryTypeStorageExpansion (line 10) | RecoveryTypeStorageExpansion RecoveryType = "storage-expansion" constant UnknownRecoveryType (line 11) | UnknownRecoveryType RecoveryType = "" FILE: apps/runner/pkg/models/sandbox_info.go type SandboxInfo (line 10) | type SandboxInfo struct FILE: apps/runner/pkg/models/service_info.go type RunnerServiceInfo (line 6) | type RunnerServiceInfo struct FILE: apps/runner/pkg/netrules/assign.go method AssignNetworkRules (line 7) | func (manager *NetRulesManager) AssignNetworkRules(name string, sourceIp... FILE: apps/runner/pkg/netrules/delete.go method DeleteNetworkRules (line 9) | func (manager *NetRulesManager) DeleteNetworkRules(name string) error { FILE: apps/runner/pkg/netrules/limiter.go method SetNetworkLimiter (line 9) | func (manager *NetRulesManager) SetNetworkLimiter(name string, sourceIp ... method RemoveNetworkLimiter (line 42) | func (manager *NetRulesManager) RemoveNetworkLimiter(name string) error { FILE: apps/runner/pkg/netrules/netrules.go type NetRulesManager (line 19) | type NetRulesManager struct method Start (line 50) | func (manager *NetRulesManager) Start() error { method Stop (line 60) | func (manager *NetRulesManager) Stop() { method saveIptablesRules (line 67) | func (manager *NetRulesManager) saveIptablesRules() error { method ListDaytonaRules (line 76) | func (manager *NetRulesManager) ListDaytonaRules(table string, chain s... method DeleteChainRule (line 96) | func (manager *NetRulesManager) DeleteChainRule(table string, chain st... method ListDaytonaChains (line 109) | func (manager *NetRulesManager) ListDaytonaChains(table string) ([]str... method ClearAndDeleteChain (line 129) | func (manager *NetRulesManager) ClearAndDeleteChain(table string, name... method persistRulesLoop (line 137) | func (manager *NetRulesManager) persistRulesLoop() { function NewNetRulesManager (line 29) | func NewNetRulesManager(logger *slog.Logger, persistent bool) (*NetRules... FILE: apps/runner/pkg/netrules/set.go method SetNetworkRules (line 9) | func (manager *NetRulesManager) SetNetworkRules(name string, sourceIp st... FILE: apps/runner/pkg/netrules/unassign.go method UnassignNetworkRules (line 9) | func (manager *NetRulesManager) UnassignNetworkRules(name string) error { FILE: apps/runner/pkg/netrules/utils.go constant ChainPrefix (line 14) | ChainPrefix = "DAYTONA-SB-" function parseCidrNetworks (line 18) | func parseCidrNetworks(networks string) ([]*net.IPNet, error) { function ParseRuleArguments (line 39) | func ParseRuleArguments(rule string) ([]string, error) { function formatChainName (line 53) | func formatChainName(name string) string { FILE: apps/runner/pkg/runner/runner.go type RunnerInstanceConfig (line 21) | type RunnerInstanceConfig struct type Runner (line 32) | type Runner struct method InspectRunnerServices (line 75) | func (r *Runner) InspectRunnerServices(ctx context.Context) []models.R... function GetInstance (line 45) | func GetInstance(config *RunnerInstanceConfig) (*Runner, error) { FILE: apps/runner/pkg/runner/v2/executor/backup.go method createBackup (line 16) | func (e *Executor) createBackup(ctx context.Context, job *apiclient.Job)... FILE: apps/runner/pkg/runner/v2/executor/executor.go type ExecutorConfig (line 28) | type ExecutorConfig struct type Executor (line 35) | type Executor struct method Execute (line 58) | func (e *Executor) Execute(ctx context.Context, job *apiclient.Job) { method executeJob (line 108) | func (e *Executor) executeJob(ctx context.Context, job *apiclient.Job)... method updateJobStatus (line 171) | func (e *Executor) updateJobStatus(ctx context.Context, jobID string, ... method parsePayload (line 226) | func (e *Executor) parsePayload(payload *string, target interface{}) e... method extractTraceContext (line 240) | func (e *Executor) extractTraceContext(ctx context.Context, job *apicl... function NewExecutor (line 43) | func NewExecutor(cfg *ExecutorConfig) (*Executor, error) { FILE: apps/runner/pkg/runner/v2/executor/sandbox.go method createSandbox (line 17) | func (e *Executor) createSandbox(ctx context.Context, job *apiclient.Job... method startSandbox (line 37) | func (e *Executor) startSandbox(ctx context.Context, job *apiclient.Job)... method stopSandbox (line 54) | func (e *Executor) stopSandbox(ctx context.Context, job *apiclient.Job) ... method destroySandbox (line 63) | func (e *Executor) destroySandbox(ctx context.Context, job *apiclient.Jo... method updateNetworkSettings (line 75) | func (e *Executor) updateNetworkSettings(ctx context.Context, job *apicl... method recoverSandbox (line 85) | func (e *Executor) recoverSandbox(ctx context.Context, job *apiclient.Jo... method resizeSandbox (line 100) | func (e *Executor) resizeSandbox(ctx context.Context, job *apiclient.Job... FILE: apps/runner/pkg/runner/v2/executor/snapshot.go method buildSnapshot (line 16) | func (e *Executor) buildSnapshot(ctx context.Context, job *apiclient.Job... method pullSnapshot (line 44) | func (e *Executor) pullSnapshot(ctx context.Context, job *apiclient.Job)... method removeSnapshot (line 72) | func (e *Executor) removeSnapshot(ctx context.Context, job *apiclient.Jo... method inspectSnapshotInRegistry (line 80) | func (e *Executor) inspectSnapshotInRegistry(ctx context.Context, job *a... FILE: apps/runner/pkg/runner/v2/executor/types.go type StartSandboxPayload (line 8) | type StartSandboxPayload struct FILE: apps/runner/pkg/runner/v2/healthcheck/healthcheck.go type HealthcheckServiceConfig (line 21) | type HealthcheckServiceConfig struct type Service (line 34) | type Service struct method Start (line 78) | func (s *Service) Start(ctx context.Context) { method sendHealthcheck (line 102) | func (s *Service) sendHealthcheck(ctx context.Context) error { function NewService (line 48) | func NewService(cfg *HealthcheckServiceConfig) (*Service, error) { FILE: apps/runner/pkg/runner/v2/poller/poller.go type PollerServiceConfig (line 19) | type PollerServiceConfig struct type Service (line 27) | type Service struct method Start (line 52) | func (s *Service) Start(ctx context.Context) { method pollJobs (line 98) | func (s *Service) pollJobs(ctx context.Context) ([]apiclient.Job, erro... function NewService (line 36) | func NewService(cfg *PollerServiceConfig) (*Service, error) { FILE: apps/runner/pkg/services/sandbox.go type SandboxService (line 16) | type SandboxService struct method GetSandboxInfo (line 30) | func (s *SandboxService) GetSandboxInfo(ctx context.Context, sandboxId... function NewSandboxService (line 22) | func NewSandboxService(logger *slog.Logger, backupInfoCache *cache.Backu... FILE: apps/runner/pkg/services/sandbox_sync.go type SandboxSyncServiceConfig (line 19) | type SandboxSyncServiceConfig struct type SandboxSyncService (line 25) | type SandboxSyncService struct method GetLocalContainerStates (line 40) | func (s *SandboxSyncService) GetLocalContainerStates(ctx context.Conte... method GetRemoteSandboxStates (line 70) | func (s *SandboxSyncService) GetRemoteSandboxStates(ctx context.Contex... method SyncSandboxState (line 95) | func (s *SandboxSyncService) SyncSandboxState(ctx context.Context, san... method PerformSync (line 106) | func (s *SandboxSyncService) PerformSync(ctx context.Context) error { method StartSyncProcess (line 148) | func (s *SandboxSyncService) StartSyncProcess(ctx context.Context) { method extractSandboxId (line 176) | func (s *SandboxSyncService) extractSandboxId(container container.Summ... method convertToApiState (line 185) | func (s *SandboxSyncService) convertToApiState(localState enums.Sandbo... method convertFromApiState (line 212) | func (s *SandboxSyncService) convertFromApiState(apiState apiclient.Sa... function NewSandboxSyncService (line 32) | func NewSandboxSyncService(config SandboxSyncServiceConfig) *SandboxSync... FILE: apps/runner/pkg/sshgateway/config.go constant SSH_GATEWAY_PORT (line 21) | SSH_GATEWAY_PORT = 2220 function IsSSHGatewayEnabled (line 25) | func IsSSHGatewayEnabled() bool { function GetSSHGatewayPort (line 30) | func GetSSHGatewayPort() int { function GetSSHPublicKey (line 42) | func GetSSHPublicKey() (string, error) { function GetSSHHostKeyPath (line 57) | func GetSSHHostKeyPath() string { function GetSSHHostKey (line 65) | func GetSSHHostKey() (ssh.Signer, error) { function generateAndSaveHostKey (line 92) | func generateAndSaveHostKey(hostKeyPath string) error { FILE: apps/runner/pkg/sshgateway/service.go type Service (line 20) | type Service struct method GetPort (line 39) | func (s *Service) GetPort() int { method Start (line 44) | func (s *Service) Start(ctx context.Context) error { method handleConnection (line 110) | func (s *Service) handleConnection(conn net.Conn, serverConfig *ssh.Se... method handleChannel (line 147) | func (s *Service) handleChannel(newChannel ssh.NewChannel, sandboxId s... method connectToSandbox (line 232) | func (s *Service) connectToSandbox(sandboxId, channelType string, extr... method getSandboxDetails (line 265) | func (s *Service) getSandboxDetails(sandboxId string) (*SandboxDetails... function NewService (line 26) | func NewService(logger *slog.Logger, dockerClient *docker.DockerClient) ... type SandboxDetails (line 285) | type SandboxDetails struct FILE: apps/runner/pkg/storage/client.go type ObjectStorageClient (line 11) | type ObjectStorageClient interface FILE: apps/runner/pkg/storage/minio_client.go constant CONTEXT_TAR_FILE_NAME (line 17) | CONTEXT_TAR_FILE_NAME = "context.tar" type minioClient (line 19) | type minioClient struct method GetObject (line 68) | func (m *minioClient) GetObject(ctx context.Context, organizationId, h... function GetObjectStorageClient (line 26) | func GetObjectStorageClient() (ObjectStorageClient, error) { FILE: apps/runner/pkg/telemetry/filters/not_found.go type NotFoundExporterFilter (line 15) | type NotFoundExporterFilter struct method Apply (line 20) | func (f *NotFoundExporterFilter) Apply(exporter sdktrace.SpanExporter)... type notFoundStatusExporter (line 28) | type notFoundStatusExporter struct method ExportSpans (line 32) | func (e *notFoundStatusExporter) ExportSpans(ctx context.Context, span... method Shutdown (line 47) | func (e *notFoundStatusExporter) Shutdown(ctx context.Context) error { type statusOverrideSpan (line 52) | type statusOverrideSpan struct method Status (line 57) | func (s *statusOverrideSpan) Status() sdktrace.Status { function isHTTP404 (line 64) | func isHTTP404(s sdktrace.ReadOnlySpan) bool { FILE: apps/snapshot-manager/cmd/main.go function main (line 20) | func main() { FILE: apps/snapshot-manager/internal/config/config.go type AuthType (line 15) | type AuthType constant AuthTypeNone (line 18) | AuthTypeNone AuthType = "none" constant AuthTypeBasic (line 19) | AuthTypeBasic AuthType = "basic" type Config (line 22) | type Config struct method Validate (line 72) | func (c *Config) Validate() error { method validateAuth (line 95) | func (c *Config) validateAuth() error { function Load (line 59) | func Load() (*Config, error) { FILE: apps/snapshot-manager/internal/logger/logger.go function NewLogger (line 21) | func NewLogger() *slog.Logger { type slogHook (line 37) | type slogHook struct method Levels (line 41) | func (h *slogHook) Levels() []logrus.Level { method Fire (line 45) | func (h *slogHook) Fire(entry *logrus.Entry) error { function parseLogLevel (line 68) | func parseLogLevel(level string) slog.Level { FILE: apps/snapshot-manager/internal/server/config.go function BuildConfig (line 19) | func BuildConfig(cfg *config.Config) (*configuration.Configuration, erro... function generateHtpasswdFile (line 82) | func generateHtpasswdFile(username, password string) (string, error) { type ConfigBuilder (line 105) | type ConfigBuilder struct method WithFilesystemStorage (line 133) | func (cb *ConfigBuilder) WithFilesystemStorage(rootDir string) *Config... method WithS3Storage (line 141) | func (cb *ConfigBuilder) WithS3Storage(region, bucket string, params m... method WithAddr (line 155) | func (cb *ConfigBuilder) WithAddr(addr string) *ConfigBuilder { method WithLogLevel (line 161) | func (cb *ConfigBuilder) WithLogLevel(level string) *ConfigBuilder { method WithTLS (line 167) | func (cb *ConfigBuilder) WithTLS(certFile, keyFile string) *ConfigBuil... method WithAuth (line 176) | func (cb *ConfigBuilder) WithAuth(htpasswdPath string) *ConfigBuilder { method WithDelete (line 187) | func (cb *ConfigBuilder) WithDelete(enabled bool) *ConfigBuilder { method WithCache (line 195) | func (cb *ConfigBuilder) WithCache(driver string) *ConfigBuilder { method WithCatalog (line 203) | func (cb *ConfigBuilder) WithCatalog(maxEntries int) *ConfigBuilder { method WithHTTPSecret (line 212) | func (cb *ConfigBuilder) WithHTTPSecret(secret string) *ConfigBuilder { method WithRawConfig (line 219) | func (cb *ConfigBuilder) WithRawConfig(fn func(*configuration.Configur... method Build (line 225) | func (cb *ConfigBuilder) Build() (*configuration.Configuration, error) { method Config (line 241) | func (cb *ConfigBuilder) Config() *configuration.Configuration { function NewConfigBuilder (line 110) | func NewConfigBuilder() *ConfigBuilder { FILE: apps/snapshot-manager/internal/server/server.go type Server (line 23) | type Server struct method Start (line 59) | func (s *Server) Start(ctx context.Context) error { method Shutdown (line 110) | func (s *Server) Shutdown(ctx context.Context) error { method getStorageInfo (line 119) | func (s *Server) getStorageInfo() map[string]interface{} { function NewServer (line 31) | func NewServer(config *configuration.Configuration, logger *slog.Logger)... FILE: apps/ssh-gateway/main.go constant defaultPort (line 29) | defaultPort = 2222 constant runnerPort (line 30) | runnerPort = 2220 type SSHGateway (line 33) | type SSHGateway struct method Start (line 120) | func (g *SSHGateway) Start() error { method handleConnection (line 158) | func (g *SSHGateway) handleConnection(conn net.Conn, serverConfig *ssh... method handleChannel (line 259) | func (g *SSHGateway) handleChannel(newChannel ssh.NewChannel, runnerID... method connectToRunner (line 373) | func (g *SSHGateway) connectToRunner(sandboxId string, runnerDomain st... method sendErrorAndClose (line 411) | func (g *SSHGateway) sendErrorAndClose(conn net.Conn, errorMessage str... method GetPublicKeyString (line 448) | func (g *SSHGateway) GetPublicKeyString() string { method GetPublicKey (line 453) | func (g *SSHGateway) GetPublicKey() ssh.PublicKey { function main (line 41) | func main() { function parsePrivateKey (line 421) | func parsePrivateKey(privateKeyPEM string) (ssh.Signer, error) { function getEnv (line 457) | func getEnv(key, defaultValue string) string { function getEnvInt (line 464) | func getEnvInt(key string, defaultValue int) int { FILE: examples/go/auto_archive/main.go function main (line 16) | func main() { FILE: examples/go/auto_delete/main.go function main (line 16) | func main() { FILE: examples/go/build_logs/main.go function main (line 18) | func main() { function simpleLogStreaming (line 36) | func simpleLogStreaming(ctx context.Context, client *daytona.Client) { FILE: examples/go/code_interpreter/main.go function main (line 16) | func main() { FILE: examples/go/computer_use/main.go function main (line 18) | func main() { FILE: examples/go/exec_sessions/main.go function main (line 15) | func main() { FILE: examples/go/filesystem/main.go function main (line 16) | func main() { FILE: examples/go/fromimage/main.go function main (line 17) | func main() { FILE: examples/go/git_operations/main.go function main (line 16) | func main() { FILE: examples/go/lifecycle/main.go function main (line 16) | func main() { FILE: examples/go/lsp_usage/main.go function main (line 16) | func main() { FILE: examples/go/network_settings/main.go function main (line 16) | func main() { function getNetworkAllowList (line 93) | func getNetworkAllowList(sandbox *daytona.Sandbox) string { FILE: examples/go/pagination/main.go function main (line 13) | func main() { FILE: examples/go/pty_channel/main.go function main (line 15) | func main() { FILE: examples/go/sandbox/main.go function main (line 16) | func main() { FILE: examples/go/snapshots_simple/main.go function main (line 13) | func main() { FILE: examples/go/snapshots_withlogstreaming/main.go function exampleSnapshotWithLogs (line 17) | func exampleSnapshotWithLogs() { function exampleSnapshotWithCustomImage (line 68) | func exampleSnapshotWithCustomImage() { function main (line 120) | func main() { FILE: examples/go/stream_logs/main.go function main (line 17) | func main() { FILE: examples/go/volumes/main.go function main (line 13) | func main() { FILE: examples/go/volumes_with_sandbox/main.go function main (line 17) | func main() { FILE: examples/python/auto-archive/_async/auto_archive.py function main (line 6) | async def main(): FILE: examples/python/auto-archive/auto_archive.py function main (line 4) | def main(): FILE: examples/python/auto-delete/_async/auto_delete.py function main (line 6) | async def main(): FILE: examples/python/auto-delete/auto_delete.py function main (line 4) | def main(): FILE: examples/python/charts/_async/main.py function main (line 80) | async def main(): function print_chart (line 116) | def print_chart(chart: Chart): FILE: examples/python/charts/main.py function main (line 79) | def main(): function print_chart (line 115) | def print_chart(chart: Chart): FILE: examples/python/declarative-image/_async/main.py function main (line 14) | async def main(): FILE: examples/python/declarative-image/main.py function main (line 13) | def main(): FILE: examples/python/exec-command/_async/exec.py function main (line 14) | async def main(): function stateful_code_interpreter (line 47) | async def stateful_code_interpreter(sandbox: AsyncSandbox): FILE: examples/python/exec-command/_async/exec_logs_async.py function main (line 6) | async def main(): FILE: examples/python/exec-command/_async/exec_session.py function main (line 6) | async def main(): FILE: examples/python/exec-command/exec.py function main (line 12) | def main(): function stateful_code_interpreter (line 45) | def stateful_code_interpreter(sandbox: Sandbox): FILE: examples/python/exec-command/exec_logs_async.py function main (line 6) | async def main(): FILE: examples/python/exec-command/exec_session.py function main (line 4) | def main(): FILE: examples/python/file-operations/_async/main.py function main (line 9) | async def main(): FILE: examples/python/file-operations/main.py function main (line 8) | def main(): FILE: examples/python/git-lsp/_async/main.py function main (line 6) | async def main(): FILE: examples/python/git-lsp/main.py function main (line 4) | def main(): FILE: examples/python/lifecycle/_async/lifecycle.py function main (line 6) | async def main(): FILE: examples/python/lifecycle/lifecycle.py function main (line 4) | def main(): FILE: examples/python/network-settings/_async/main.py function main (line 6) | async def main(): FILE: examples/python/network-settings/main.py function main (line 4) | def main(): FILE: examples/python/pagination/_async/sandbox.py function main (line 6) | async def main(): FILE: examples/python/pagination/_async/snapshot.py function main (line 6) | async def main(): FILE: examples/python/pagination/sandbox.py function main (line 4) | def main(): FILE: examples/python/pagination/snapshot.py function main (line 4) | def main(): FILE: examples/python/pty/_async/main.py function interactive_pty_session (line 7) | async def interactive_pty_session(sandbox: AsyncSandbox): function kill_pty_session (line 50) | async def kill_pty_session(sandbox: AsyncSandbox): function main (line 84) | async def main(): FILE: examples/python/pty/main.py function interactive_pty_session (line 8) | def interactive_pty_session(sandbox: Sandbox): function kill_pty_session (line 50) | def kill_pty_session(sandbox: Sandbox): function main (line 85) | def main(): FILE: examples/python/region/_async/main.py function main (line 7) | async def main(): FILE: examples/python/region/main.py function main (line 6) | def main(): FILE: examples/python/volumes/_async/volume.py function main (line 7) | async def main(): FILE: examples/python/volumes/volume.py function main (line 6) | def main(): FILE: examples/ruby/charts/main.rb function main (line 65) | def main function print_chart (line 93) | def print_chart(chart) FILE: examples/ruby/exec-command/exec.rb function basic_exec (line 6) | def basic_exec(sandbox) function session_exec (line 24) | def session_exec(sandbox) function session_exec_logs_async (line 69) | def session_exec_logs_async(sandbox) function stateful_code_interpreter (line 91) | def stateful_code_interpreter(sandbox) function main (line 166) | def main FILE: examples/typescript/auto-archive/index.ts function main (line 3) | async function main() { FILE: examples/typescript/auto-delete/index.ts function main (line 3) | async function main() { FILE: examples/typescript/charts/index.ts function main (line 16) | async function main() { function printChart (line 109) | function printChart(chart: Chart) { function saveChartImage (line 158) | function saveChartImage(chart: Chart) { FILE: examples/typescript/declarative-image/index.ts function main (line 4) | async function main() { FILE: examples/typescript/exec-command/index.ts function basicExec (line 3) | async function basicExec(sandbox: Sandbox) { function sessionExec (line 21) | async function sessionExec(sandbox: Sandbox) { function sessionExecLogsAsync (line 58) | async function sessionExecLogsAsync(sandbox: Sandbox) { function statefulCodeInterpreter (line 85) | async function statefulCodeInterpreter(sandbox: Sandbox) { function main (line 169) | async function main() { FILE: examples/typescript/file-operations/index.ts function main (line 5) | async function main() { FILE: examples/typescript/git-lsp/index.ts function main (line 3) | async function main() { FILE: examples/typescript/lifecycle/index.ts function main (line 3) | async function main() { FILE: examples/typescript/network-settings/index.ts function main (line 3) | async function main() { FILE: examples/typescript/pagination/sandbox.ts function main (line 3) | async function main() { FILE: examples/typescript/pagination/snapshot.ts function main (line 3) | async function main() { FILE: examples/typescript/pty/index.ts function interactivePtySession (line 3) | async function interactivePtySession(sandbox: Sandbox) { function killPtySession (line 48) | async function killPtySession(sandbox: Sandbox) { function main (line 83) | async function main() { FILE: examples/typescript/region/index.tsx function main (line 3) | async function main() { FILE: examples/typescript/volumes/index.ts function main (line 4) | async function main() { FILE: guides/python/ai-data-analyst/litellm/ai_data_analyst.py function extract_python (line 18) | def extract_python(text: str) -> str: function main (line 24) | def main() -> None: FILE: guides/python/ai-data-analyst/openai/ai_data_analyst.py function extract_python (line 18) | def extract_python(text: str) -> str: function main (line 24) | def main() -> None: FILE: guides/python/dspy-rlms/daytona_interpreter.py class DaytonaInterpreter (line 227) | class DaytonaInterpreter: method __init__ (line 246) | def __init__( method _final_output_marker (line 300) | def _final_output_marker(self) -> str: method start (line 303) | def start(self) -> None: method _run_setup_code (line 339) | def _run_setup_code(self) -> None: method _register_typed_submit (line 351) | def _register_typed_submit(self) -> None: method _generate_typed_submit (line 365) | def _generate_typed_submit(self) -> str: method _start_broker (line 387) | def _start_broker(self) -> None: method _wait_for_broker_health (line 426) | def _wait_for_broker_health(self, timeout: float = 30.0) -> None: method _inject_tool_wrappers (line 445) | def _inject_tool_wrappers(self) -> None: method _generate_tool_wrapper (line 469) | def _generate_tool_wrapper(self, tool_name: str, tool_func: Callable) ... method _poll_and_execute_tools (line 530) | def _poll_and_execute_tools(self, code_done_event: threading.Event) ->... method _inject_variables (line 620) | def _inject_variables(self, code: str, variables: dict[str, Any]) -> str: method _serialize_value (line 632) | def _serialize_value(self, value: Any) -> str: method execute (line 674) | def execute( method _is_transient_error (line 742) | def _is_transient_error(error: Exception) -> bool: method _execute_direct (line 756) | def _execute_direct(self, code: str) -> Any: method _execute_with_tools (line 779) | def _execute_with_tools(self, code: str) -> Any: method _process_result (line 831) | def _process_result(self, result, stdout: str) -> Any: method _extract_final_output (line 851) | def _extract_final_output(self, stdout: str) -> FinalOutput: method shutdown (line 870) | def shutdown(self) -> None: method __enter__ (line 904) | def __enter__(self): method __exit__ (line 908) | def __exit__(self, *_): method __call__ (line 911) | def __call__(self, code: str, variables: dict[str, Any] | None = None)... FILE: guides/python/dspy-rlms/demo.py function fetch_chapters (line 27) | def fetch_chapters() -> list[str]: function smooth (line 122) | def smooth(values, window=7): FILE: guides/python/google-adk/code-generator-agent/gemini/main.py function extract_final_response (line 20) | def extract_final_response(response: list) -> str: function main (line 60) | async def main() -> None: FILE: guides/python/langchain/data-analysis/anthropic/data_analysis.py function process_data_analysis_result (line 21) | def process_data_analysis_result(result: ExecutionArtifacts): function main (line 35) | def main(): FILE: guides/python/recursive-language-models/output_logging/console.py class ConsoleOutput (line 9) | class ConsoleOutput: method __init__ (line 12) | def __init__(self, verbose: bool = True): method iteration (line 15) | def iteration(self, agent_id: str, depth: int, iteration: Iteration) -... method agent_spawn (line 37) | def agent_spawn(self, _parent_id: str, child_id: str, task: str, depth... method agent_complete (line 46) | def agent_complete(self, agent_id: str, depth: int, result: str | None... method tree_view (line 58) | def tree_view(self, agent: AgentResult) -> None: method _print_tree (line 63) | def _print_tree(self, agent: AgentResult, prefix: str, connector: str ... FILE: guides/python/recursive-language-models/output_logging/tree_logger.py class TreeLogger (line 13) | class TreeLogger: method __init__ (line 20) | def __init__(self, output_dir: str | Path): method log_agent_result (line 30) | def log_agent_result(self, agent: AgentResult, run_id: str) -> Path: method _update_index (line 55) | def _update_index(self) -> None: method _serialize_agent (line 66) | def _serialize_agent(self, agent: AgentResult) -> dict[str, Any]: FILE: guides/python/recursive-language-models/rlm/__init__.py function __getattr__ (line 10) | def __getattr__(name): FILE: guides/python/recursive-language-models/rlm/agent.py class RLMAgent (line 28) | class RLMAgent: method __init__ (line 35) | def __init__( method run (line 91) | def run(self) -> AgentResult: method _get_repo_url (line 176) | def _get_repo_url(self) -> str: method _run_loop (line 180) | def _run_loop(self) -> None: method _handle_rlm_query (line 244) | def _handle_rlm_query(self, task: str) -> str: method _handle_rlm_query_batched (line 308) | def _handle_rlm_query_batched(self, tasks: list[str]) -> list[str]: method _extract_patch (line 344) | def _extract_patch(self) -> str | None: method _is_timeout (line 375) | def _is_timeout(self) -> bool: FILE: guides/python/recursive-language-models/rlm/budget.py class BudgetStatus (line 11) | class BudgetStatus: class SandboxBudget (line 20) | class SandboxBudget: method __init__ (line 28) | def __init__(self, max_sandboxes: int): method try_acquire (line 40) | def try_acquire(self, count: int = 1) -> bool: method release (line 57) | def release(self, count: int = 1) -> None: method remaining (line 71) | def remaining(self) -> int: method status (line 77) | def status(self) -> BudgetStatus: method can_acquire (line 87) | def can_acquire(self, count: int = 1) -> bool: method __repr__ (line 102) | def __repr__(self) -> str: FILE: guides/python/recursive-language-models/rlm/client.py class BaseLMClient (line 17) | class BaseLMClient(ABC): method __init__ (line 20) | def __init__(self, model_name: str, **kwargs): method completion (line 26) | def completion(self, prompt: str | list[dict[str, Any]]) -> str: method last_usage (line 31) | def last_usage(self) -> UsageStats: class LiteLLMClient (line 36) | class LiteLLMClient(BaseLMClient): method __init__ (line 46) | def __init__( method completion (line 55) | def completion(self, prompt: str | list[dict[str, Any]], max_retries: ... method _prepare_messages (line 76) | def _prepare_messages(self, prompt: str | list[dict[str, Any]]) -> lis... method _track_usage (line 84) | def _track_usage(self, response): function create_client (line 107) | def create_client(model_name: str, api_key: str) -> LiteLLMClient: FILE: guides/python/recursive-language-models/rlm/prompts.py function get_subagent_motivation (line 182) | def get_subagent_motivation(depth: int) -> str: function build_system_prompt (line 235) | def build_system_prompt(depth: int) -> str: function build_user_prompt (line 259) | def build_user_prompt(iteration: int, execution_result: str | None = Non... function format_execution_result (line 285) | def format_execution_result(code: str, stdout: str, stderr: str, error: ... FILE: guides/python/recursive-language-models/rlm/repl.py function _retry_file_op (line 33) | def _retry_file_op(op_func, max_retries: int = 3, operation_name: str = ... class REPLResult (line 153) | class REPLResult: function find_code_blocks (line 161) | def find_code_blocks(response: str) -> list[str]: function find_final_answer (line 167) | def find_final_answer(response: str) -> tuple[str | None, str | None]: class DaytonaREPL (line 184) | class DaytonaREPL: method __init__ (line 197) | def __init__( method _start_broker (line 239) | def _start_broker(self): method _preview_headers (line 289) | def _preview_headers(self) -> dict[str, str]: method _wait_for_broker (line 296) | def _wait_for_broker(self, max_wait: int = 30): method _poll_broker (line 314) | def _poll_broker(self): method _handle_request (line 350) | def _handle_request(self, req_data: dict) -> dict: method _build_execution_script (line 376) | def _build_execution_script(self, code: str) -> str: method execute_code (line 638) | def execute_code(self, code: str) -> CodeBlockResult: method execute_response (line 708) | def execute_response(self, response: str) -> REPLResult: method cleanup (line 737) | def cleanup(self): method __del__ (line 755) | def __del__(self): FILE: guides/python/recursive-language-models/rlm/sandbox.py class SandboxInfo (line 22) | class SandboxInfo: class SandboxManager (line 29) | class SandboxManager: method __init__ (line 39) | def __init__( method create_sandbox_from_repo (line 60) | def create_sandbox_from_repo( method delete_sandbox (line 136) | def delete_sandbox(self, sandbox_id: str) -> None: method get_sandbox (line 153) | def get_sandbox(self, sandbox_id: str) -> "Sandbox | None": method cleanup_all (line 157) | def cleanup_all(self) -> None: class SandboxExecutor (line 164) | class SandboxExecutor: method __init__ (line 171) | def __init__(self, sandbox: "Sandbox", cwd: str = "/workspace", conda_... method execute (line 184) | def execute( method _wrap_command (line 225) | def _wrap_command(self, command: str) -> str: method _shell_quote (line 230) | def _shell_quote(self, s: str) -> str: FILE: guides/python/recursive-language-models/rlm/types.py class ModelConfig (line 14) | class ModelConfig: class RLMConfig (line 21) | class RLMConfig: class Config (line 31) | class Config: method from_yaml (line 38) | def from_yaml(cls, path: str | Path) -> "Config": class UsageStats (line 58) | class UsageStats: method __add__ (line 65) | def __add__(self, other: "UsageStats") -> "UsageStats": class CodeBlockResult (line 74) | class CodeBlockResult: class Iteration (line 85) | class Iteration: class AgentResult (line 96) | class AgentResult: FILE: guides/python/recursive-language-models/run.py function main (line 32) | def main( FILE: guides/python/reinforcement-learning/trl/train.py function _create_sandbox_pool_async (line 90) | async def _create_sandbox_pool_async(daytona: AsyncDaytona, n: int = 10)... function _cleanup_sandbox_pool_async (line 98) | async def _cleanup_sandbox_pool_async(sandbox_pool: List[AsyncSandbox]) ... class EvalResult (line 110) | class EvalResult(TypedDict): function _fail_result (line 116) | def _fail_result(num_tests: int) -> EvalResult: function sanitize_completion (line 120) | def sanitize_completion(text: str) -> str: function has_banned_pattern (line 132) | def has_banned_pattern(text: str, task: Dict[str, Any]) -> bool: function build_test_harness (line 140) | def build_test_harness(task: Dict[str, Any], function_body: str) -> str: function evaluate_single_completion_async (line 181) | async def evaluate_single_completion_async( function _evaluate_batch_async (line 227) | async def _evaluate_batch_async( function main (line 254) | def main(): FILE: guides/typescript/agentkit-inngest/coding-agent/anthropic/src/index.ts function main (line 15) | async function main() { FILE: guides/typescript/agentkit-inngest/coding-agent/anthropic/src/utils.ts function extractTextMessageContent (line 10) | function extractTextMessageContent(result: AgentResult | undefined): str... function createSandbox (line 20) | async function createSandbox(network?: NetworkRun>) { function getSandbox (line 32) | async function getSandbox(network?: NetworkRun>) { FILE: guides/typescript/ai-data-analyst/openai/index.ts constant CODING_MODEL (line 10) | const CODING_MODEL = "gpt-5.1" constant SUMMARY_MODEL (line 11) | const SUMMARY_MODEL = "gpt-4o" function extractPython (line 14) | function extractPython(text: string): string { function run (line 23) | async function run() { FILE: guides/typescript/anthropic/multi-agent-claude-sdk/src/coding_agent.py function run_sync (line 18) | def run_sync(coro): function init_client (line 45) | async def init_client(): function run_query (line 52) | async def run_query(prompt): function run_query_sync (line 68) | def run_query_sync(prompt): FILE: guides/typescript/anthropic/multi-agent-claude-sdk/src/index.ts function printPM (line 16) | function printPM(message: string) { class ProjectManagerAgent (line 21) | class ProjectManagerAgent { method constructor (line 25) | constructor(apiKey: string) { method processUserRequest (line 29) | async processUserRequest(userMessage: string, sandbox: any, ctx: any):... method runDeveloperAgent (line 101) | private async runDeveloperAgent(task: string, sandbox: any, ctx: any):... function main (line 133) | async function main() { FILE: guides/typescript/anthropic/multi-agent-claude-sdk/src/utils.ts constant ESC (line 6) | const ESC = '\u001b' constant BOLD (line 7) | const BOLD = ESC + '[1m' constant ITALIC (line 8) | const ITALIC = ESC + '[3m' constant DIM (line 9) | const DIM = ESC + '[2m' constant RESET (line 10) | const RESET = ESC + '[0m' constant GREEN (line 11) | const GREEN = ESC + '[32m' function renderMarkdown (line 13) | function renderMarkdown(text: string, color?: string): string { FILE: guides/typescript/anthropic/single-claude-agent-sdk/src/coding_agent.py function run_sync (line 18) | def run_sync(coro): function init_client (line 45) | async def init_client(): function run_query (line 52) | async def run_query(prompt): function run_query_sync (line 68) | def run_query_sync(prompt): FILE: guides/typescript/anthropic/single-claude-agent-sdk/src/index.ts function processPrompt (line 15) | async function processPrompt(prompt: string, sandbox: Sandbox, ctx: Inte... function main (line 28) | async function main() { FILE: guides/typescript/anthropic/single-claude-agent-sdk/src/utils.ts constant ESC (line 6) | const ESC = '\u001b' constant BOLD (line 7) | const BOLD = ESC + '[1m' constant ITALIC (line 8) | const ITALIC = ESC + '[3m' constant DIM (line 9) | const DIM = ESC + '[2m' constant RESET (line 10) | const RESET = ESC + '[0m' function renderMarkdown (line 12) | function renderMarkdown(text: string): string { FILE: guides/typescript/letta-code/src/index.ts function main (line 14) | async function main() { FILE: guides/typescript/letta-code/src/letta-session.ts function accumulateToolCall (line 11) | function accumulateToolCall(current: any, incoming: any): any { function formatToolCall (line 22) | function formatToolCall(toolCall: any): string { class LettaSession (line 47) | class LettaSession { method constructor (line 55) | constructor(private sandbox: Sandbox) {} method handleParsedMessage (line 58) | handleParsedMessage(parsed: LettaMessage): string | undefined { method handleData (line 109) | handleData(data: Uint8Array): void { method processPrompt (line 129) | async processPrompt(prompt: string): Promise { method initialize (line 149) | async initialize(systemPrompt: string): Promise { FILE: guides/typescript/letta-code/src/types.ts type SystemMessage (line 7) | interface SystemMessage { type ReasoningMessage (line 12) | interface ReasoningMessage { type AssistantMessage (line 20) | interface AssistantMessage { type ToolCall (line 28) | interface ToolCall { type ApprovalRequestMessage (line 34) | interface ApprovalRequestMessage { type StopReasonMessage (line 42) | interface StopReasonMessage { type ResultMessage (line 50) | interface ResultMessage { type LettaMessage (line 57) | type LettaMessage = FILE: guides/typescript/letta-code/src/utils.ts constant ESC (line 6) | const ESC = '\u001b' constant BOLD (line 7) | const BOLD = ESC + '[1m' constant ITALIC (line 8) | const ITALIC = ESC + '[3m' constant DIM (line 9) | const DIM = ESC + '[2m' constant RESET (line 10) | const RESET = ESC + '[0m' function renderMarkdown (line 12) | function renderMarkdown(text: string): string { FILE: guides/typescript/mastra/coding-agent/openai/src/mastra/tools/daytona/utils.ts constant DEFAULT_WORKING_DIR (line 32) | const DEFAULT_WORKING_DIR = '/home/daytona' FILE: guides/typescript/openai/codex-sdk/agent/index.ts function toolCallToString (line 25) | function toolCallToString(item: ThreadItem): string { function readFileIfExisting (line 55) | async function readFileIfExisting(path: string): Promise { FILE: guides/typescript/openai/codex-sdk/src/index.ts function environmentPrefix (line 15) | function environmentPrefix(variables: Record): string { function processPrompt (line 22) | async function processPrompt(prompt: string, sandbox: Sandbox): Promise<... function main (line 48) | async function main() { FILE: guides/typescript/openai/codex-sdk/src/utils.ts constant ESC (line 6) | const ESC = '\u001b' constant BOLD (line 7) | const BOLD = ESC + '[1m' constant ITALIC (line 8) | const ITALIC = ESC + '[3m' constant DIM (line 9) | const DIM = ESC + '[2m' constant RESET (line 10) | const RESET = ESC + '[0m' function renderMarkdown (line 12) | function renderMarkdown(text: string): string { FILE: guides/typescript/openclaw/src/index.ts constant OPENCLAW_PORT (line 15) | const OPENCLAW_PORT = 18789; constant SHOW_LOGS (line 16) | const SHOW_LOGS = true; constant MAKE_PUBLIC (line 17) | const MAKE_PUBLIC = true; constant PERSIST_SANDBOX (line 18) | const PERSIST_SANDBOX = true; constant DAYTONA_SNAPSHOT (line 19) | const DAYTONA_SNAPSHOT = "daytona-medium"; constant USER_CONFIG_PATH (line 22) | const USER_CONFIG_PATH = join(process.cwd(), "openclaw.json"); constant ENV_SANDBOX_PATH (line 23) | const ENV_SANDBOX_PATH = join(process.cwd(), ".env.sandbox"); function shutdown (line 30) | async function shutdown() { constant OPENCLAW_CONFIG (line 47) | const OPENCLAW_CONFIG = { function main (line 63) | async function main() { FILE: guides/typescript/openclaw/src/utils.ts function deepMerge (line 10) | function deepMerge(target: T, source: Record): T { function readEnvFile (line 32) | function readEnvFile(path: string): Record { FILE: guides/typescript/opencode/opencode-sdk/src/index.ts function main (line 15) | async function main(): Promise { FILE: guides/typescript/opencode/opencode-sdk/src/server.ts constant PORT (line 8) | const PORT = 4096 constant HOSTNAME (line 9) | const HOSTNAME = '0.0.0.0' constant SERVER_READY_LINE (line 10) | const SERVER_READY_LINE = 'opencode server listening' function injectEnvVar (line 13) | function injectEnvVar(name: string, content: string): string { class Server (line 18) | class Server { method start (line 21) | static async start(sandbox: Sandbox): Promise<{ baseUrl: string; ready... FILE: guides/typescript/opencode/opencode-sdk/src/session.ts function messageFromError (line 10) | function messageFromError(err: AssistantMessage['error']): string { function printEvent (line 28) | function printEvent(sessionId: string, event: Event) { class Session (line 47) | class Session { method constructor (line 52) | private constructor(client: OpencodeClient, sessionId: string, events:... method create (line 59) | static async create(baseUrl: string): Promise { method runQuery (line 69) | async runQuery(query: string): Promise { FILE: guides/typescript/opencode/opencode-web/src/index.ts constant OPENCODE_PORT (line 13) | const OPENCODE_PORT = 3000 function injectEnvVar (line 16) | function injectEnvVar(name: string, content: string): string { function main (line 21) | async function main() { FILE: libs/analytics-api-client/src/api/telemetry-api.ts method organizationOrganizationIdSandboxSandboxIdTelemetryLogsGet (line 307) | async organizationOrganizationIdSandboxSandboxIdTelemetryLogsGet(organiz... method organizationOrganizationIdSandboxSandboxIdTelemetryMetricsGet (line 324) | async organizationOrganizationIdSandboxSandboxIdTelemetryMetricsGet(orga... method organizationOrganizationIdSandboxSandboxIdTelemetryTracesGet (line 342) | async organizationOrganizationIdSandboxSandboxIdTelemetryTracesGet(organ... method organizationOrganizationIdSandboxSandboxIdTelemetryTracesTraceIdGet (line 357) | async organizationOrganizationIdSandboxSandboxIdTelemetryTracesTraceIdGe... method organizationOrganizationIdSandboxSandboxIdTelemetryLogsGet (line 387) | organizationOrganizationIdSandboxSandboxIdTelemetryLogsGet(organizationI... method organizationOrganizationIdSandboxSandboxIdTelemetryMetricsGet (line 401) | organizationOrganizationIdSandboxSandboxIdTelemetryMetricsGet(organizati... method organizationOrganizationIdSandboxSandboxIdTelemetryTracesGet (line 416) | organizationOrganizationIdSandboxSandboxIdTelemetryTracesGet(organizatio... method organizationOrganizationIdSandboxSandboxIdTelemetryTracesTraceIdGet (line 428) | organizationOrganizationIdSandboxSandboxIdTelemetryTracesTraceIdGet(orga... class TelemetryApi (line 440) | class TelemetryApi extends BaseAPI { method organizationOrganizationIdSandboxSandboxIdTelemetryLogsGet (line 456) | public organizationOrganizationIdSandboxSandboxIdTelemetryLogsGet(orga... method organizationOrganizationIdSandboxSandboxIdTelemetryMetricsGet (line 472) | public organizationOrganizationIdSandboxSandboxIdTelemetryMetricsGet(o... method organizationOrganizationIdSandboxSandboxIdTelemetryTracesGet (line 489) | public organizationOrganizationIdSandboxSandboxIdTelemetryTracesGet(or... method organizationOrganizationIdSandboxSandboxIdTelemetryTracesTraceIdGet (line 503) | public organizationOrganizationIdSandboxSandboxIdTelemetryTracesTraceI... FILE: libs/analytics-api-client/src/api/usage-api.ts method organizationOrganizationIdSandboxSandboxIdUsageGet (line 271) | async organizationOrganizationIdSandboxSandboxIdUsageGet(organizationId:... method organizationOrganizationIdUsageAggregatedGet (line 286) | async organizationOrganizationIdUsageAggregatedGet(organizationId: strin... method organizationOrganizationIdUsageChartGet (line 302) | async organizationOrganizationIdUsageChartGet(organizationId: string, fr... method organizationOrganizationIdUsageSandboxGet (line 317) | async organizationOrganizationIdUsageSandboxGet(organizationId: string, ... method organizationOrganizationIdSandboxSandboxIdUsageGet (line 343) | organizationOrganizationIdSandboxSandboxIdUsageGet(organizationId: strin... method organizationOrganizationIdUsageAggregatedGet (line 355) | organizationOrganizationIdUsageAggregatedGet(organizationId: string, fro... method organizationOrganizationIdUsageChartGet (line 368) | organizationOrganizationIdUsageChartGet(organizationId: string, from: st... method organizationOrganizationIdUsageSandboxGet (line 380) | organizationOrganizationIdUsageSandboxGet(organizationId: string, from: ... class UsageApi (line 392) | class UsageApi extends BaseAPI { method organizationOrganizationIdSandboxSandboxIdUsageGet (line 404) | public organizationOrganizationIdSandboxSandboxIdUsageGet(organization... method organizationOrganizationIdUsageAggregatedGet (line 418) | public organizationOrganizationIdUsageAggregatedGet(organizationId: st... method organizationOrganizationIdUsageChartGet (line 433) | public organizationOrganizationIdUsageChartGet(organizationId: string,... method organizationOrganizationIdUsageSandboxGet (line 447) | public organizationOrganizationIdUsageSandboxGet(organizationId: strin... FILE: libs/analytics-api-client/src/base.ts constant BASE_PATH (line 22) | const BASE_PATH = "http://localhost:8080".replace(/\/+$/, ""); constant COLLECTION_FORMATS (line 28) | const COLLECTION_FORMATS = { type RequestArgs (line 40) | interface RequestArgs { class BaseAPI (line 50) | class BaseAPI { method constructor (line 53) | constructor(configuration?: Configuration, protected basePath: string ... class RequiredError (line 67) | class RequiredError extends Error { method constructor (line 68) | constructor(public field: string, msg?: string) { type ServerMap (line 74) | interface ServerMap { FILE: libs/analytics-api-client/src/common.ts constant DUMMY_BASE_URL (line 25) | const DUMMY_BASE_URL = 'https://example.com' function setFlattenedQueryParams (line 87) | function setFlattenedQueryParams(urlSearchParams: URLSearchParams, param... FILE: libs/analytics-api-client/src/configuration.ts type ConfigurationParameters (line 16) | interface ConfigurationParameters { class Configuration (line 27) | class Configuration { method constructor (line 85) | constructor(param: ConfigurationParameters = {}) { method isJsonMime (line 111) | public isJsonMime(mime: string): boolean { FILE: libs/analytics-api-client/src/models/models-aggregated-usage.ts type ModelsAggregatedUsage (line 22) | interface ModelsAggregatedUsage { FILE: libs/analytics-api-client/src/models/models-log-entry.ts type ModelsLogEntry (line 22) | interface ModelsLogEntry { FILE: libs/analytics-api-client/src/models/models-metric-point.ts type ModelsMetricPoint (line 22) | interface ModelsMetricPoint { FILE: libs/analytics-api-client/src/models/models-sandbox-usage.ts type ModelsSandboxUsage (line 22) | interface ModelsSandboxUsage { FILE: libs/analytics-api-client/src/models/models-span.ts type ModelsSpan (line 22) | interface ModelsSpan { FILE: libs/analytics-api-client/src/models/models-trace-summary.ts type ModelsTraceSummary (line 22) | interface ModelsTraceSummary { FILE: libs/analytics-api-client/src/models/models-usage-chart-point.ts type ModelsUsageChartPoint (line 22) | interface ModelsUsageChartPoint { FILE: libs/analytics-api-client/src/models/models-usage-period.ts type ModelsUsagePeriod (line 22) | interface ModelsUsagePeriod { FILE: libs/api-client-go/api_admin.go type AdminAPI (line 24) | type AdminAPI interface type AdminAPIService (line 102) | type AdminAPIService method AdminCreateRunner (line 125) | func (a *AdminAPIService) AdminCreateRunner(ctx context.Context) Admin... method AdminCreateRunnerExecute (line 134) | func (a *AdminAPIService) AdminCreateRunnerExecute(r AdminAPIAdminCrea... method AdminDeleteRunner (line 229) | func (a *AdminAPIService) AdminDeleteRunner(ctx context.Context, id st... method AdminDeleteRunnerExecute (line 238) | func (a *AdminAPIService) AdminDeleteRunnerExecute(r AdminAPIAdminDele... method AdminGetRunnerById (line 319) | func (a *AdminAPIService) AdminGetRunnerById(ctx context.Context, id s... method AdminGetRunnerByIdExecute (line 329) | func (a *AdminAPIService) AdminGetRunnerByIdExecute(r AdminAPIAdminGet... method AdminListRunners (line 425) | func (a *AdminAPIService) AdminListRunners(ctx context.Context) AdminA... method AdminListRunnersExecute (line 434) | func (a *AdminAPIService) AdminListRunnersExecute(r AdminAPIAdminListR... method AdminRecoverSandbox (line 527) | func (a *AdminAPIService) AdminRecoverSandbox(ctx context.Context, san... method AdminRecoverSandboxExecute (line 537) | func (a *AdminAPIService) AdminRecoverSandboxExecute(r AdminAPIAdminRe... method AdminUpdateRunnerScheduling (line 628) | func (a *AdminAPIService) AdminUpdateRunnerScheduling(ctx context.Cont... method AdminUpdateRunnerSchedulingExecute (line 637) | func (a *AdminAPIService) AdminUpdateRunnerSchedulingExecute(r AdminAP... type AdminAPIAdminCreateRunnerRequest (line 104) | type AdminAPIAdminCreateRunnerRequest struct method AdminCreateRunner (line 110) | func (r AdminAPIAdminCreateRunnerRequest) AdminCreateRunner(adminCreat... method Execute (line 115) | func (r AdminAPIAdminCreateRunnerRequest) Execute() (*CreateRunnerResp... type AdminAPIAdminDeleteRunnerRequest (line 212) | type AdminAPIAdminDeleteRunnerRequest struct method Execute (line 218) | func (r AdminAPIAdminDeleteRunnerRequest) Execute() (*http.Response, e... type AdminAPIAdminGetRunnerByIdRequest (line 302) | type AdminAPIAdminGetRunnerByIdRequest struct method Execute (line 308) | func (r AdminAPIAdminGetRunnerByIdRequest) Execute() (*RunnerFull, *ht... type AdminAPIAdminListRunnersRequest (line 403) | type AdminAPIAdminListRunnersRequest struct method RegionId (line 410) | func (r AdminAPIAdminListRunnersRequest) RegionId(regionId string) Adm... method Execute (line 415) | func (r AdminAPIAdminListRunnersRequest) Execute() ([]RunnerFull, *htt... type AdminAPIAdminRecoverSandboxRequest (line 510) | type AdminAPIAdminRecoverSandboxRequest struct method Execute (line 516) | func (r AdminAPIAdminRecoverSandboxRequest) Execute() (*Sandbox, *http... type AdminAPIAdminUpdateRunnerSchedulingRequest (line 611) | type AdminAPIAdminUpdateRunnerSchedulingRequest struct method Execute (line 617) | func (r AdminAPIAdminUpdateRunnerSchedulingRequest) Execute() (*http.R... FILE: libs/api-client-go/api_api_keys.go type ApiKeysAPI (line 24) | type ApiKeysAPI interface type ApiKeysAPIService (line 102) | type ApiKeysAPIService method CreateApiKey (line 132) | func (a *ApiKeysAPIService) CreateApiKey(ctx context.Context) ApiKeysA... method CreateApiKeyExecute (line 141) | func (a *ApiKeysAPIService) CreateApiKeyExecute(r ApiKeysAPICreateApiK... method DeleteApiKey (line 246) | func (a *ApiKeysAPIService) DeleteApiKey(ctx context.Context, name str... method DeleteApiKeyExecute (line 255) | func (a *ApiKeysAPIService) DeleteApiKeyExecute(r ApiKeysAPIDeleteApiK... method DeleteApiKeyForUser (line 348) | func (a *ApiKeysAPIService) DeleteApiKeyForUser(ctx context.Context, u... method DeleteApiKeyForUserExecute (line 358) | func (a *ApiKeysAPIService) DeleteApiKeyForUserExecute(r ApiKeysAPIDel... method GetApiKey (line 450) | func (a *ApiKeysAPIService) GetApiKey(ctx context.Context, name string... method GetApiKeyExecute (line 460) | func (a *ApiKeysAPIService) GetApiKeyExecute(r ApiKeysAPIGetApiKeyRequ... method GetCurrentApiKey (line 559) | func (a *ApiKeysAPIService) GetCurrentApiKey(ctx context.Context) ApiK... method GetCurrentApiKeyExecute (line 568) | func (a *ApiKeysAPIService) GetCurrentApiKeyExecute(r ApiKeysAPIGetCur... method ListApiKeys (line 666) | func (a *ApiKeysAPIService) ListApiKeys(ctx context.Context) ApiKeysAP... method ListApiKeysExecute (line 675) | func (a *ApiKeysAPIService) ListApiKeysExecute(r ApiKeysAPIListApiKeys... type ApiKeysAPICreateApiKeyRequest (line 104) | type ApiKeysAPICreateApiKeyRequest struct method CreateApiKey (line 111) | func (r ApiKeysAPICreateApiKeyRequest) CreateApiKey(createApiKey Creat... method XDaytonaOrganizationID (line 117) | func (r ApiKeysAPICreateApiKeyRequest) XDaytonaOrganizationID(xDaytona... method Execute (line 122) | func (r ApiKeysAPICreateApiKeyRequest) Execute() (*ApiKeyResponse, *ht... type ApiKeysAPIDeleteApiKeyRequest (line 222) | type ApiKeysAPIDeleteApiKeyRequest struct method XDaytonaOrganizationID (line 230) | func (r ApiKeysAPIDeleteApiKeyRequest) XDaytonaOrganizationID(xDaytona... method Execute (line 235) | func (r ApiKeysAPIDeleteApiKeyRequest) Execute() (*http.Response, erro... type ApiKeysAPIDeleteApiKeyForUserRequest (line 322) | type ApiKeysAPIDeleteApiKeyForUserRequest struct method XDaytonaOrganizationID (line 331) | func (r ApiKeysAPIDeleteApiKeyForUserRequest) XDaytonaOrganizationID(x... method Execute (line 336) | func (r ApiKeysAPIDeleteApiKeyForUserRequest) Execute() (*http.Respons... type ApiKeysAPIGetApiKeyRequest (line 426) | type ApiKeysAPIGetApiKeyRequest struct method XDaytonaOrganizationID (line 434) | func (r ApiKeysAPIGetApiKeyRequest) XDaytonaOrganizationID(xDaytonaOrg... method Execute (line 439) | func (r ApiKeysAPIGetApiKeyRequest) Execute() (*ApiKeyList, *http.Resp... type ApiKeysAPIGetCurrentApiKeyRequest (line 537) | type ApiKeysAPIGetCurrentApiKeyRequest struct method XDaytonaOrganizationID (line 544) | func (r ApiKeysAPIGetCurrentApiKeyRequest) XDaytonaOrganizationID(xDay... method Execute (line 549) | func (r ApiKeysAPIGetCurrentApiKeyRequest) Execute() (*ApiKeyList, *ht... type ApiKeysAPIListApiKeysRequest (line 644) | type ApiKeysAPIListApiKeysRequest struct method XDaytonaOrganizationID (line 651) | func (r ApiKeysAPIListApiKeysRequest) XDaytonaOrganizationID(xDaytonaO... method Execute (line 656) | func (r ApiKeysAPIListApiKeysRequest) Execute() ([]ApiKeyList, *http.R... FILE: libs/api-client-go/api_audit.go type AuditAPI (line 25) | type AuditAPI interface type AuditAPIService (line 54) | type AuditAPIService method GetAllAuditLogs (line 106) | func (a *AuditAPIService) GetAllAuditLogs(ctx context.Context) AuditAP... method GetAllAuditLogsExecute (line 115) | func (a *AuditAPIService) GetAllAuditLogsExecute(r AuditAPIGetAllAudit... method GetOrganizationAuditLogs (line 261) | func (a *AuditAPIService) GetOrganizationAuditLogs(ctx context.Context... method GetOrganizationAuditLogsExecute (line 271) | func (a *AuditAPIService) GetOrganizationAuditLogsExecute(r AuditAPIGe... type AuditAPIGetAllAuditLogsRequest (line 56) | type AuditAPIGetAllAuditLogsRequest struct method Page (line 67) | func (r AuditAPIGetAllAuditLogsRequest) Page(page float32) AuditAPIGet... method Limit (line 73) | func (r AuditAPIGetAllAuditLogsRequest) Limit(limit float32) AuditAPIG... method From (line 79) | func (r AuditAPIGetAllAuditLogsRequest) From(from time.Time) AuditAPIG... method To (line 85) | func (r AuditAPIGetAllAuditLogsRequest) To(to time.Time) AuditAPIGetAl... method NextToken (line 91) | func (r AuditAPIGetAllAuditLogsRequest) NextToken(nextToken string) Au... method Execute (line 96) | func (r AuditAPIGetAllAuditLogsRequest) Execute() (*PaginatedAuditLogs... type AuditAPIGetOrganizationAuditLogsRequest (line 209) | type AuditAPIGetOrganizationAuditLogsRequest struct method Page (line 221) | func (r AuditAPIGetOrganizationAuditLogsRequest) Page(page float32) Au... method Limit (line 227) | func (r AuditAPIGetOrganizationAuditLogsRequest) Limit(limit float32) ... method From (line 233) | func (r AuditAPIGetOrganizationAuditLogsRequest) From(from time.Time) ... method To (line 239) | func (r AuditAPIGetOrganizationAuditLogsRequest) To(to time.Time) Audi... method NextToken (line 245) | func (r AuditAPIGetOrganizationAuditLogsRequest) NextToken(nextToken s... method Execute (line 250) | func (r AuditAPIGetOrganizationAuditLogsRequest) Execute() (*Paginated... FILE: libs/api-client-go/api_config.go type ConfigAPI (line 23) | type ConfigAPI interface type ConfigAPIService (line 39) | type ConfigAPIService method ConfigControllerGetConfig (line 56) | func (a *ConfigAPIService) ConfigControllerGetConfig(ctx context.Conte... method ConfigControllerGetConfigExecute (line 65) | func (a *ConfigAPIService) ConfigControllerGetConfigExecute(r ConfigAP... type ConfigAPIConfigControllerGetConfigRequest (line 41) | type ConfigAPIConfigControllerGetConfigRequest struct method Execute (line 46) | func (r ConfigAPIConfigControllerGetConfigRequest) Execute() (*Daytona... FILE: libs/api-client-go/api_docker_registry.go type DockerRegistryAPI (line 24) | type DockerRegistryAPI interface type DockerRegistryAPIService (line 115) | type DockerRegistryAPIService method CreateRegistry (line 145) | func (a *DockerRegistryAPIService) CreateRegistry(ctx context.Context)... method CreateRegistryExecute (line 154) | func (a *DockerRegistryAPIService) CreateRegistryExecute(r DockerRegis... method DeleteRegistry (line 259) | func (a *DockerRegistryAPIService) DeleteRegistry(ctx context.Context,... method DeleteRegistryExecute (line 268) | func (a *DockerRegistryAPIService) DeleteRegistryExecute(r DockerRegis... method GetRegistry (line 359) | func (a *DockerRegistryAPIService) GetRegistry(ctx context.Context, id... method GetRegistryExecute (line 369) | func (a *DockerRegistryAPIService) GetRegistryExecute(r DockerRegistry... method GetTransientPushAccess (line 475) | func (a *DockerRegistryAPIService) GetTransientPushAccess(ctx context.... method GetTransientPushAccessExecute (line 484) | func (a *DockerRegistryAPIService) GetTransientPushAccessExecute(r Doc... method ListRegistries (line 585) | func (a *DockerRegistryAPIService) ListRegistries(ctx context.Context)... method ListRegistriesExecute (line 594) | func (a *DockerRegistryAPIService) ListRegistriesExecute(r DockerRegis... method SetDefaultRegistry (line 694) | func (a *DockerRegistryAPIService) SetDefaultRegistry(ctx context.Cont... method SetDefaultRegistryExecute (line 704) | func (a *DockerRegistryAPIService) SetDefaultRegistryExecute(r DockerR... method UpdateRegistry (line 811) | func (a *DockerRegistryAPIService) UpdateRegistry(ctx context.Context,... method UpdateRegistryExecute (line 821) | func (a *DockerRegistryAPIService) UpdateRegistryExecute(r DockerRegis... type DockerRegistryAPICreateRegistryRequest (line 117) | type DockerRegistryAPICreateRegistryRequest struct method CreateDockerRegistry (line 124) | func (r DockerRegistryAPICreateRegistryRequest) CreateDockerRegistry(c... method XDaytonaOrganizationID (line 130) | func (r DockerRegistryAPICreateRegistryRequest) XDaytonaOrganizationID... method Execute (line 135) | func (r DockerRegistryAPICreateRegistryRequest) Execute() (*DockerRegi... type DockerRegistryAPIDeleteRegistryRequest (line 235) | type DockerRegistryAPIDeleteRegistryRequest struct method XDaytonaOrganizationID (line 243) | func (r DockerRegistryAPIDeleteRegistryRequest) XDaytonaOrganizationID... method Execute (line 248) | func (r DockerRegistryAPIDeleteRegistryRequest) Execute() (*http.Respo... type DockerRegistryAPIGetRegistryRequest (line 335) | type DockerRegistryAPIGetRegistryRequest struct method XDaytonaOrganizationID (line 343) | func (r DockerRegistryAPIGetRegistryRequest) XDaytonaOrganizationID(xD... method Execute (line 348) | func (r DockerRegistryAPIGetRegistryRequest) Execute() (*DockerRegistr... type DockerRegistryAPIGetTransientPushAccessRequest (line 446) | type DockerRegistryAPIGetTransientPushAccessRequest struct method XDaytonaOrganizationID (line 454) | func (r DockerRegistryAPIGetTransientPushAccessRequest) XDaytonaOrgani... method RegionId (line 460) | func (r DockerRegistryAPIGetTransientPushAccessRequest) RegionId(regio... method Execute (line 465) | func (r DockerRegistryAPIGetTransientPushAccessRequest) Execute() (*Re... type DockerRegistryAPIListRegistriesRequest (line 563) | type DockerRegistryAPIListRegistriesRequest struct method XDaytonaOrganizationID (line 570) | func (r DockerRegistryAPIListRegistriesRequest) XDaytonaOrganizationID... method Execute (line 575) | func (r DockerRegistryAPIListRegistriesRequest) Execute() ([]DockerReg... type DockerRegistryAPISetDefaultRegistryRequest (line 670) | type DockerRegistryAPISetDefaultRegistryRequest struct method XDaytonaOrganizationID (line 678) | func (r DockerRegistryAPISetDefaultRegistryRequest) XDaytonaOrganizati... method Execute (line 683) | func (r DockerRegistryAPISetDefaultRegistryRequest) Execute() (*Docker... type DockerRegistryAPIUpdateRegistryRequest (line 781) | type DockerRegistryAPIUpdateRegistryRequest struct method UpdateDockerRegistry (line 789) | func (r DockerRegistryAPIUpdateRegistryRequest) UpdateDockerRegistry(u... method XDaytonaOrganizationID (line 795) | func (r DockerRegistryAPIUpdateRegistryRequest) XDaytonaOrganizationID... method Execute (line 800) | func (r DockerRegistryAPIUpdateRegistryRequest) Execute() (*DockerRegi... FILE: libs/api-client-go/api_health.go type HealthAPI (line 23) | type HealthAPI interface type HealthAPIService (line 50) | type HealthAPIService method HealthControllerCheck (line 67) | func (a *HealthAPIService) HealthControllerCheck(ctx context.Context) ... method HealthControllerCheckExecute (line 76) | func (a *HealthAPIService) HealthControllerCheckExecute(r HealthAPIHea... method HealthControllerLive (line 174) | func (a *HealthAPIService) HealthControllerLive(ctx context.Context) H... method HealthControllerLiveExecute (line 182) | func (a *HealthAPIService) HealthControllerLiveExecute(r HealthAPIHeal... type HealthAPIHealthControllerCheckRequest (line 52) | type HealthAPIHealthControllerCheckRequest struct method Execute (line 57) | func (r HealthAPIHealthControllerCheckRequest) Execute() (*HealthContr... type HealthAPIHealthControllerLiveRequest (line 159) | type HealthAPIHealthControllerLiveRequest struct method Execute (line 164) | func (r HealthAPIHealthControllerLiveRequest) Execute() (*http.Respons... FILE: libs/api-client-go/api_jobs.go type JobsAPI (line 24) | type JobsAPI interface type JobsAPIService (line 82) | type JobsAPIService method GetJob (line 101) | func (a *JobsAPIService) GetJob(ctx context.Context, jobId string) Job... method GetJobExecute (line 111) | func (a *JobsAPIService) GetJobExecute(r JobsAPIGetJobRequest) (*Job, ... method ListJobs (line 230) | func (a *JobsAPIService) ListJobs(ctx context.Context) JobsAPIListJobs... method ListJobsExecute (line 239) | func (a *JobsAPIService) ListJobsExecute(r JobsAPIListJobsRequest) (*P... method PollJobs (line 361) | func (a *JobsAPIService) PollJobs(ctx context.Context) JobsAPIPollJobs... method PollJobsExecute (line 370) | func (a *JobsAPIService) PollJobsExecute(r JobsAPIPollJobsRequest) (*P... method UpdateJobStatus (line 472) | func (a *JobsAPIService) UpdateJobStatus(ctx context.Context, jobId st... method UpdateJobStatusExecute (line 482) | func (a *JobsAPIService) UpdateJobStatusExecute(r JobsAPIUpdateJobStat... type JobsAPIGetJobRequest (line 84) | type JobsAPIGetJobRequest struct method Execute (line 90) | func (r JobsAPIGetJobRequest) Execute() (*Job, *http.Response, error) { type JobsAPIListJobsRequest (line 185) | type JobsAPIListJobsRequest struct method Page (line 195) | func (r JobsAPIListJobsRequest) Page(page float32) JobsAPIListJobsRequ... method Limit (line 201) | func (r JobsAPIListJobsRequest) Limit(limit float32) JobsAPIListJobsRe... method Status (line 207) | func (r JobsAPIListJobsRequest) Status(status JobStatus) JobsAPIListJo... method Offset (line 213) | func (r JobsAPIListJobsRequest) Offset(offset float32) JobsAPIListJobs... method Execute (line 218) | func (r JobsAPIListJobsRequest) Execute() (*PaginatedJobs, *http.Respo... type JobsAPIPollJobsRequest (line 330) | type JobsAPIPollJobsRequest struct method Timeout (line 338) | func (r JobsAPIPollJobsRequest) Timeout(timeout float32) JobsAPIPollJo... method Limit (line 344) | func (r JobsAPIPollJobsRequest) Limit(limit float32) JobsAPIPollJobsRe... method Execute (line 349) | func (r JobsAPIPollJobsRequest) Execute() (*PollJobsResponse, *http.Re... type JobsAPIUpdateJobStatusRequest (line 449) | type JobsAPIUpdateJobStatusRequest struct method UpdateJobStatus (line 456) | func (r JobsAPIUpdateJobStatusRequest) UpdateJobStatus(updateJobStatus... method Execute (line 461) | func (r JobsAPIUpdateJobStatusRequest) Execute() (*Job, *http.Response... FILE: libs/api-client-go/api_object_storage.go type ObjectStorageAPI (line 23) | type ObjectStorageAPI interface type ObjectStorageAPIService (line 39) | type ObjectStorageAPIService method GetPushAccess (line 63) | func (a *ObjectStorageAPIService) GetPushAccess(ctx context.Context) O... method GetPushAccessExecute (line 72) | func (a *ObjectStorageAPIService) GetPushAccessExecute(r ObjectStorage... type ObjectStorageAPIGetPushAccessRequest (line 41) | type ObjectStorageAPIGetPushAccessRequest struct method XDaytonaOrganizationID (line 48) | func (r ObjectStorageAPIGetPushAccessRequest) XDaytonaOrganizationID(x... method Execute (line 53) | func (r ObjectStorageAPIGetPushAccessRequest) Execute() (*StorageAcces... FILE: libs/api-client-go/api_organizations.go type OrganizationsAPI (line 24) | type OrganizationsAPI interface type OrganizationsAPIService (line 521) | type OrganizationsAPIService method AcceptOrganizationInvitation (line 540) | func (a *OrganizationsAPIService) AcceptOrganizationInvitation(ctx con... method AcceptOrganizationInvitationExecute (line 550) | func (a *OrganizationsAPIService) AcceptOrganizationInvitationExecute(... method CancelOrganizationInvitation (line 643) | func (a *OrganizationsAPIService) CancelOrganizationInvitation(ctx con... method CancelOrganizationInvitationExecute (line 653) | func (a *OrganizationsAPIService) CancelOrganizationInvitationExecute(... method CreateOrganization (line 739) | func (a *OrganizationsAPIService) CreateOrganization(ctx context.Conte... method CreateOrganizationExecute (line 748) | func (a *OrganizationsAPIService) CreateOrganizationExecute(r Organiza... method CreateOrganizationInvitation (line 849) | func (a *OrganizationsAPIService) CreateOrganizationInvitation(ctx con... method CreateOrganizationInvitationExecute (line 859) | func (a *OrganizationsAPIService) CreateOrganizationInvitationExecute(... method CreateOrganizationRole (line 961) | func (a *OrganizationsAPIService) CreateOrganizationRole(ctx context.C... method CreateOrganizationRoleExecute (line 971) | func (a *OrganizationsAPIService) CreateOrganizationRoleExecute(r Orga... method CreateRegion (line 1078) | func (a *OrganizationsAPIService) CreateRegion(ctx context.Context) Or... method CreateRegionExecute (line 1087) | func (a *OrganizationsAPIService) CreateRegionExecute(r OrganizationsA... method DeclineOrganizationInvitation (line 1185) | func (a *OrganizationsAPIService) DeclineOrganizationInvitation(ctx co... method DeclineOrganizationInvitationExecute (line 1194) | func (a *OrganizationsAPIService) DeclineOrganizationInvitationExecute... method DeleteOrganization (line 1275) | func (a *OrganizationsAPIService) DeleteOrganization(ctx context.Conte... method DeleteOrganizationExecute (line 1284) | func (a *OrganizationsAPIService) DeleteOrganizationExecute(r Organiza... method DeleteOrganizationMember (line 1367) | func (a *OrganizationsAPIService) DeleteOrganizationMember(ctx context... method DeleteOrganizationMemberExecute (line 1377) | func (a *OrganizationsAPIService) DeleteOrganizationMemberExecute(r Or... method DeleteOrganizationRole (line 1461) | func (a *OrganizationsAPIService) DeleteOrganizationRole(ctx context.C... method DeleteOrganizationRoleExecute (line 1471) | func (a *OrganizationsAPIService) DeleteOrganizationRoleExecute(r Orga... method DeleteRegion (line 1560) | func (a *OrganizationsAPIService) DeleteRegion(ctx context.Context, id... method DeleteRegionExecute (line 1569) | func (a *OrganizationsAPIService) DeleteRegionExecute(r OrganizationsA... method GetOrganization (line 1653) | func (a *OrganizationsAPIService) GetOrganization(ctx context.Context,... method GetOrganizationExecute (line 1663) | func (a *OrganizationsAPIService) GetOrganizationExecute(r Organizatio... method GetOrganizationBySandboxId (line 1754) | func (a *OrganizationsAPIService) GetOrganizationBySandboxId(ctx conte... method GetOrganizationBySandboxIdExecute (line 1764) | func (a *OrganizationsAPIService) GetOrganizationBySandboxIdExecute(r ... method GetOrganizationInvitationsCountForAuthenticatedUser (line 1853) | func (a *OrganizationsAPIService) GetOrganizationInvitationsCountForAu... method GetOrganizationInvitationsCountForAuthenticatedUserExecute (line 1862) | func (a *OrganizationsAPIService) GetOrganizationInvitationsCountForAu... method GetOrganizationOtelConfigBySandboxAuthToken (line 1952) | func (a *OrganizationsAPIService) GetOrganizationOtelConfigBySandboxAu... method GetOrganizationOtelConfigBySandboxAuthTokenExecute (line 1962) | func (a *OrganizationsAPIService) GetOrganizationOtelConfigBySandboxAu... method GetOrganizationUsageOverview (line 2053) | func (a *OrganizationsAPIService) GetOrganizationUsageOverview(ctx con... method GetOrganizationUsageOverviewExecute (line 2063) | func (a *OrganizationsAPIService) GetOrganizationUsageOverviewExecute(... method GetRegionById (line 2161) | func (a *OrganizationsAPIService) GetRegionById(ctx context.Context, i... method GetRegionByIdExecute (line 2171) | func (a *OrganizationsAPIService) GetRegionByIdExecute(r Organizations... method GetRegionQuotaBySandboxId (line 2265) | func (a *OrganizationsAPIService) GetRegionQuotaBySandboxId(ctx contex... method GetRegionQuotaBySandboxIdExecute (line 2275) | func (a *OrganizationsAPIService) GetRegionQuotaBySandboxIdExecute(r O... method LeaveOrganization (line 2366) | func (a *OrganizationsAPIService) LeaveOrganization(ctx context.Contex... method LeaveOrganizationExecute (line 2375) | func (a *OrganizationsAPIService) LeaveOrganizationExecute(r Organizat... method ListAvailableRegions (line 2461) | func (a *OrganizationsAPIService) ListAvailableRegions(ctx context.Con... method ListAvailableRegionsExecute (line 2470) | func (a *OrganizationsAPIService) ListAvailableRegionsExecute(r Organi... method ListOrganizationInvitations (line 2563) | func (a *OrganizationsAPIService) ListOrganizationInvitations(ctx cont... method ListOrganizationInvitationsExecute (line 2573) | func (a *OrganizationsAPIService) ListOrganizationInvitationsExecute(r... method ListOrganizationInvitationsForAuthenticatedUser (line 2662) | func (a *OrganizationsAPIService) ListOrganizationInvitationsForAuthen... method ListOrganizationInvitationsForAuthenticatedUserExecute (line 2671) | func (a *OrganizationsAPIService) ListOrganizationInvitationsForAuthen... method ListOrganizationMembers (line 2761) | func (a *OrganizationsAPIService) ListOrganizationMembers(ctx context.... method ListOrganizationMembersExecute (line 2771) | func (a *OrganizationsAPIService) ListOrganizationMembersExecute(r Org... method ListOrganizationRoles (line 2862) | func (a *OrganizationsAPIService) ListOrganizationRoles(ctx context.Co... method ListOrganizationRolesExecute (line 2872) | func (a *OrganizationsAPIService) ListOrganizationRolesExecute(r Organ... method ListOrganizations (line 2961) | func (a *OrganizationsAPIService) ListOrganizations(ctx context.Contex... method ListOrganizationsExecute (line 2970) | func (a *OrganizationsAPIService) ListOrganizationsExecute(r Organizat... method RegenerateProxyApiKey (line 3067) | func (a *OrganizationsAPIService) RegenerateProxyApiKey(ctx context.Co... method RegenerateProxyApiKeyExecute (line 3077) | func (a *OrganizationsAPIService) RegenerateProxyApiKeyExecute(r Organ... method RegenerateSnapshotManagerCredentials (line 3178) | func (a *OrganizationsAPIService) RegenerateSnapshotManagerCredentials... method RegenerateSnapshotManagerCredentialsExecute (line 3188) | func (a *OrganizationsAPIService) RegenerateSnapshotManagerCredentials... method RegenerateSshGatewayApiKey (line 3289) | func (a *OrganizationsAPIService) RegenerateSshGatewayApiKey(ctx conte... method RegenerateSshGatewayApiKeyExecute (line 3299) | func (a *OrganizationsAPIService) RegenerateSshGatewayApiKeyExecute(r ... method SetOrganizationDefaultRegion (line 3399) | func (a *OrganizationsAPIService) SetOrganizationDefaultRegion(ctx con... method SetOrganizationDefaultRegionExecute (line 3408) | func (a *OrganizationsAPIService) SetOrganizationDefaultRegionExecute(... method SuspendOrganization (line 3500) | func (a *OrganizationsAPIService) SuspendOrganization(ctx context.Cont... method SuspendOrganizationExecute (line 3509) | func (a *OrganizationsAPIService) SuspendOrganizationExecute(r Organiz... method UnsuspendOrganization (line 3592) | func (a *OrganizationsAPIService) UnsuspendOrganization(ctx context.Co... method UnsuspendOrganizationExecute (line 3601) | func (a *OrganizationsAPIService) UnsuspendOrganizationExecute(r Organ... method UpdateAccessForOrganizationMember (line 3690) | func (a *OrganizationsAPIService) UpdateAccessForOrganizationMember(ct... method UpdateAccessForOrganizationMemberExecute (line 3701) | func (a *OrganizationsAPIService) UpdateAccessForOrganizationMemberExe... method UpdateExperimentalConfig (line 3805) | func (a *OrganizationsAPIService) UpdateExperimentalConfig(ctx context... method UpdateExperimentalConfigExecute (line 3814) | func (a *OrganizationsAPIService) UpdateExperimentalConfigExecute(r Or... method UpdateOrganizationInvitation (line 3905) | func (a *OrganizationsAPIService) UpdateOrganizationInvitation(ctx con... method UpdateOrganizationInvitationExecute (line 3916) | func (a *OrganizationsAPIService) UpdateOrganizationInvitationExecute(... method UpdateOrganizationQuota (line 4019) | func (a *OrganizationsAPIService) UpdateOrganizationQuota(ctx context.... method UpdateOrganizationQuotaExecute (line 4028) | func (a *OrganizationsAPIService) UpdateOrganizationQuotaExecute(r Org... method UpdateOrganizationRegionQuota (line 4122) | func (a *OrganizationsAPIService) UpdateOrganizationRegionQuota(ctx co... method UpdateOrganizationRegionQuotaExecute (line 4132) | func (a *OrganizationsAPIService) UpdateOrganizationRegionQuotaExecute... method UpdateOrganizationRole (line 4227) | func (a *OrganizationsAPIService) UpdateOrganizationRole(ctx context.C... method UpdateOrganizationRoleExecute (line 4238) | func (a *OrganizationsAPIService) UpdateOrganizationRoleExecute(r Orga... method UpdateRegion (line 4348) | func (a *OrganizationsAPIService) UpdateRegion(ctx context.Context, id... method UpdateRegionExecute (line 4357) | func (a *OrganizationsAPIService) UpdateRegionExecute(r OrganizationsA... method UpdateSandboxDefaultLimitedNetworkEgress (line 4452) | func (a *OrganizationsAPIService) UpdateSandboxDefaultLimitedNetworkEg... method UpdateSandboxDefaultLimitedNetworkEgressExecute (line 4461) | func (a *OrganizationsAPIService) UpdateSandboxDefaultLimitedNetworkEg... type OrganizationsAPIAcceptOrganizationInvitationRequest (line 523) | type OrganizationsAPIAcceptOrganizationInvitationRequest struct method Execute (line 529) | func (r OrganizationsAPIAcceptOrganizationInvitationRequest) Execute()... type OrganizationsAPICancelOrganizationInvitationRequest (line 624) | type OrganizationsAPICancelOrganizationInvitationRequest struct method Execute (line 631) | func (r OrganizationsAPICancelOrganizationInvitationRequest) Execute()... type OrganizationsAPICreateOrganizationRequest (line 718) | type OrganizationsAPICreateOrganizationRequest struct method CreateOrganization (line 724) | func (r OrganizationsAPICreateOrganizationRequest) CreateOrganization(... method Execute (line 729) | func (r OrganizationsAPICreateOrganizationRequest) Execute() (*Organiz... type OrganizationsAPICreateOrganizationInvitationRequest (line 826) | type OrganizationsAPICreateOrganizationInvitationRequest struct method CreateOrganizationInvitation (line 833) | func (r OrganizationsAPICreateOrganizationInvitationRequest) CreateOrg... method Execute (line 838) | func (r OrganizationsAPICreateOrganizationInvitationRequest) Execute()... type OrganizationsAPICreateOrganizationRoleRequest (line 938) | type OrganizationsAPICreateOrganizationRoleRequest struct method CreateOrganizationRole (line 945) | func (r OrganizationsAPICreateOrganizationRoleRequest) CreateOrganizat... method Execute (line 950) | func (r OrganizationsAPICreateOrganizationRoleRequest) Execute() (*Org... type OrganizationsAPICreateRegionRequest (line 1050) | type OrganizationsAPICreateRegionRequest struct method CreateRegion (line 1057) | func (r OrganizationsAPICreateRegionRequest) CreateRegion(createRegion... method XDaytonaOrganizationID (line 1063) | func (r OrganizationsAPICreateRegionRequest) XDaytonaOrganizationID(xD... method Execute (line 1068) | func (r OrganizationsAPICreateRegionRequest) Execute() (*CreateRegionR... type OrganizationsAPIDeclineOrganizationInvitationRequest (line 1168) | type OrganizationsAPIDeclineOrganizationInvitationRequest struct method Execute (line 1174) | func (r OrganizationsAPIDeclineOrganizationInvitationRequest) Execute(... type OrganizationsAPIDeleteOrganizationRequest (line 1258) | type OrganizationsAPIDeleteOrganizationRequest struct method Execute (line 1264) | func (r OrganizationsAPIDeleteOrganizationRequest) Execute() (*http.Re... type OrganizationsAPIDeleteOrganizationMemberRequest (line 1348) | type OrganizationsAPIDeleteOrganizationMemberRequest struct method Execute (line 1355) | func (r OrganizationsAPIDeleteOrganizationMemberRequest) Execute() (*h... type OrganizationsAPIDeleteOrganizationRoleRequest (line 1442) | type OrganizationsAPIDeleteOrganizationRoleRequest struct method Execute (line 1449) | func (r OrganizationsAPIDeleteOrganizationRoleRequest) Execute() (*htt... type OrganizationsAPIDeleteRegionRequest (line 1536) | type OrganizationsAPIDeleteRegionRequest struct method XDaytonaOrganizationID (line 1544) | func (r OrganizationsAPIDeleteRegionRequest) XDaytonaOrganizationID(xD... method Execute (line 1549) | func (r OrganizationsAPIDeleteRegionRequest) Execute() (*http.Response... type OrganizationsAPIGetOrganizationRequest (line 1636) | type OrganizationsAPIGetOrganizationRequest struct method Execute (line 1642) | func (r OrganizationsAPIGetOrganizationRequest) Execute() (*Organizati... type OrganizationsAPIGetOrganizationBySandboxIdRequest (line 1737) | type OrganizationsAPIGetOrganizationBySandboxIdRequest struct method Execute (line 1743) | func (r OrganizationsAPIGetOrganizationBySandboxIdRequest) Execute() (... type OrganizationsAPIGetOrganizationInvitationsCountForAuthenticatedUserRequest (line 1838) | type OrganizationsAPIGetOrganizationInvitationsCountForAuthenticatedUser... method Execute (line 1843) | func (r OrganizationsAPIGetOrganizationInvitationsCountForAuthenticate... type OrganizationsAPIGetOrganizationOtelConfigBySandboxAuthTokenRequest (line 1935) | type OrganizationsAPIGetOrganizationOtelConfigBySandboxAuthTokenRequest ... method Execute (line 1941) | func (r OrganizationsAPIGetOrganizationOtelConfigBySandboxAuthTokenReq... type OrganizationsAPIGetOrganizationUsageOverviewRequest (line 2036) | type OrganizationsAPIGetOrganizationUsageOverviewRequest struct method Execute (line 2042) | func (r OrganizationsAPIGetOrganizationUsageOverviewRequest) Execute()... type OrganizationsAPIGetRegionByIdRequest (line 2137) | type OrganizationsAPIGetRegionByIdRequest struct method XDaytonaOrganizationID (line 2145) | func (r OrganizationsAPIGetRegionByIdRequest) XDaytonaOrganizationID(x... method Execute (line 2150) | func (r OrganizationsAPIGetRegionByIdRequest) Execute() (*Region, *htt... type OrganizationsAPIGetRegionQuotaBySandboxIdRequest (line 2248) | type OrganizationsAPIGetRegionQuotaBySandboxIdRequest struct method Execute (line 2254) | func (r OrganizationsAPIGetRegionQuotaBySandboxIdRequest) Execute() (*... type OrganizationsAPILeaveOrganizationRequest (line 2349) | type OrganizationsAPILeaveOrganizationRequest struct method Execute (line 2355) | func (r OrganizationsAPILeaveOrganizationRequest) Execute() (*http.Res... type OrganizationsAPIListAvailableRegionsRequest (line 2439) | type OrganizationsAPIListAvailableRegionsRequest struct method XDaytonaOrganizationID (line 2446) | func (r OrganizationsAPIListAvailableRegionsRequest) XDaytonaOrganizat... method Execute (line 2451) | func (r OrganizationsAPIListAvailableRegionsRequest) Execute() ([]Regi... type OrganizationsAPIListOrganizationInvitationsRequest (line 2546) | type OrganizationsAPIListOrganizationInvitationsRequest struct method Execute (line 2552) | func (r OrganizationsAPIListOrganizationInvitationsRequest) Execute() ... type OrganizationsAPIListOrganizationInvitationsForAuthenticatedUserRequest (line 2647) | type OrganizationsAPIListOrganizationInvitationsForAuthenticatedUserRequ... method Execute (line 2652) | func (r OrganizationsAPIListOrganizationInvitationsForAuthenticatedUse... type OrganizationsAPIListOrganizationMembersRequest (line 2744) | type OrganizationsAPIListOrganizationMembersRequest struct method Execute (line 2750) | func (r OrganizationsAPIListOrganizationMembersRequest) Execute() ([]O... type OrganizationsAPIListOrganizationRolesRequest (line 2845) | type OrganizationsAPIListOrganizationRolesRequest struct method Execute (line 2851) | func (r OrganizationsAPIListOrganizationRolesRequest) Execute() ([]Org... type OrganizationsAPIListOrganizationsRequest (line 2946) | type OrganizationsAPIListOrganizationsRequest struct method Execute (line 2951) | func (r OrganizationsAPIListOrganizationsRequest) Execute() ([]Organiz... type OrganizationsAPIRegenerateProxyApiKeyRequest (line 3043) | type OrganizationsAPIRegenerateProxyApiKeyRequest struct method XDaytonaOrganizationID (line 3051) | func (r OrganizationsAPIRegenerateProxyApiKeyRequest) XDaytonaOrganiza... method Execute (line 3056) | func (r OrganizationsAPIRegenerateProxyApiKeyRequest) Execute() (*Rege... type OrganizationsAPIRegenerateSnapshotManagerCredentialsRequest (line 3154) | type OrganizationsAPIRegenerateSnapshotManagerCredentialsRequest struct method XDaytonaOrganizationID (line 3162) | func (r OrganizationsAPIRegenerateSnapshotManagerCredentialsRequest) X... method Execute (line 3167) | func (r OrganizationsAPIRegenerateSnapshotManagerCredentialsRequest) E... type OrganizationsAPIRegenerateSshGatewayApiKeyRequest (line 3265) | type OrganizationsAPIRegenerateSshGatewayApiKeyRequest struct method XDaytonaOrganizationID (line 3273) | func (r OrganizationsAPIRegenerateSshGatewayApiKeyRequest) XDaytonaOrg... method Execute (line 3278) | func (r OrganizationsAPIRegenerateSshGatewayApiKeyRequest) Execute() (... type OrganizationsAPISetOrganizationDefaultRegionRequest (line 3376) | type OrganizationsAPISetOrganizationDefaultRegionRequest struct method UpdateOrganizationDefaultRegion (line 3383) | func (r OrganizationsAPISetOrganizationDefaultRegionRequest) UpdateOrg... method Execute (line 3388) | func (r OrganizationsAPISetOrganizationDefaultRegionRequest) Execute()... type OrganizationsAPISuspendOrganizationRequest (line 3477) | type OrganizationsAPISuspendOrganizationRequest struct method OrganizationSuspension (line 3484) | func (r OrganizationsAPISuspendOrganizationRequest) OrganizationSuspen... method Execute (line 3489) | func (r OrganizationsAPISuspendOrganizationRequest) Execute() (*http.R... type OrganizationsAPIUnsuspendOrganizationRequest (line 3575) | type OrganizationsAPIUnsuspendOrganizationRequest struct method Execute (line 3581) | func (r OrganizationsAPIUnsuspendOrganizationRequest) Execute() (*http... type OrganizationsAPIUpdateAccessForOrganizationMemberRequest (line 3665) | type OrganizationsAPIUpdateAccessForOrganizationMemberRequest struct method UpdateOrganizationMemberAccess (line 3673) | func (r OrganizationsAPIUpdateAccessForOrganizationMemberRequest) Upda... method Execute (line 3678) | func (r OrganizationsAPIUpdateAccessForOrganizationMemberRequest) Exec... type OrganizationsAPIUpdateExperimentalConfigRequest (line 3781) | type OrganizationsAPIUpdateExperimentalConfigRequest struct method RequestBody (line 3789) | func (r OrganizationsAPIUpdateExperimentalConfigRequest) RequestBody(r... method Execute (line 3794) | func (r OrganizationsAPIUpdateExperimentalConfigRequest) Execute() (*h... type OrganizationsAPIUpdateOrganizationInvitationRequest (line 3880) | type OrganizationsAPIUpdateOrganizationInvitationRequest struct method UpdateOrganizationInvitation (line 3888) | func (r OrganizationsAPIUpdateOrganizationInvitationRequest) UpdateOrg... method Execute (line 3893) | func (r OrganizationsAPIUpdateOrganizationInvitationRequest) Execute()... type OrganizationsAPIUpdateOrganizationQuotaRequest (line 3996) | type OrganizationsAPIUpdateOrganizationQuotaRequest struct method UpdateOrganizationQuota (line 4003) | func (r OrganizationsAPIUpdateOrganizationQuotaRequest) UpdateOrganiza... method Execute (line 4008) | func (r OrganizationsAPIUpdateOrganizationQuotaRequest) Execute() (*ht... type OrganizationsAPIUpdateOrganizationRegionQuotaRequest (line 4097) | type OrganizationsAPIUpdateOrganizationRegionQuotaRequest struct method UpdateOrganizationRegionQuota (line 4105) | func (r OrganizationsAPIUpdateOrganizationRegionQuotaRequest) UpdateOr... method Execute (line 4110) | func (r OrganizationsAPIUpdateOrganizationRegionQuotaRequest) Execute(... type OrganizationsAPIUpdateOrganizationRoleRequest (line 4202) | type OrganizationsAPIUpdateOrganizationRoleRequest struct method UpdateOrganizationRole (line 4210) | func (r OrganizationsAPIUpdateOrganizationRoleRequest) UpdateOrganizat... method Execute (line 4215) | func (r OrganizationsAPIUpdateOrganizationRoleRequest) Execute() (*Org... type OrganizationsAPIUpdateRegionRequest (line 4318) | type OrganizationsAPIUpdateRegionRequest struct method UpdateRegion (line 4326) | func (r OrganizationsAPIUpdateRegionRequest) UpdateRegion(updateRegion... method XDaytonaOrganizationID (line 4332) | func (r OrganizationsAPIUpdateRegionRequest) XDaytonaOrganizationID(xD... method Execute (line 4337) | func (r OrganizationsAPIUpdateRegionRequest) Execute() (*http.Response... type OrganizationsAPIUpdateSandboxDefaultLimitedNetworkEgressRequest (line 4429) | type OrganizationsAPIUpdateSandboxDefaultLimitedNetworkEgressRequest struct method OrganizationSandboxDefaultLimitedNetworkEgress (line 4436) | func (r OrganizationsAPIUpdateSandboxDefaultLimitedNetworkEgressReques... method Execute (line 4441) | func (r OrganizationsAPIUpdateSandboxDefaultLimitedNetworkEgressReques... FILE: libs/api-client-go/api_preview.go type PreviewAPI (line 24) | type PreviewAPI interface type PreviewAPIService (line 82) | type PreviewAPIService method GetSandboxIdFromSignedPreviewUrlToken (line 103) | func (a *PreviewAPIService) GetSandboxIdFromSignedPreviewUrlToken(ctx ... method GetSandboxIdFromSignedPreviewUrlTokenExecute (line 114) | func (a *PreviewAPIService) GetSandboxIdFromSignedPreviewUrlTokenExecu... method HasSandboxAccess (line 206) | func (a *PreviewAPIService) HasSandboxAccess(ctx context.Context, sand... method HasSandboxAccessExecute (line 216) | func (a *PreviewAPIService) HasSandboxAccessExecute(r PreviewAPIHasSan... method IsSandboxPublic (line 307) | func (a *PreviewAPIService) IsSandboxPublic(ctx context.Context, sandb... method IsSandboxPublicExecute (line 317) | func (a *PreviewAPIService) IsSandboxPublicExecute(r PreviewAPIIsSandb... method IsValidAuthToken (line 410) | func (a *PreviewAPIService) IsValidAuthToken(ctx context.Context, sand... method IsValidAuthTokenExecute (line 421) | func (a *PreviewAPIService) IsValidAuthTokenExecute(r PreviewAPIIsVali... type PreviewAPIGetSandboxIdFromSignedPreviewUrlTokenRequest (line 84) | type PreviewAPIGetSandboxIdFromSignedPreviewUrlTokenRequest struct method Execute (line 91) | func (r PreviewAPIGetSandboxIdFromSignedPreviewUrlTokenRequest) Execut... type PreviewAPIHasSandboxAccessRequest (line 189) | type PreviewAPIHasSandboxAccessRequest struct method Execute (line 195) | func (r PreviewAPIHasSandboxAccessRequest) Execute() (bool, *http.Resp... type PreviewAPIIsSandboxPublicRequest (line 290) | type PreviewAPIIsSandboxPublicRequest struct method Execute (line 296) | func (r PreviewAPIIsSandboxPublicRequest) Execute() (bool, *http.Respo... type PreviewAPIIsValidAuthTokenRequest (line 391) | type PreviewAPIIsValidAuthTokenRequest struct method Execute (line 398) | func (r PreviewAPIIsValidAuthTokenRequest) Execute() (bool, *http.Resp... FILE: libs/api-client-go/api_regions.go type RegionsAPI (line 23) | type RegionsAPI interface type RegionsAPIService (line 39) | type RegionsAPIService method ListSharedRegions (line 56) | func (a *RegionsAPIService) ListSharedRegions(ctx context.Context) Reg... method ListSharedRegionsExecute (line 65) | func (a *RegionsAPIService) ListSharedRegionsExecute(r RegionsAPIListS... type RegionsAPIListSharedRegionsRequest (line 41) | type RegionsAPIListSharedRegionsRequest struct method Execute (line 46) | func (r RegionsAPIListSharedRegionsRequest) Execute() ([]Region, *http... FILE: libs/api-client-go/api_runners.go type RunnersAPI (line 24) | type RunnersAPI interface type RunnersAPIService (line 166) | type RunnersAPIService method CreateRunner (line 196) | func (a *RunnersAPIService) CreateRunner(ctx context.Context) RunnersA... method CreateRunnerExecute (line 205) | func (a *RunnersAPIService) CreateRunnerExecute(r RunnersAPICreateRunn... method DeleteRunner (line 310) | func (a *RunnersAPIService) DeleteRunner(ctx context.Context, id strin... method DeleteRunnerExecute (line 319) | func (a *RunnersAPIService) DeleteRunnerExecute(r RunnersAPIDeleteRunn... method GetInfoForAuthenticatedRunner (line 401) | func (a *RunnersAPIService) GetInfoForAuthenticatedRunner(ctx context.... method GetInfoForAuthenticatedRunnerExecute (line 410) | func (a *RunnersAPIService) GetInfoForAuthenticatedRunnerExecute(r Run... method GetRunnerById (line 507) | func (a *RunnersAPIService) GetRunnerById(ctx context.Context, id stri... method GetRunnerByIdExecute (line 517) | func (a *RunnersAPIService) GetRunnerByIdExecute(r RunnersAPIGetRunner... method GetRunnerBySandboxId (line 611) | func (a *RunnersAPIService) GetRunnerBySandboxId(ctx context.Context, ... method GetRunnerBySandboxIdExecute (line 621) | func (a *RunnersAPIService) GetRunnerBySandboxIdExecute(r RunnersAPIGe... method GetRunnerFullById (line 712) | func (a *RunnersAPIService) GetRunnerFullById(ctx context.Context, id ... method GetRunnerFullByIdExecute (line 722) | func (a *RunnersAPIService) GetRunnerFullByIdExecute(r RunnersAPIGetRu... method GetRunnersBySnapshotRef (line 818) | func (a *RunnersAPIService) GetRunnersBySnapshotRef(ctx context.Contex... method GetRunnersBySnapshotRefExecute (line 827) | func (a *RunnersAPIService) GetRunnersBySnapshotRefExecute(r RunnersAP... method ListRunners (line 926) | func (a *RunnersAPIService) ListRunners(ctx context.Context) RunnersAP... method ListRunnersExecute (line 935) | func (a *RunnersAPIService) ListRunnersExecute(r RunnersAPIListRunners... method RunnerHealthcheck (line 1034) | func (a *RunnersAPIService) RunnerHealthcheck(ctx context.Context) Run... method RunnerHealthcheckExecute (line 1042) | func (a *RunnersAPIService) RunnerHealthcheckExecute(r RunnersAPIRunne... method UpdateRunnerDraining (line 1134) | func (a *RunnersAPIService) UpdateRunnerDraining(ctx context.Context, ... method UpdateRunnerDrainingExecute (line 1144) | func (a *RunnersAPIService) UpdateRunnerDrainingExecute(r RunnersAPIUp... method UpdateRunnerScheduling (line 1245) | func (a *RunnersAPIService) UpdateRunnerScheduling(ctx context.Context... method UpdateRunnerSchedulingExecute (line 1255) | func (a *RunnersAPIService) UpdateRunnerSchedulingExecute(r RunnersAPI... type RunnersAPICreateRunnerRequest (line 168) | type RunnersAPICreateRunnerRequest struct method CreateRunner (line 175) | func (r RunnersAPICreateRunnerRequest) CreateRunner(createRunner Creat... method XDaytonaOrganizationID (line 181) | func (r RunnersAPICreateRunnerRequest) XDaytonaOrganizationID(xDaytona... method Execute (line 186) | func (r RunnersAPICreateRunnerRequest) Execute() (*CreateRunnerRespons... type RunnersAPIDeleteRunnerRequest (line 286) | type RunnersAPIDeleteRunnerRequest struct method XDaytonaOrganizationID (line 294) | func (r RunnersAPIDeleteRunnerRequest) XDaytonaOrganizationID(xDaytona... method Execute (line 299) | func (r RunnersAPIDeleteRunnerRequest) Execute() (*http.Response, erro... type RunnersAPIGetInfoForAuthenticatedRunnerRequest (line 386) | type RunnersAPIGetInfoForAuthenticatedRunnerRequest struct method Execute (line 391) | func (r RunnersAPIGetInfoForAuthenticatedRunnerRequest) Execute() (*Ru... type RunnersAPIGetRunnerByIdRequest (line 483) | type RunnersAPIGetRunnerByIdRequest struct method XDaytonaOrganizationID (line 491) | func (r RunnersAPIGetRunnerByIdRequest) XDaytonaOrganizationID(xDayton... method Execute (line 496) | func (r RunnersAPIGetRunnerByIdRequest) Execute() (*Runner, *http.Resp... type RunnersAPIGetRunnerBySandboxIdRequest (line 594) | type RunnersAPIGetRunnerBySandboxIdRequest struct method Execute (line 600) | func (r RunnersAPIGetRunnerBySandboxIdRequest) Execute() (*RunnerFull,... type RunnersAPIGetRunnerFullByIdRequest (line 695) | type RunnersAPIGetRunnerFullByIdRequest struct method Execute (line 701) | func (r RunnersAPIGetRunnerFullByIdRequest) Execute() (*RunnerFull, *h... type RunnersAPIGetRunnersBySnapshotRefRequest (line 796) | type RunnersAPIGetRunnersBySnapshotRefRequest struct method Ref (line 803) | func (r RunnersAPIGetRunnersBySnapshotRefRequest) Ref(ref string) Runn... method Execute (line 808) | func (r RunnersAPIGetRunnersBySnapshotRefRequest) Execute() ([]RunnerS... type RunnersAPIListRunnersRequest (line 904) | type RunnersAPIListRunnersRequest struct method XDaytonaOrganizationID (line 911) | func (r RunnersAPIListRunnersRequest) XDaytonaOrganizationID(xDaytonaO... method Execute (line 916) | func (r RunnersAPIListRunnersRequest) Execute() ([]Runner, *http.Respo... type RunnersAPIRunnerHealthcheckRequest (line 1011) | type RunnersAPIRunnerHealthcheckRequest struct method RunnerHealthcheck (line 1017) | func (r RunnersAPIRunnerHealthcheckRequest) RunnerHealthcheck(runnerHe... method Execute (line 1022) | func (r RunnersAPIRunnerHealthcheckRequest) Execute() (*http.Response,... type RunnersAPIUpdateRunnerDrainingRequest (line 1110) | type RunnersAPIUpdateRunnerDrainingRequest struct method XDaytonaOrganizationID (line 1118) | func (r RunnersAPIUpdateRunnerDrainingRequest) XDaytonaOrganizationID(... method Execute (line 1123) | func (r RunnersAPIUpdateRunnerDrainingRequest) Execute() (*Runner, *ht... type RunnersAPIUpdateRunnerSchedulingRequest (line 1221) | type RunnersAPIUpdateRunnerSchedulingRequest struct method XDaytonaOrganizationID (line 1229) | func (r RunnersAPIUpdateRunnerSchedulingRequest) XDaytonaOrganizationI... method Execute (line 1234) | func (r RunnersAPIUpdateRunnerSchedulingRequest) Execute() (*Runner, *... FILE: libs/api-client-go/api_sandbox.go type SandboxAPI (line 26) | type SandboxAPI interface type SandboxAPIService (line 459) | type SandboxAPIService method ArchiveSandbox (line 485) | func (a *SandboxAPIService) ArchiveSandbox(ctx context.Context, sandbo... method ArchiveSandboxExecute (line 495) | func (a *SandboxAPIService) ArchiveSandboxExecute(r SandboxAPIArchiveS... method CreateBackup (line 596) | func (a *SandboxAPIService) CreateBackup(ctx context.Context, sandboxI... method CreateBackupExecute (line 606) | func (a *SandboxAPIService) CreateBackupExecute(r SandboxAPICreateBack... method CreateSandbox (line 711) | func (a *SandboxAPIService) CreateSandbox(ctx context.Context) Sandbox... method CreateSandboxExecute (line 720) | func (a *SandboxAPIService) CreateSandboxExecute(r SandboxAPICreateSan... method CreateSshAccess (line 832) | func (a *SandboxAPIService) CreateSshAccess(ctx context.Context, sandb... method CreateSshAccessExecute (line 842) | func (a *SandboxAPIService) CreateSshAccessExecute(r SandboxAPICreateS... method DeleteSandbox (line 946) | func (a *SandboxAPIService) DeleteSandbox(ctx context.Context, sandbox... method DeleteSandboxExecute (line 956) | func (a *SandboxAPIService) DeleteSandboxExecute(r SandboxAPIDeleteSan... method ExpireSignedPortPreviewUrl (line 1061) | func (a *SandboxAPIService) ExpireSignedPortPreviewUrl(ctx context.Con... method ExpireSignedPortPreviewUrlExecute (line 1072) | func (a *SandboxAPIService) ExpireSignedPortPreviewUrlExecute(r Sandbo... method GetBuildLogs (line 1176) | func (a *SandboxAPIService) GetBuildLogs(ctx context.Context, sandboxI... method GetBuildLogsExecute (line 1186) | func (a *SandboxAPIService) GetBuildLogsExecute(r SandboxAPIGetBuildLo... method GetBuildLogsUrl (line 1280) | func (a *SandboxAPIService) GetBuildLogsUrl(ctx context.Context, sandb... method GetBuildLogsUrlExecute (line 1290) | func (a *SandboxAPIService) GetBuildLogsUrlExecute(r SandboxAPIGetBuil... method GetPortPreviewUrl (line 1393) | func (a *SandboxAPIService) GetPortPreviewUrl(ctx context.Context, san... method GetPortPreviewUrlExecute (line 1404) | func (a *SandboxAPIService) GetPortPreviewUrlExecute(r SandboxAPIGetPo... method GetSandbox (line 1513) | func (a *SandboxAPIService) GetSandbox(ctx context.Context, sandboxIdO... method GetSandboxExecute (line 1523) | func (a *SandboxAPIService) GetSandboxExecute(r SandboxAPIGetSandboxRe... method GetSandboxLogs (line 1671) | func (a *SandboxAPIService) GetSandboxLogs(ctx context.Context, sandbo... method GetSandboxLogsExecute (line 1681) | func (a *SandboxAPIService) GetSandboxLogsExecute(r SandboxAPIGetSandb... method GetSandboxMetrics (line 1839) | func (a *SandboxAPIService) GetSandboxMetrics(ctx context.Context, san... method GetSandboxMetricsExecute (line 1849) | func (a *SandboxAPIService) GetSandboxMetricsExecute(r SandboxAPIGetSa... method GetSandboxTraceSpans (line 1973) | func (a *SandboxAPIService) GetSandboxTraceSpans(ctx context.Context, ... method GetSandboxTraceSpansExecute (line 1984) | func (a *SandboxAPIService) GetSandboxTraceSpansExecute(r SandboxAPIGe... method GetSandboxTraces (line 2116) | func (a *SandboxAPIService) GetSandboxTraces(ctx context.Context, sand... method GetSandboxTracesExecute (line 2126) | func (a *SandboxAPIService) GetSandboxTracesExecute(r SandboxAPIGetSan... method GetSandboxesForRunner (line 2259) | func (a *SandboxAPIService) GetSandboxesForRunner(ctx context.Context)... method GetSandboxesForRunnerExecute (line 2268) | func (a *SandboxAPIService) GetSandboxesForRunnerExecute(r SandboxAPIG... method GetSignedPortPreviewUrl (line 2383) | func (a *SandboxAPIService) GetSignedPortPreviewUrl(ctx context.Contex... method GetSignedPortPreviewUrlExecute (line 2394) | func (a *SandboxAPIService) GetSignedPortPreviewUrlExecute(r SandboxAP... method GetToolboxProxyUrl (line 2499) | func (a *SandboxAPIService) GetToolboxProxyUrl(ctx context.Context, sa... method GetToolboxProxyUrlExecute (line 2509) | func (a *SandboxAPIService) GetToolboxProxyUrlExecute(r SandboxAPIGetT... method ListSandboxes (line 2629) | func (a *SandboxAPIService) ListSandboxes(ctx context.Context) Sandbox... method ListSandboxesExecute (line 2638) | func (a *SandboxAPIService) ListSandboxesExecute(r SandboxAPIListSandb... method ListSandboxesPaginated (line 2878) | func (a *SandboxAPIService) ListSandboxesPaginated(ctx context.Context... method ListSandboxesPaginatedExecute (line 2887) | func (a *SandboxAPIService) ListSandboxesPaginatedExecute(r SandboxAPI... method RecoverSandbox (line 3083) | func (a *SandboxAPIService) RecoverSandbox(ctx context.Context, sandbo... method RecoverSandboxExecute (line 3093) | func (a *SandboxAPIService) RecoverSandboxExecute(r SandboxAPIRecoverS... method ReplaceLabels (line 3200) | func (a *SandboxAPIService) ReplaceLabels(ctx context.Context, sandbox... method ReplaceLabelsExecute (line 3210) | func (a *SandboxAPIService) ReplaceLabelsExecute(r SandboxAPIReplaceLa... method ResizeSandbox (line 3322) | func (a *SandboxAPIService) ResizeSandbox(ctx context.Context, sandbox... method ResizeSandboxExecute (line 3332) | func (a *SandboxAPIService) ResizeSandboxExecute(r SandboxAPIResizeSan... method RevokeSshAccess (line 3445) | func (a *SandboxAPIService) RevokeSshAccess(ctx context.Context, sandb... method RevokeSshAccessExecute (line 3455) | func (a *SandboxAPIService) RevokeSshAccessExecute(r SandboxAPIRevokeS... method SetAutoArchiveInterval (line 3561) | func (a *SandboxAPIService) SetAutoArchiveInterval(ctx context.Context... method SetAutoArchiveIntervalExecute (line 3572) | func (a *SandboxAPIService) SetAutoArchiveIntervalExecute(r SandboxAPI... method SetAutoDeleteInterval (line 3676) | func (a *SandboxAPIService) SetAutoDeleteInterval(ctx context.Context,... method SetAutoDeleteIntervalExecute (line 3687) | func (a *SandboxAPIService) SetAutoDeleteIntervalExecute(r SandboxAPIS... method SetAutostopInterval (line 3791) | func (a *SandboxAPIService) SetAutostopInterval(ctx context.Context, s... method SetAutostopIntervalExecute (line 3802) | func (a *SandboxAPIService) SetAutostopIntervalExecute(r SandboxAPISet... method StartSandbox (line 3904) | func (a *SandboxAPIService) StartSandbox(ctx context.Context, sandboxI... method StartSandboxExecute (line 3914) | func (a *SandboxAPIService) StartSandboxExecute(r SandboxAPIStartSandb... method StopSandbox (line 4015) | func (a *SandboxAPIService) StopSandbox(ctx context.Context, sandboxId... method StopSandboxExecute (line 4025) | func (a *SandboxAPIService) StopSandboxExecute(r SandboxAPIStopSandbox... method UpdateLastActivity (line 4126) | func (a *SandboxAPIService) UpdateLastActivity(ctx context.Context, sa... method UpdateLastActivityExecute (line 4135) | func (a *SandboxAPIService) UpdateLastActivityExecute(r SandboxAPIUpda... method UpdatePublicStatus (line 4228) | func (a *SandboxAPIService) UpdatePublicStatus(ctx context.Context, sa... method UpdatePublicStatusExecute (line 4239) | func (a *SandboxAPIService) UpdatePublicStatusExecute(r SandboxAPIUpda... method UpdateSandboxState (line 4347) | func (a *SandboxAPIService) UpdateSandboxState(ctx context.Context, sa... method UpdateSandboxStateExecute (line 4356) | func (a *SandboxAPIService) UpdateSandboxStateExecute(r SandboxAPIUpda... method ValidateSshAccess (line 4457) | func (a *SandboxAPIService) ValidateSshAccess(ctx context.Context) San... method ValidateSshAccessExecute (line 4466) | func (a *SandboxAPIService) ValidateSshAccessExecute(r SandboxAPIValid... type SandboxAPIArchiveSandboxRequest (line 461) | type SandboxAPIArchiveSandboxRequest struct method XDaytonaOrganizationID (line 469) | func (r SandboxAPIArchiveSandboxRequest) XDaytonaOrganizationID(xDayto... method Execute (line 474) | func (r SandboxAPIArchiveSandboxRequest) Execute() (*Sandbox, *http.Re... type SandboxAPICreateBackupRequest (line 572) | type SandboxAPICreateBackupRequest struct method XDaytonaOrganizationID (line 580) | func (r SandboxAPICreateBackupRequest) XDaytonaOrganizationID(xDaytona... method Execute (line 585) | func (r SandboxAPICreateBackupRequest) Execute() (*Sandbox, *http.Resp... type SandboxAPICreateSandboxRequest (line 683) | type SandboxAPICreateSandboxRequest struct method CreateSandbox (line 690) | func (r SandboxAPICreateSandboxRequest) CreateSandbox(createSandbox Cr... method XDaytonaOrganizationID (line 696) | func (r SandboxAPICreateSandboxRequest) XDaytonaOrganizationID(xDayton... method Execute (line 701) | func (r SandboxAPICreateSandboxRequest) Execute() (*Sandbox, *http.Res... type SandboxAPICreateSshAccessRequest (line 801) | type SandboxAPICreateSshAccessRequest struct method XDaytonaOrganizationID (line 810) | func (r SandboxAPICreateSshAccessRequest) XDaytonaOrganizationID(xDayt... method ExpiresInMinutes (line 816) | func (r SandboxAPICreateSshAccessRequest) ExpiresInMinutes(expiresInMi... method Execute (line 821) | func (r SandboxAPICreateSshAccessRequest) Execute() (*SshAccessDto, *h... type SandboxAPIDeleteSandboxRequest (line 922) | type SandboxAPIDeleteSandboxRequest struct method XDaytonaOrganizationID (line 930) | func (r SandboxAPIDeleteSandboxRequest) XDaytonaOrganizationID(xDayton... method Execute (line 935) | func (r SandboxAPIDeleteSandboxRequest) Execute() (*Sandbox, *http.Res... type SandboxAPIExpireSignedPortPreviewUrlRequest (line 1033) | type SandboxAPIExpireSignedPortPreviewUrlRequest struct method XDaytonaOrganizationID (line 1043) | func (r SandboxAPIExpireSignedPortPreviewUrlRequest) XDaytonaOrganizat... method Execute (line 1048) | func (r SandboxAPIExpireSignedPortPreviewUrlRequest) Execute() (*http.... type SandboxAPIGetBuildLogsRequest (line 1141) | type SandboxAPIGetBuildLogsRequest struct method XDaytonaOrganizationID (line 1150) | func (r SandboxAPIGetBuildLogsRequest) XDaytonaOrganizationID(xDaytona... method Follow (line 1156) | func (r SandboxAPIGetBuildLogsRequest) Follow(follow bool) SandboxAPIG... method Execute (line 1161) | func (r SandboxAPIGetBuildLogsRequest) Execute() (*http.Response, erro... type SandboxAPIGetBuildLogsUrlRequest (line 1256) | type SandboxAPIGetBuildLogsUrlRequest struct method XDaytonaOrganizationID (line 1264) | func (r SandboxAPIGetBuildLogsUrlRequest) XDaytonaOrganizationID(xDayt... method Execute (line 1269) | func (r SandboxAPIGetBuildLogsUrlRequest) Execute() (*Url, *http.Respo... type SandboxAPIGetPortPreviewUrlRequest (line 1367) | type SandboxAPIGetPortPreviewUrlRequest struct method XDaytonaOrganizationID (line 1376) | func (r SandboxAPIGetPortPreviewUrlRequest) XDaytonaOrganizationID(xDa... method Execute (line 1381) | func (r SandboxAPIGetPortPreviewUrlRequest) Execute() (*PortPreviewUrl... type SandboxAPIGetSandboxRequest (line 1482) | type SandboxAPIGetSandboxRequest struct method XDaytonaOrganizationID (line 1491) | func (r SandboxAPIGetSandboxRequest) XDaytonaOrganizationID(xDaytonaOr... method Verbose (line 1497) | func (r SandboxAPIGetSandboxRequest) Verbose(verbose bool) SandboxAPIG... method Execute (line 1502) | func (r SandboxAPIGetSandboxRequest) Execute() (*Sandbox, *http.Respon... type SandboxAPIGetSandboxLogsRequest (line 1603) | type SandboxAPIGetSandboxLogsRequest struct method From (line 1617) | func (r SandboxAPIGetSandboxLogsRequest) From(from time.Time) SandboxA... method To (line 1623) | func (r SandboxAPIGetSandboxLogsRequest) To(to time.Time) SandboxAPIGe... method XDaytonaOrganizationID (line 1629) | func (r SandboxAPIGetSandboxLogsRequest) XDaytonaOrganizationID(xDayto... method Page (line 1635) | func (r SandboxAPIGetSandboxLogsRequest) Page(page float32) SandboxAPI... method Limit (line 1641) | func (r SandboxAPIGetSandboxLogsRequest) Limit(limit float32) SandboxA... method Severities (line 1647) | func (r SandboxAPIGetSandboxLogsRequest) Severities(severities []strin... method Search (line 1653) | func (r SandboxAPIGetSandboxLogsRequest) Search(search string) Sandbox... method Execute (line 1658) | func (r SandboxAPIGetSandboxLogsRequest) Execute() (*PaginatedLogs, *h... type SandboxAPIGetSandboxMetricsRequest (line 1792) | type SandboxAPIGetSandboxMetricsRequest struct method From (line 1803) | func (r SandboxAPIGetSandboxMetricsRequest) From(from time.Time) Sandb... method To (line 1809) | func (r SandboxAPIGetSandboxMetricsRequest) To(to time.Time) SandboxAP... method XDaytonaOrganizationID (line 1815) | func (r SandboxAPIGetSandboxMetricsRequest) XDaytonaOrganizationID(xDa... method MetricNames (line 1821) | func (r SandboxAPIGetSandboxMetricsRequest) MetricNames(metricNames []... method Execute (line 1826) | func (r SandboxAPIGetSandboxMetricsRequest) Execute() (*MetricsRespons... type SandboxAPIGetSandboxTraceSpansRequest (line 1945) | type SandboxAPIGetSandboxTraceSpansRequest struct method XDaytonaOrganizationID (line 1954) | func (r SandboxAPIGetSandboxTraceSpansRequest) XDaytonaOrganizationID(... method Execute (line 1959) | func (r SandboxAPIGetSandboxTraceSpansRequest) Execute() ([]TraceSpan,... type SandboxAPIGetSandboxTracesRequest (line 2062) | type SandboxAPIGetSandboxTracesRequest struct method From (line 2074) | func (r SandboxAPIGetSandboxTracesRequest) From(from time.Time) Sandbo... method To (line 2080) | func (r SandboxAPIGetSandboxTracesRequest) To(to time.Time) SandboxAPI... method XDaytonaOrganizationID (line 2086) | func (r SandboxAPIGetSandboxTracesRequest) XDaytonaOrganizationID(xDay... method Page (line 2092) | func (r SandboxAPIGetSandboxTracesRequest) Page(page float32) SandboxA... method Limit (line 2098) | func (r SandboxAPIGetSandboxTracesRequest) Limit(limit float32) Sandbo... method Execute (line 2103) | func (r SandboxAPIGetSandboxTracesRequest) Execute() (*PaginatedTraces... type SandboxAPIGetSandboxesForRunnerRequest (line 2223) | type SandboxAPIGetSandboxesForRunnerRequest struct method XDaytonaOrganizationID (line 2232) | func (r SandboxAPIGetSandboxesForRunnerRequest) XDaytonaOrganizationID... method States (line 2238) | func (r SandboxAPIGetSandboxesForRunnerRequest) States(states string) ... method SkipReconcilingSandboxes (line 2244) | func (r SandboxAPIGetSandboxesForRunnerRequest) SkipReconcilingSandbox... method Execute (line 2249) | func (r SandboxAPIGetSandboxesForRunnerRequest) Execute() ([]Sandbox, ... type SandboxAPIGetSignedPortPreviewUrlRequest (line 2350) | type SandboxAPIGetSignedPortPreviewUrlRequest struct method XDaytonaOrganizationID (line 2360) | func (r SandboxAPIGetSignedPortPreviewUrlRequest) XDaytonaOrganization... method ExpiresInSeconds (line 2366) | func (r SandboxAPIGetSignedPortPreviewUrlRequest) ExpiresInSeconds(exp... method Execute (line 2371) | func (r SandboxAPIGetSignedPortPreviewUrlRequest) Execute() (*SignedPo... type SandboxAPIGetToolboxProxyUrlRequest (line 2475) | type SandboxAPIGetToolboxProxyUrlRequest struct method XDaytonaOrganizationID (line 2483) | func (r SandboxAPIGetToolboxProxyUrlRequest) XDaytonaOrganizationID(xD... method Execute (line 2488) | func (r SandboxAPIGetToolboxProxyUrlRequest) Execute() (*ToolboxProxyU... type SandboxAPIListSandboxesRequest (line 2586) | type SandboxAPIListSandboxesRequest struct method XDaytonaOrganizationID (line 2596) | func (r SandboxAPIListSandboxesRequest) XDaytonaOrganizationID(xDayton... method Verbose (line 2602) | func (r SandboxAPIListSandboxesRequest) Verbose(verbose bool) SandboxA... method Labels (line 2608) | func (r SandboxAPIListSandboxesRequest) Labels(labels string) SandboxA... method IncludeErroredDeleted (line 2614) | func (r SandboxAPIListSandboxesRequest) IncludeErroredDeleted(includeE... method Execute (line 2619) | func (r SandboxAPIListSandboxesRequest) Execute() ([]Sandbox, *http.Re... type SandboxAPIListSandboxesPaginatedRequest (line 2723) | type SandboxAPIListSandboxesPaginatedRequest struct method XDaytonaOrganizationID (line 2749) | func (r SandboxAPIListSandboxesPaginatedRequest) XDaytonaOrganizationI... method Page (line 2755) | func (r SandboxAPIListSandboxesPaginatedRequest) Page(page float32) Sa... method Limit (line 2761) | func (r SandboxAPIListSandboxesPaginatedRequest) Limit(limit float32) ... method Id (line 2767) | func (r SandboxAPIListSandboxesPaginatedRequest) Id(id string) Sandbox... method Name (line 2773) | func (r SandboxAPIListSandboxesPaginatedRequest) Name(name string) San... method Labels (line 2779) | func (r SandboxAPIListSandboxesPaginatedRequest) Labels(labels string)... method IncludeErroredDeleted (line 2785) | func (r SandboxAPIListSandboxesPaginatedRequest) IncludeErroredDeleted... method States (line 2791) | func (r SandboxAPIListSandboxesPaginatedRequest) States(states []strin... method Snapshots (line 2797) | func (r SandboxAPIListSandboxesPaginatedRequest) Snapshots(snapshots [... method Regions (line 2803) | func (r SandboxAPIListSandboxesPaginatedRequest) Regions(regions []str... method MinCpu (line 2809) | func (r SandboxAPIListSandboxesPaginatedRequest) MinCpu(minCpu float32... method MaxCpu (line 2815) | func (r SandboxAPIListSandboxesPaginatedRequest) MaxCpu(maxCpu float32... method MinMemoryGiB (line 2821) | func (r SandboxAPIListSandboxesPaginatedRequest) MinMemoryGiB(minMemor... method MaxMemoryGiB (line 2827) | func (r SandboxAPIListSandboxesPaginatedRequest) MaxMemoryGiB(maxMemor... method MinDiskGiB (line 2833) | func (r SandboxAPIListSandboxesPaginatedRequest) MinDiskGiB(minDiskGiB... method MaxDiskGiB (line 2839) | func (r SandboxAPIListSandboxesPaginatedRequest) MaxDiskGiB(maxDiskGiB... method LastEventAfter (line 2845) | func (r SandboxAPIListSandboxesPaginatedRequest) LastEventAfter(lastEv... method LastEventBefore (line 2851) | func (r SandboxAPIListSandboxesPaginatedRequest) LastEventBefore(lastE... method Sort (line 2857) | func (r SandboxAPIListSandboxesPaginatedRequest) Sort(sort string) San... method Order (line 2863) | func (r SandboxAPIListSandboxesPaginatedRequest) Order(order string) S... method Execute (line 2868) | func (r SandboxAPIListSandboxesPaginatedRequest) Execute() (*Paginated... type SandboxAPIRecoverSandboxRequest (line 3059) | type SandboxAPIRecoverSandboxRequest struct method XDaytonaOrganizationID (line 3067) | func (r SandboxAPIRecoverSandboxRequest) XDaytonaOrganizationID(xDayto... method Execute (line 3072) | func (r SandboxAPIRecoverSandboxRequest) Execute() (*Sandbox, *http.Re... type SandboxAPIReplaceLabelsRequest (line 3170) | type SandboxAPIReplaceLabelsRequest struct method SandboxLabels (line 3178) | func (r SandboxAPIReplaceLabelsRequest) SandboxLabels(sandboxLabels Sa... method XDaytonaOrganizationID (line 3184) | func (r SandboxAPIReplaceLabelsRequest) XDaytonaOrganizationID(xDayton... method Execute (line 3189) | func (r SandboxAPIReplaceLabelsRequest) Execute() (*SandboxLabels, *ht... type SandboxAPIResizeSandboxRequest (line 3292) | type SandboxAPIResizeSandboxRequest struct method ResizeSandbox (line 3300) | func (r SandboxAPIResizeSandboxRequest) ResizeSandbox(resizeSandbox Re... method XDaytonaOrganizationID (line 3306) | func (r SandboxAPIResizeSandboxRequest) XDaytonaOrganizationID(xDayton... method Execute (line 3311) | func (r SandboxAPIResizeSandboxRequest) Execute() (*Sandbox, *http.Res... type SandboxAPIRevokeSshAccessRequest (line 3414) | type SandboxAPIRevokeSshAccessRequest struct method XDaytonaOrganizationID (line 3423) | func (r SandboxAPIRevokeSshAccessRequest) XDaytonaOrganizationID(xDayt... method Token (line 3429) | func (r SandboxAPIRevokeSshAccessRequest) Token(token string) SandboxA... method Execute (line 3434) | func (r SandboxAPIRevokeSshAccessRequest) Execute() (*Sandbox, *http.R... type SandboxAPISetAutoArchiveIntervalRequest (line 3535) | type SandboxAPISetAutoArchiveIntervalRequest struct method XDaytonaOrganizationID (line 3544) | func (r SandboxAPISetAutoArchiveIntervalRequest) XDaytonaOrganizationI... method Execute (line 3549) | func (r SandboxAPISetAutoArchiveIntervalRequest) Execute() (*Sandbox, ... type SandboxAPISetAutoDeleteIntervalRequest (line 3650) | type SandboxAPISetAutoDeleteIntervalRequest struct method XDaytonaOrganizationID (line 3659) | func (r SandboxAPISetAutoDeleteIntervalRequest) XDaytonaOrganizationID... method Execute (line 3664) | func (r SandboxAPISetAutoDeleteIntervalRequest) Execute() (*Sandbox, *... type SandboxAPISetAutostopIntervalRequest (line 3765) | type SandboxAPISetAutostopIntervalRequest struct method XDaytonaOrganizationID (line 3774) | func (r SandboxAPISetAutostopIntervalRequest) XDaytonaOrganizationID(x... method Execute (line 3779) | func (r SandboxAPISetAutostopIntervalRequest) Execute() (*Sandbox, *ht... type SandboxAPIStartSandboxRequest (line 3880) | type SandboxAPIStartSandboxRequest struct method XDaytonaOrganizationID (line 3888) | func (r SandboxAPIStartSandboxRequest) XDaytonaOrganizationID(xDaytona... method Execute (line 3893) | func (r SandboxAPIStartSandboxRequest) Execute() (*Sandbox, *http.Resp... type SandboxAPIStopSandboxRequest (line 3991) | type SandboxAPIStopSandboxRequest struct method XDaytonaOrganizationID (line 3999) | func (r SandboxAPIStopSandboxRequest) XDaytonaOrganizationID(xDaytonaO... method Execute (line 4004) | func (r SandboxAPIStopSandboxRequest) Execute() (*Sandbox, *http.Respo... type SandboxAPIUpdateLastActivityRequest (line 4102) | type SandboxAPIUpdateLastActivityRequest struct method XDaytonaOrganizationID (line 4110) | func (r SandboxAPIUpdateLastActivityRequest) XDaytonaOrganizationID(xD... method Execute (line 4115) | func (r SandboxAPIUpdateLastActivityRequest) Execute() (*http.Response... type SandboxAPIUpdatePublicStatusRequest (line 4202) | type SandboxAPIUpdatePublicStatusRequest struct method XDaytonaOrganizationID (line 4211) | func (r SandboxAPIUpdatePublicStatusRequest) XDaytonaOrganizationID(xD... method Execute (line 4216) | func (r SandboxAPIUpdatePublicStatusRequest) Execute() (*Sandbox, *htt... type SandboxAPIUpdateSandboxStateRequest (line 4317) | type SandboxAPIUpdateSandboxStateRequest struct method UpdateSandboxStateDto (line 4325) | func (r SandboxAPIUpdateSandboxStateRequest) UpdateSandboxStateDto(upd... method XDaytonaOrganizationID (line 4331) | func (r SandboxAPIUpdateSandboxStateRequest) XDaytonaOrganizationID(xD... method Execute (line 4336) | func (r SandboxAPIUpdateSandboxStateRequest) Execute() (*http.Response... type SandboxAPIValidateSshAccessRequest (line 4428) | type SandboxAPIValidateSshAccessRequest struct method Token (line 4436) | func (r SandboxAPIValidateSshAccessRequest) Token(token string) Sandbo... method XDaytonaOrganizationID (line 4442) | func (r SandboxAPIValidateSshAccessRequest) XDaytonaOrganizationID(xDa... method Execute (line 4447) | func (r SandboxAPIValidateSshAccessRequest) Execute() (*SshAccessValid... FILE: libs/api-client-go/api_snapshots.go type SnapshotsAPI (line 24) | type SnapshotsAPI interface type SnapshotsAPIService (line 157) | type SnapshotsAPIService method ActivateSnapshot (line 183) | func (a *SnapshotsAPIService) ActivateSnapshot(ctx context.Context, id... method ActivateSnapshotExecute (line 193) | func (a *SnapshotsAPIService) ActivateSnapshotExecute(r SnapshotsAPIAc... method CanCleanupImage (line 299) | func (a *SnapshotsAPIService) CanCleanupImage(ctx context.Context) Sna... method CanCleanupImageExecute (line 308) | func (a *SnapshotsAPIService) CanCleanupImageExecute(r SnapshotsAPICan... method CreateSnapshot (line 416) | func (a *SnapshotsAPIService) CreateSnapshot(ctx context.Context) Snap... method CreateSnapshotExecute (line 425) | func (a *SnapshotsAPIService) CreateSnapshotExecute(r SnapshotsAPICrea... method DeactivateSnapshot (line 530) | func (a *SnapshotsAPIService) DeactivateSnapshot(ctx context.Context, ... method DeactivateSnapshotExecute (line 539) | func (a *SnapshotsAPIService) DeactivateSnapshotExecute(r SnapshotsAPI... method GetAllSnapshots (line 663) | func (a *SnapshotsAPIService) GetAllSnapshots(ctx context.Context) Sna... method GetAllSnapshotsExecute (line 672) | func (a *SnapshotsAPIService) GetAllSnapshotsExecute(r SnapshotsAPIGet... method GetSnapshot (line 799) | func (a *SnapshotsAPIService) GetSnapshot(ctx context.Context, id stri... method GetSnapshotExecute (line 809) | func (a *SnapshotsAPIService) GetSnapshotExecute(r SnapshotsAPIGetSnap... method GetSnapshotBuildLogs (line 921) | func (a *SnapshotsAPIService) GetSnapshotBuildLogs(ctx context.Context... method GetSnapshotBuildLogsExecute (line 931) | func (a *SnapshotsAPIService) GetSnapshotBuildLogsExecute(r SnapshotsA... method GetSnapshotBuildLogsUrl (line 1025) | func (a *SnapshotsAPIService) GetSnapshotBuildLogsUrl(ctx context.Cont... method GetSnapshotBuildLogsUrlExecute (line 1035) | func (a *SnapshotsAPIService) GetSnapshotBuildLogsUrlExecute(r Snapsho... method RemoveSnapshot (line 1136) | func (a *SnapshotsAPIService) RemoveSnapshot(ctx context.Context, id s... method RemoveSnapshotExecute (line 1145) | func (a *SnapshotsAPIService) RemoveSnapshotExecute(r SnapshotsAPIRemo... method SetSnapshotGeneralStatus (line 1242) | func (a *SnapshotsAPIService) SetSnapshotGeneralStatus(ctx context.Con... method SetSnapshotGeneralStatusExecute (line 1252) | func (a *SnapshotsAPIService) SetSnapshotGeneralStatusExecute(r Snapsh... type SnapshotsAPIActivateSnapshotRequest (line 159) | type SnapshotsAPIActivateSnapshotRequest struct method XDaytonaOrganizationID (line 167) | func (r SnapshotsAPIActivateSnapshotRequest) XDaytonaOrganizationID(xD... method Execute (line 172) | func (r SnapshotsAPIActivateSnapshotRequest) Execute() (*SnapshotDto, ... type SnapshotsAPICanCleanupImageRequest (line 270) | type SnapshotsAPICanCleanupImageRequest struct method ImageName (line 278) | func (r SnapshotsAPICanCleanupImageRequest) ImageName(imageName string... method XDaytonaOrganizationID (line 284) | func (r SnapshotsAPICanCleanupImageRequest) XDaytonaOrganizationID(xDa... method Execute (line 289) | func (r SnapshotsAPICanCleanupImageRequest) Execute() (bool, *http.Res... type SnapshotsAPICreateSnapshotRequest (line 388) | type SnapshotsAPICreateSnapshotRequest struct method CreateSnapshot (line 395) | func (r SnapshotsAPICreateSnapshotRequest) CreateSnapshot(createSnapsh... method XDaytonaOrganizationID (line 401) | func (r SnapshotsAPICreateSnapshotRequest) XDaytonaOrganizationID(xDay... method Execute (line 406) | func (r SnapshotsAPICreateSnapshotRequest) Execute() (*SnapshotDto, *h... type SnapshotsAPIDeactivateSnapshotRequest (line 506) | type SnapshotsAPIDeactivateSnapshotRequest struct method XDaytonaOrganizationID (line 514) | func (r SnapshotsAPIDeactivateSnapshotRequest) XDaytonaOrganizationID(... method Execute (line 519) | func (r SnapshotsAPIDeactivateSnapshotRequest) Execute() (*http.Respon... type SnapshotsAPIGetAllSnapshotsRequest (line 606) | type SnapshotsAPIGetAllSnapshotsRequest struct method XDaytonaOrganizationID (line 618) | func (r SnapshotsAPIGetAllSnapshotsRequest) XDaytonaOrganizationID(xDa... method Page (line 624) | func (r SnapshotsAPIGetAllSnapshotsRequest) Page(page float32) Snapsho... method Limit (line 630) | func (r SnapshotsAPIGetAllSnapshotsRequest) Limit(limit float32) Snaps... method Name (line 636) | func (r SnapshotsAPIGetAllSnapshotsRequest) Name(name string) Snapshot... method Sort (line 642) | func (r SnapshotsAPIGetAllSnapshotsRequest) Sort(sort string) Snapshot... method Order (line 648) | func (r SnapshotsAPIGetAllSnapshotsRequest) Order(order string) Snapsh... method Execute (line 653) | func (r SnapshotsAPIGetAllSnapshotsRequest) Execute() (*PaginatedSnaps... type SnapshotsAPIGetSnapshotRequest (line 775) | type SnapshotsAPIGetSnapshotRequest struct method XDaytonaOrganizationID (line 783) | func (r SnapshotsAPIGetSnapshotRequest) XDaytonaOrganizationID(xDayton... method Execute (line 788) | func (r SnapshotsAPIGetSnapshotRequest) Execute() (*SnapshotDto, *http... type SnapshotsAPIGetSnapshotBuildLogsRequest (line 886) | type SnapshotsAPIGetSnapshotBuildLogsRequest struct method XDaytonaOrganizationID (line 895) | func (r SnapshotsAPIGetSnapshotBuildLogsRequest) XDaytonaOrganizationI... method Follow (line 901) | func (r SnapshotsAPIGetSnapshotBuildLogsRequest) Follow(follow bool) S... method Execute (line 906) | func (r SnapshotsAPIGetSnapshotBuildLogsRequest) Execute() (*http.Resp... type SnapshotsAPIGetSnapshotBuildLogsUrlRequest (line 1001) | type SnapshotsAPIGetSnapshotBuildLogsUrlRequest struct method XDaytonaOrganizationID (line 1009) | func (r SnapshotsAPIGetSnapshotBuildLogsUrlRequest) XDaytonaOrganizati... method Execute (line 1014) | func (r SnapshotsAPIGetSnapshotBuildLogsUrlRequest) Execute() (*Url, *... type SnapshotsAPIRemoveSnapshotRequest (line 1112) | type SnapshotsAPIRemoveSnapshotRequest struct method XDaytonaOrganizationID (line 1120) | func (r SnapshotsAPIRemoveSnapshotRequest) XDaytonaOrganizationID(xDay... method Execute (line 1125) | func (r SnapshotsAPIRemoveSnapshotRequest) Execute() (*http.Response, ... type SnapshotsAPISetSnapshotGeneralStatusRequest (line 1212) | type SnapshotsAPISetSnapshotGeneralStatusRequest struct method SetSnapshotGeneralStatusDto (line 1220) | func (r SnapshotsAPISetSnapshotGeneralStatusRequest) SetSnapshotGenera... method XDaytonaOrganizationID (line 1226) | func (r SnapshotsAPISetSnapshotGeneralStatusRequest) XDaytonaOrganizat... method Execute (line 1231) | func (r SnapshotsAPISetSnapshotGeneralStatusRequest) Execute() (*Snaps... FILE: libs/api-client-go/api_toolbox.go type ToolboxAPI (line 25) | type ToolboxAPI interface type ToolboxAPIService (line 1236) | type ToolboxAPIService method ClickMouseDeprecated (line 1272) | func (a *ToolboxAPIService) ClickMouseDeprecated(ctx context.Context, ... method ClickMouseDeprecatedExecute (line 1283) | func (a *ToolboxAPIService) ClickMouseDeprecatedExecute(r ToolboxAPICl... method CreateFolderDeprecated (line 1405) | func (a *ToolboxAPIService) CreateFolderDeprecated(ctx context.Context... method CreateFolderDeprecatedExecute (line 1415) | func (a *ToolboxAPIService) CreateFolderDeprecatedExecute(r ToolboxAPI... method CreatePTYSessionDeprecated (line 1524) | func (a *ToolboxAPIService) CreatePTYSessionDeprecated(ctx context.Con... method CreatePTYSessionDeprecatedExecute (line 1535) | func (a *ToolboxAPIService) CreatePTYSessionDeprecatedExecute(r Toolbo... method CreateSessionDeprecated (line 1651) | func (a *ToolboxAPIService) CreateSessionDeprecated(ctx context.Contex... method CreateSessionDeprecatedExecute (line 1661) | func (a *ToolboxAPIService) CreateSessionDeprecatedExecute(r ToolboxAP... method DeleteFileDeprecated (line 1773) | func (a *ToolboxAPIService) DeleteFileDeprecated(ctx context.Context, ... method DeleteFileDeprecatedExecute (line 1783) | func (a *ToolboxAPIService) DeleteFileDeprecatedExecute(r ToolboxAPIDe... method DeletePTYSessionDeprecated (line 1887) | func (a *ToolboxAPIService) DeletePTYSessionDeprecated(ctx context.Con... method DeletePTYSessionDeprecatedExecute (line 1898) | func (a *ToolboxAPIService) DeletePTYSessionDeprecatedExecute(r Toolbo... method DeleteSessionDeprecated (line 1996) | func (a *ToolboxAPIService) DeleteSessionDeprecated(ctx context.Contex... method DeleteSessionDeprecatedExecute (line 2007) | func (a *ToolboxAPIService) DeleteSessionDeprecatedExecute(r ToolboxAP... method DownloadFileDeprecated (line 2109) | func (a *ToolboxAPIService) DownloadFileDeprecated(ctx context.Context... method DownloadFileDeprecatedExecute (line 2120) | func (a *ToolboxAPIService) DownloadFileDeprecatedExecute(r ToolboxAPI... method DownloadFilesDeprecated (line 2235) | func (a *ToolboxAPIService) DownloadFilesDeprecated(ctx context.Contex... method DownloadFilesDeprecatedExecute (line 2246) | func (a *ToolboxAPIService) DownloadFilesDeprecatedExecute(r ToolboxAP... method DragMouseDeprecated (line 2362) | func (a *ToolboxAPIService) DragMouseDeprecated(ctx context.Context, s... method DragMouseDeprecatedExecute (line 2373) | func (a *ToolboxAPIService) DragMouseDeprecatedExecute(r ToolboxAPIDra... method ExecuteCommandDeprecated (line 2489) | func (a *ToolboxAPIService) ExecuteCommandDeprecated(ctx context.Conte... method ExecuteCommandDeprecatedExecute (line 2500) | func (a *ToolboxAPIService) ExecuteCommandDeprecatedExecute(r ToolboxA... method ExecuteSessionCommandDeprecated (line 2618) | func (a *ToolboxAPIService) ExecuteSessionCommandDeprecated(ctx contex... method ExecuteSessionCommandDeprecatedExecute (line 2630) | func (a *ToolboxAPIService) ExecuteSessionCommandDeprecatedExecute(r T... method FindInFilesDeprecated (line 2753) | func (a *ToolboxAPIService) FindInFilesDeprecated(ctx context.Context,... method FindInFilesDeprecatedExecute (line 2764) | func (a *ToolboxAPIService) FindInFilesDeprecatedExecute(r ToolboxAPIF... method GetComputerUseStatusDeprecated (line 2877) | func (a *ToolboxAPIService) GetComputerUseStatusDeprecated(ctx context... method GetComputerUseStatusDeprecatedExecute (line 2888) | func (a *ToolboxAPIService) GetComputerUseStatusDeprecatedExecute(r To... method GetDisplayInfoDeprecated (line 2993) | func (a *ToolboxAPIService) GetDisplayInfoDeprecated(ctx context.Conte... method GetDisplayInfoDeprecatedExecute (line 3004) | func (a *ToolboxAPIService) GetDisplayInfoDeprecatedExecute(r ToolboxA... method GetFileInfoDeprecated (line 3115) | func (a *ToolboxAPIService) GetFileInfoDeprecated(ctx context.Context,... method GetFileInfoDeprecatedExecute (line 3126) | func (a *ToolboxAPIService) GetFileInfoDeprecatedExecute(r ToolboxAPIG... method GetMousePositionDeprecated (line 3235) | func (a *ToolboxAPIService) GetMousePositionDeprecated(ctx context.Con... method GetMousePositionDeprecatedExecute (line 3246) | func (a *ToolboxAPIService) GetMousePositionDeprecatedExecute(r Toolbo... method GetPTYSessionDeprecated (line 3353) | func (a *ToolboxAPIService) GetPTYSessionDeprecated(ctx context.Contex... method GetPTYSessionDeprecatedExecute (line 3365) | func (a *ToolboxAPIService) GetPTYSessionDeprecatedExecute(r ToolboxAP... method GetProcessErrorsDeprecated (line 3473) | func (a *ToolboxAPIService) GetProcessErrorsDeprecated(ctx context.Con... method GetProcessErrorsDeprecatedExecute (line 3485) | func (a *ToolboxAPIService) GetProcessErrorsDeprecatedExecute(r Toolbo... method GetProcessLogsDeprecated (line 3593) | func (a *ToolboxAPIService) GetProcessLogsDeprecated(ctx context.Conte... method GetProcessLogsDeprecatedExecute (line 3605) | func (a *ToolboxAPIService) GetProcessLogsDeprecatedExecute(r ToolboxA... method GetProcessStatusDeprecated (line 3713) | func (a *ToolboxAPIService) GetProcessStatusDeprecated(ctx context.Con... method GetProcessStatusDeprecatedExecute (line 3725) | func (a *ToolboxAPIService) GetProcessStatusDeprecatedExecute(r Toolbo... method GetProjectDirDeprecated (line 3829) | func (a *ToolboxAPIService) GetProjectDirDeprecated(ctx context.Contex... method GetProjectDirDeprecatedExecute (line 3840) | func (a *ToolboxAPIService) GetProjectDirDeprecatedExecute(r ToolboxAP... method GetSessionCommandDeprecated (line 3949) | func (a *ToolboxAPIService) GetSessionCommandDeprecated(ctx context.Co... method GetSessionCommandDeprecatedExecute (line 3962) | func (a *ToolboxAPIService) GetSessionCommandDeprecatedExecute(r Toolb... method GetSessionCommandLogsDeprecated (line 4080) | func (a *ToolboxAPIService) GetSessionCommandLogsDeprecated(ctx contex... method GetSessionCommandLogsDeprecatedExecute (line 4093) | func (a *ToolboxAPIService) GetSessionCommandLogsDeprecatedExecute(r T... method GetSessionDeprecated (line 4205) | func (a *ToolboxAPIService) GetSessionDeprecated(ctx context.Context, ... method GetSessionDeprecatedExecute (line 4217) | func (a *ToolboxAPIService) GetSessionDeprecatedExecute(r ToolboxAPIGe... method GetUserHomeDirDeprecated (line 4321) | func (a *ToolboxAPIService) GetUserHomeDirDeprecated(ctx context.Conte... method GetUserHomeDirDeprecatedExecute (line 4332) | func (a *ToolboxAPIService) GetUserHomeDirDeprecatedExecute(r ToolboxA... method GetWindowsDeprecated (line 4437) | func (a *ToolboxAPIService) GetWindowsDeprecated(ctx context.Context, ... method GetWindowsDeprecatedExecute (line 4448) | func (a *ToolboxAPIService) GetWindowsDeprecatedExecute(r ToolboxAPIGe... method GetWorkDirDeprecated (line 4551) | func (a *ToolboxAPIService) GetWorkDirDeprecated(ctx context.Context, ... method GetWorkDirDeprecatedExecute (line 4562) | func (a *ToolboxAPIService) GetWorkDirDeprecatedExecute(r ToolboxAPIGe... method GitAddFilesDeprecated (line 4673) | func (a *ToolboxAPIService) GitAddFilesDeprecated(ctx context.Context,... method GitAddFilesDeprecatedExecute (line 4683) | func (a *ToolboxAPIService) GitAddFilesDeprecatedExecute(r ToolboxAPIG... method GitCheckoutBranchDeprecated (line 4789) | func (a *ToolboxAPIService) GitCheckoutBranchDeprecated(ctx context.Co... method GitCheckoutBranchDeprecatedExecute (line 4799) | func (a *ToolboxAPIService) GitCheckoutBranchDeprecatedExecute(r Toolb... method GitCloneRepositoryDeprecated (line 4905) | func (a *ToolboxAPIService) GitCloneRepositoryDeprecated(ctx context.C... method GitCloneRepositoryDeprecatedExecute (line 4915) | func (a *ToolboxAPIService) GitCloneRepositoryDeprecatedExecute(r Tool... method GitCommitChangesDeprecated (line 5021) | func (a *ToolboxAPIService) GitCommitChangesDeprecated(ctx context.Con... method GitCommitChangesDeprecatedExecute (line 5032) | func (a *ToolboxAPIService) GitCommitChangesDeprecatedExecute(r Toolbo... method GitCreateBranchDeprecated (line 5148) | func (a *ToolboxAPIService) GitCreateBranchDeprecated(ctx context.Cont... method GitCreateBranchDeprecatedExecute (line 5158) | func (a *ToolboxAPIService) GitCreateBranchDeprecatedExecute(r Toolbox... method GitDeleteBranchDeprecated (line 5264) | func (a *ToolboxAPIService) GitDeleteBranchDeprecated(ctx context.Cont... method GitDeleteBranchDeprecatedExecute (line 5274) | func (a *ToolboxAPIService) GitDeleteBranchDeprecatedExecute(r Toolbox... method GitGetHistoryDeprecated (line 5380) | func (a *ToolboxAPIService) GitGetHistoryDeprecated(ctx context.Contex... method GitGetHistoryDeprecatedExecute (line 5391) | func (a *ToolboxAPIService) GitGetHistoryDeprecatedExecute(r ToolboxAP... method GitGetStatusDeprecated (line 5506) | func (a *ToolboxAPIService) GitGetStatusDeprecated(ctx context.Context... method GitGetStatusDeprecatedExecute (line 5517) | func (a *ToolboxAPIService) GitGetStatusDeprecatedExecute(r ToolboxAPI... method GitListBranchesDeprecated (line 5632) | func (a *ToolboxAPIService) GitListBranchesDeprecated(ctx context.Cont... method GitListBranchesDeprecatedExecute (line 5643) | func (a *ToolboxAPIService) GitListBranchesDeprecatedExecute(r Toolbox... method GitPullChangesDeprecated (line 5758) | func (a *ToolboxAPIService) GitPullChangesDeprecated(ctx context.Conte... method GitPullChangesDeprecatedExecute (line 5768) | func (a *ToolboxAPIService) GitPullChangesDeprecatedExecute(r ToolboxA... method GitPushChangesDeprecated (line 5874) | func (a *ToolboxAPIService) GitPushChangesDeprecated(ctx context.Conte... method GitPushChangesDeprecatedExecute (line 5884) | func (a *ToolboxAPIService) GitPushChangesDeprecatedExecute(r ToolboxA... method ListFilesDeprecated (line 5988) | func (a *ToolboxAPIService) ListFilesDeprecated(ctx context.Context, s... method ListFilesDeprecatedExecute (line 5999) | func (a *ToolboxAPIService) ListFilesDeprecatedExecute(r ToolboxAPILis... method ListPTYSessionsDeprecated (line 6107) | func (a *ToolboxAPIService) ListPTYSessionsDeprecated(ctx context.Cont... method ListPTYSessionsDeprecatedExecute (line 6118) | func (a *ToolboxAPIService) ListPTYSessionsDeprecatedExecute(r Toolbox... method ListSessionsDeprecated (line 6223) | func (a *ToolboxAPIService) ListSessionsDeprecated(ctx context.Context... method ListSessionsDeprecatedExecute (line 6234) | func (a *ToolboxAPIService) ListSessionsDeprecatedExecute(r ToolboxAPI... method LspCompletionsDeprecated (line 6345) | func (a *ToolboxAPIService) LspCompletionsDeprecated(ctx context.Conte... method LspCompletionsDeprecatedExecute (line 6356) | func (a *ToolboxAPIService) LspCompletionsDeprecatedExecute(r ToolboxA... method LspDidCloseDeprecated (line 6472) | func (a *ToolboxAPIService) LspDidCloseDeprecated(ctx context.Context,... method LspDidCloseDeprecatedExecute (line 6482) | func (a *ToolboxAPIService) LspDidCloseDeprecatedExecute(r ToolboxAPIL... method LspDidOpenDeprecated (line 6588) | func (a *ToolboxAPIService) LspDidOpenDeprecated(ctx context.Context, ... method LspDidOpenDeprecatedExecute (line 6598) | func (a *ToolboxAPIService) LspDidOpenDeprecatedExecute(r ToolboxAPILs... method LspDocumentSymbolsDeprecated (line 6716) | func (a *ToolboxAPIService) LspDocumentSymbolsDeprecated(ctx context.C... method LspDocumentSymbolsDeprecatedExecute (line 6727) | func (a *ToolboxAPIService) LspDocumentSymbolsDeprecatedExecute(r Tool... method LspStartDeprecated (line 6850) | func (a *ToolboxAPIService) LspStartDeprecated(ctx context.Context, sa... method LspStartDeprecatedExecute (line 6860) | func (a *ToolboxAPIService) LspStartDeprecatedExecute(r ToolboxAPILspS... method LspStopDeprecated (line 6966) | func (a *ToolboxAPIService) LspStopDeprecated(ctx context.Context, san... method LspStopDeprecatedExecute (line 6976) | func (a *ToolboxAPIService) LspStopDeprecatedExecute(r ToolboxAPILspSt... method LspWorkspaceSymbolsDeprecated (line 7094) | func (a *ToolboxAPIService) LspWorkspaceSymbolsDeprecated(ctx context.... method LspWorkspaceSymbolsDeprecatedExecute (line 7105) | func (a *ToolboxAPIService) LspWorkspaceSymbolsDeprecatedExecute(r Too... method MoveFileDeprecated (line 7234) | func (a *ToolboxAPIService) MoveFileDeprecated(ctx context.Context, sa... method MoveFileDeprecatedExecute (line 7244) | func (a *ToolboxAPIService) MoveFileDeprecatedExecute(r ToolboxAPIMove... method MoveMouseDeprecated (line 7353) | func (a *ToolboxAPIService) MoveMouseDeprecated(ctx context.Context, s... method MoveMouseDeprecatedExecute (line 7364) | func (a *ToolboxAPIService) MoveMouseDeprecatedExecute(r ToolboxAPIMov... method PressHotkeyDeprecated (line 7480) | func (a *ToolboxAPIService) PressHotkeyDeprecated(ctx context.Context,... method PressHotkeyDeprecatedExecute (line 7490) | func (a *ToolboxAPIService) PressHotkeyDeprecatedExecute(r ToolboxAPIP... method PressKeyDeprecated (line 7596) | func (a *ToolboxAPIService) PressKeyDeprecated(ctx context.Context, sa... method PressKeyDeprecatedExecute (line 7606) | func (a *ToolboxAPIService) PressKeyDeprecatedExecute(r ToolboxAPIPres... method ReplaceInFilesDeprecated (line 7712) | func (a *ToolboxAPIService) ReplaceInFilesDeprecated(ctx context.Conte... method ReplaceInFilesDeprecatedExecute (line 7723) | func (a *ToolboxAPIService) ReplaceInFilesDeprecatedExecute(r ToolboxA... method ResizePTYSessionDeprecated (line 7841) | func (a *ToolboxAPIService) ResizePTYSessionDeprecated(ctx context.Con... method ResizePTYSessionDeprecatedExecute (line 7853) | func (a *ToolboxAPIService) ResizePTYSessionDeprecatedExecute(r Toolbo... method RestartProcessDeprecated (line 7966) | func (a *ToolboxAPIService) RestartProcessDeprecated(ctx context.Conte... method RestartProcessDeprecatedExecute (line 7978) | func (a *ToolboxAPIService) RestartProcessDeprecatedExecute(r ToolboxA... method ScrollMouseDeprecated (line 8090) | func (a *ToolboxAPIService) ScrollMouseDeprecated(ctx context.Context,... method ScrollMouseDeprecatedExecute (line 8101) | func (a *ToolboxAPIService) ScrollMouseDeprecatedExecute(r ToolboxAPIS... method SearchFilesDeprecated (line 8223) | func (a *ToolboxAPIService) SearchFilesDeprecated(ctx context.Context,... method SearchFilesDeprecatedExecute (line 8234) | func (a *ToolboxAPIService) SearchFilesDeprecatedExecute(r ToolboxAPIS... method SetFilePermissionsDeprecated (line 8371) | func (a *ToolboxAPIService) SetFilePermissionsDeprecated(ctx context.C... method SetFilePermissionsDeprecatedExecute (line 8381) | func (a *ToolboxAPIService) SetFilePermissionsDeprecatedExecute(r Tool... method StartComputerUseDeprecated (line 8489) | func (a *ToolboxAPIService) StartComputerUseDeprecated(ctx context.Con... method StartComputerUseDeprecatedExecute (line 8500) | func (a *ToolboxAPIService) StartComputerUseDeprecatedExecute(r Toolbo... method StopComputerUseDeprecated (line 8605) | func (a *ToolboxAPIService) StopComputerUseDeprecated(ctx context.Cont... method StopComputerUseDeprecatedExecute (line 8616) | func (a *ToolboxAPIService) StopComputerUseDeprecatedExecute(r Toolbox... method TakeCompressedRegionScreenshotDeprecated (line 8769) | func (a *ToolboxAPIService) TakeCompressedRegionScreenshotDeprecated(c... method TakeCompressedRegionScreenshotDeprecatedExecute (line 8780) | func (a *ToolboxAPIService) TakeCompressedRegionScreenshotDeprecatedEx... method TakeCompressedScreenshotDeprecated (line 8937) | func (a *ToolboxAPIService) TakeCompressedScreenshotDeprecated(ctx con... method TakeCompressedScreenshotDeprecatedExecute (line 8948) | func (a *ToolboxAPIService) TakeCompressedScreenshotDeprecatedExecute(... method TakeRegionScreenshotDeprecated (line 9095) | func (a *ToolboxAPIService) TakeRegionScreenshotDeprecated(ctx context... method TakeRegionScreenshotDeprecatedExecute (line 9106) | func (a *ToolboxAPIService) TakeRegionScreenshotDeprecatedExecute(r To... method TakeScreenshotDeprecated (line 9236) | func (a *ToolboxAPIService) TakeScreenshotDeprecated(ctx context.Conte... method TakeScreenshotDeprecatedExecute (line 9247) | func (a *ToolboxAPIService) TakeScreenshotDeprecatedExecute(r ToolboxA... method TypeTextDeprecated (line 9361) | func (a *ToolboxAPIService) TypeTextDeprecated(ctx context.Context, sa... method TypeTextDeprecatedExecute (line 9371) | func (a *ToolboxAPIService) TypeTextDeprecatedExecute(r ToolboxAPIType... method UploadFileDeprecated (line 9483) | func (a *ToolboxAPIService) UploadFileDeprecated(ctx context.Context, ... method UploadFileDeprecatedExecute (line 9493) | func (a *ToolboxAPIService) UploadFileDeprecatedExecute(r ToolboxAPIUp... method UploadFilesDeprecated (line 9607) | func (a *ToolboxAPIService) UploadFilesDeprecated(ctx context.Context,... method UploadFilesDeprecatedExecute (line 9617) | func (a *ToolboxAPIService) UploadFilesDeprecatedExecute(r ToolboxAPIU... type ToolboxAPIClickMouseDeprecatedRequest (line 1238) | type ToolboxAPIClickMouseDeprecatedRequest struct method MouseClickRequest (line 1246) | func (r ToolboxAPIClickMouseDeprecatedRequest) MouseClickRequest(mouse... method XDaytonaOrganizationID (line 1252) | func (r ToolboxAPIClickMouseDeprecatedRequest) XDaytonaOrganizationID(... method Execute (line 1257) | func (r ToolboxAPIClickMouseDeprecatedRequest) Execute() (*MouseClickR... type ToolboxAPICreateFolderDeprecatedRequest (line 1365) | type ToolboxAPICreateFolderDeprecatedRequest struct method Path (line 1374) | func (r ToolboxAPICreateFolderDeprecatedRequest) Path(path string) Too... method Mode (line 1379) | func (r ToolboxAPICreateFolderDeprecatedRequest) Mode(mode string) Too... method XDaytonaOrganizationID (line 1385) | func (r ToolboxAPICreateFolderDeprecatedRequest) XDaytonaOrganizationI... method Execute (line 1390) | func (r ToolboxAPICreateFolderDeprecatedRequest) Execute() (*http.Resp... type ToolboxAPICreatePTYSessionDeprecatedRequest (line 1490) | type ToolboxAPICreatePTYSessionDeprecatedRequest struct method PtyCreateRequest (line 1498) | func (r ToolboxAPICreatePTYSessionDeprecatedRequest) PtyCreateRequest(... method XDaytonaOrganizationID (line 1504) | func (r ToolboxAPICreatePTYSessionDeprecatedRequest) XDaytonaOrganizat... method Execute (line 1509) | func (r ToolboxAPICreatePTYSessionDeprecatedRequest) Execute() (*PtyCr... type ToolboxAPICreateSessionDeprecatedRequest (line 1617) | type ToolboxAPICreateSessionDeprecatedRequest struct method CreateSessionRequest (line 1625) | func (r ToolboxAPICreateSessionDeprecatedRequest) CreateSessionRequest... method XDaytonaOrganizationID (line 1631) | func (r ToolboxAPICreateSessionDeprecatedRequest) XDaytonaOrganization... method Execute (line 1636) | func (r ToolboxAPICreateSessionDeprecatedRequest) Execute() (*http.Res... type ToolboxAPIDeleteFileDeprecatedRequest (line 1733) | type ToolboxAPIDeleteFileDeprecatedRequest struct method Path (line 1742) | func (r ToolboxAPIDeleteFileDeprecatedRequest) Path(path string) Toolb... method XDaytonaOrganizationID (line 1748) | func (r ToolboxAPIDeleteFileDeprecatedRequest) XDaytonaOrganizationID(... method Recursive (line 1753) | func (r ToolboxAPIDeleteFileDeprecatedRequest) Recursive(recursive boo... method Execute (line 1758) | func (r ToolboxAPIDeleteFileDeprecatedRequest) Execute() (*http.Respon... type ToolboxAPIDeletePTYSessionDeprecatedRequest (line 1857) | type ToolboxAPIDeletePTYSessionDeprecatedRequest struct method XDaytonaOrganizationID (line 1866) | func (r ToolboxAPIDeletePTYSessionDeprecatedRequest) XDaytonaOrganizat... method Execute (line 1871) | func (r ToolboxAPIDeletePTYSessionDeprecatedRequest) Execute() (*http.... type ToolboxAPIDeleteSessionDeprecatedRequest (line 1966) | type ToolboxAPIDeleteSessionDeprecatedRequest struct method XDaytonaOrganizationID (line 1975) | func (r ToolboxAPIDeleteSessionDeprecatedRequest) XDaytonaOrganization... method Execute (line 1980) | func (r ToolboxAPIDeleteSessionDeprecatedRequest) Execute() (*http.Res... type ToolboxAPIDownloadFileDeprecatedRequest (line 2075) | type ToolboxAPIDownloadFileDeprecatedRequest struct method Path (line 2083) | func (r ToolboxAPIDownloadFileDeprecatedRequest) Path(path string) Too... method XDaytonaOrganizationID (line 2089) | func (r ToolboxAPIDownloadFileDeprecatedRequest) XDaytonaOrganizationI... method Execute (line 2094) | func (r ToolboxAPIDownloadFileDeprecatedRequest) Execute() (*os.File, ... type ToolboxAPIDownloadFilesDeprecatedRequest (line 2201) | type ToolboxAPIDownloadFilesDeprecatedRequest struct method DownloadFiles (line 2209) | func (r ToolboxAPIDownloadFilesDeprecatedRequest) DownloadFiles(downlo... method XDaytonaOrganizationID (line 2215) | func (r ToolboxAPIDownloadFilesDeprecatedRequest) XDaytonaOrganization... method Execute (line 2220) | func (r ToolboxAPIDownloadFilesDeprecatedRequest) Execute() (*os.File,... type ToolboxAPIDragMouseDeprecatedRequest (line 2328) | type ToolboxAPIDragMouseDeprecatedRequest struct method MouseDragRequest (line 2336) | func (r ToolboxAPIDragMouseDeprecatedRequest) MouseDragRequest(mouseDr... method XDaytonaOrganizationID (line 2342) | func (r ToolboxAPIDragMouseDeprecatedRequest) XDaytonaOrganizationID(x... method Execute (line 2347) | func (r ToolboxAPIDragMouseDeprecatedRequest) Execute() (*MouseDragRes... type ToolboxAPIExecuteCommandDeprecatedRequest (line 2455) | type ToolboxAPIExecuteCommandDeprecatedRequest struct method ExecuteRequest (line 2463) | func (r ToolboxAPIExecuteCommandDeprecatedRequest) ExecuteRequest(exec... method XDaytonaOrganizationID (line 2469) | func (r ToolboxAPIExecuteCommandDeprecatedRequest) XDaytonaOrganizatio... method Execute (line 2474) | func (r ToolboxAPIExecuteCommandDeprecatedRequest) Execute() (*Execute... type ToolboxAPIExecuteSessionCommandDeprecatedRequest (line 2582) | type ToolboxAPIExecuteSessionCommandDeprecatedRequest struct method SessionExecuteRequest (line 2591) | func (r ToolboxAPIExecuteSessionCommandDeprecatedRequest) SessionExecu... method XDaytonaOrganizationID (line 2597) | func (r ToolboxAPIExecuteSessionCommandDeprecatedRequest) XDaytonaOrga... method Execute (line 2602) | func (r ToolboxAPIExecuteSessionCommandDeprecatedRequest) Execute() (*... type ToolboxAPIFindInFilesDeprecatedRequest (line 2713) | type ToolboxAPIFindInFilesDeprecatedRequest struct method Path (line 2722) | func (r ToolboxAPIFindInFilesDeprecatedRequest) Path(path string) Tool... method Pattern (line 2727) | func (r ToolboxAPIFindInFilesDeprecatedRequest) Pattern(pattern string... method XDaytonaOrganizationID (line 2733) | func (r ToolboxAPIFindInFilesDeprecatedRequest) XDaytonaOrganizationID... method Execute (line 2738) | func (r ToolboxAPIFindInFilesDeprecatedRequest) Execute() ([]Match, *h... type ToolboxAPIGetComputerUseStatusDeprecatedRequest (line 2849) | type ToolboxAPIGetComputerUseStatusDeprecatedRequest struct method XDaytonaOrganizationID (line 2857) | func (r ToolboxAPIGetComputerUseStatusDeprecatedRequest) XDaytonaOrgan... method Execute (line 2862) | func (r ToolboxAPIGetComputerUseStatusDeprecatedRequest) Execute() (*C... type ToolboxAPIGetDisplayInfoDeprecatedRequest (line 2965) | type ToolboxAPIGetDisplayInfoDeprecatedRequest struct method XDaytonaOrganizationID (line 2973) | func (r ToolboxAPIGetDisplayInfoDeprecatedRequest) XDaytonaOrganizatio... method Execute (line 2978) | func (r ToolboxAPIGetDisplayInfoDeprecatedRequest) Execute() (*Display... type ToolboxAPIGetFileInfoDeprecatedRequest (line 3081) | type ToolboxAPIGetFileInfoDeprecatedRequest struct method Path (line 3089) | func (r ToolboxAPIGetFileInfoDeprecatedRequest) Path(path string) Tool... method XDaytonaOrganizationID (line 3095) | func (r ToolboxAPIGetFileInfoDeprecatedRequest) XDaytonaOrganizationID... method Execute (line 3100) | func (r ToolboxAPIGetFileInfoDeprecatedRequest) Execute() (*FileInfo, ... type ToolboxAPIGetMousePositionDeprecatedRequest (line 3207) | type ToolboxAPIGetMousePositionDeprecatedRequest struct method XDaytonaOrganizationID (line 3215) | func (r ToolboxAPIGetMousePositionDeprecatedRequest) XDaytonaOrganizat... method Execute (line 3220) | func (r ToolboxAPIGetMousePositionDeprecatedRequest) Execute() (*Mouse... type ToolboxAPIGetPTYSessionDeprecatedRequest (line 3323) | type ToolboxAPIGetPTYSessionDeprecatedRequest struct method XDaytonaOrganizationID (line 3332) | func (r ToolboxAPIGetPTYSessionDeprecatedRequest) XDaytonaOrganization... method Execute (line 3337) | func (r ToolboxAPIGetPTYSessionDeprecatedRequest) Execute() (*PtySessi... type ToolboxAPIGetProcessErrorsDeprecatedRequest (line 3443) | type ToolboxAPIGetProcessErrorsDeprecatedRequest struct method XDaytonaOrganizationID (line 3452) | func (r ToolboxAPIGetProcessErrorsDeprecatedRequest) XDaytonaOrganizat... method Execute (line 3457) | func (r ToolboxAPIGetProcessErrorsDeprecatedRequest) Execute() (*Proce... type ToolboxAPIGetProcessLogsDeprecatedRequest (line 3563) | type ToolboxAPIGetProcessLogsDeprecatedRequest struct method XDaytonaOrganizationID (line 3572) | func (r ToolboxAPIGetProcessLogsDeprecatedRequest) XDaytonaOrganizatio... method Execute (line 3577) | func (r ToolboxAPIGetProcessLogsDeprecatedRequest) Execute() (*Process... type ToolboxAPIGetProcessStatusDeprecatedRequest (line 3683) | type ToolboxAPIGetProcessStatusDeprecatedRequest struct method XDaytonaOrganizationID (line 3692) | func (r ToolboxAPIGetProcessStatusDeprecatedRequest) XDaytonaOrganizat... method Execute (line 3697) | func (r ToolboxAPIGetProcessStatusDeprecatedRequest) Execute() (*Proce... type ToolboxAPIGetProjectDirDeprecatedRequest (line 3803) | type ToolboxAPIGetProjectDirDeprecatedRequest struct method XDaytonaOrganizationID (line 3811) | func (r ToolboxAPIGetProjectDirDeprecatedRequest) XDaytonaOrganization... method Execute (line 3816) | func (r ToolboxAPIGetProjectDirDeprecatedRequest) Execute() (*ProjectD... type ToolboxAPIGetSessionCommandDeprecatedRequest (line 3917) | type ToolboxAPIGetSessionCommandDeprecatedRequest struct method XDaytonaOrganizationID (line 3927) | func (r ToolboxAPIGetSessionCommandDeprecatedRequest) XDaytonaOrganiza... method Execute (line 3932) | func (r ToolboxAPIGetSessionCommandDeprecatedRequest) Execute() (*Comm... type ToolboxAPIGetSessionCommandLogsDeprecatedRequest (line 4041) | type ToolboxAPIGetSessionCommandLogsDeprecatedRequest struct method XDaytonaOrganizationID (line 4052) | func (r ToolboxAPIGetSessionCommandLogsDeprecatedRequest) XDaytonaOrga... method Follow (line 4058) | func (r ToolboxAPIGetSessionCommandLogsDeprecatedRequest) Follow(follo... method Execute (line 4063) | func (r ToolboxAPIGetSessionCommandLogsDeprecatedRequest) Execute() (s... type ToolboxAPIGetSessionDeprecatedRequest (line 4175) | type ToolboxAPIGetSessionDeprecatedRequest struct method XDaytonaOrganizationID (line 4184) | func (r ToolboxAPIGetSessionDeprecatedRequest) XDaytonaOrganizationID(... method Execute (line 4189) | func (r ToolboxAPIGetSessionDeprecatedRequest) Execute() (*Session, *h... type ToolboxAPIGetUserHomeDirDeprecatedRequest (line 4295) | type ToolboxAPIGetUserHomeDirDeprecatedRequest struct method XDaytonaOrganizationID (line 4303) | func (r ToolboxAPIGetUserHomeDirDeprecatedRequest) XDaytonaOrganizatio... method Execute (line 4308) | func (r ToolboxAPIGetUserHomeDirDeprecatedRequest) Execute() (*UserHom... type ToolboxAPIGetWindowsDeprecatedRequest (line 4409) | type ToolboxAPIGetWindowsDeprecatedRequest struct method XDaytonaOrganizationID (line 4417) | func (r ToolboxAPIGetWindowsDeprecatedRequest) XDaytonaOrganizationID(... method Execute (line 4422) | func (r ToolboxAPIGetWindowsDeprecatedRequest) Execute() (*WindowsResp... type ToolboxAPIGetWorkDirDeprecatedRequest (line 4525) | type ToolboxAPIGetWorkDirDeprecatedRequest struct method XDaytonaOrganizationID (line 4533) | func (r ToolboxAPIGetWorkDirDeprecatedRequest) XDaytonaOrganizationID(... method Execute (line 4538) | func (r ToolboxAPIGetWorkDirDeprecatedRequest) Execute() (*WorkDirResp... type ToolboxAPIGitAddFilesDeprecatedRequest (line 4639) | type ToolboxAPIGitAddFilesDeprecatedRequest struct method GitAddRequest (line 4647) | func (r ToolboxAPIGitAddFilesDeprecatedRequest) GitAddRequest(gitAddRe... method XDaytonaOrganizationID (line 4653) | func (r ToolboxAPIGitAddFilesDeprecatedRequest) XDaytonaOrganizationID... method Execute (line 4658) | func (r ToolboxAPIGitAddFilesDeprecatedRequest) Execute() (*http.Respo... type ToolboxAPIGitCheckoutBranchDeprecatedRequest (line 4755) | type ToolboxAPIGitCheckoutBranchDeprecatedRequest struct method GitCheckoutRequest (line 4763) | func (r ToolboxAPIGitCheckoutBranchDeprecatedRequest) GitCheckoutReque... method XDaytonaOrganizationID (line 4769) | func (r ToolboxAPIGitCheckoutBranchDeprecatedRequest) XDaytonaOrganiza... method Execute (line 4774) | func (r ToolboxAPIGitCheckoutBranchDeprecatedRequest) Execute() (*http... type ToolboxAPIGitCloneRepositoryDeprecatedRequest (line 4871) | type ToolboxAPIGitCloneRepositoryDeprecatedRequest struct method GitCloneRequest (line 4879) | func (r ToolboxAPIGitCloneRepositoryDeprecatedRequest) GitCloneRequest... method XDaytonaOrganizationID (line 4885) | func (r ToolboxAPIGitCloneRepositoryDeprecatedRequest) XDaytonaOrganiz... method Execute (line 4890) | func (r ToolboxAPIGitCloneRepositoryDeprecatedRequest) Execute() (*htt... type ToolboxAPIGitCommitChangesDeprecatedRequest (line 4987) | type ToolboxAPIGitCommitChangesDeprecatedRequest struct method GitCommitRequest (line 4995) | func (r ToolboxAPIGitCommitChangesDeprecatedRequest) GitCommitRequest(... method XDaytonaOrganizationID (line 5001) | func (r ToolboxAPIGitCommitChangesDeprecatedRequest) XDaytonaOrganizat... method Execute (line 5006) | func (r ToolboxAPIGitCommitChangesDeprecatedRequest) Execute() (*GitCo... type ToolboxAPIGitCreateBranchDeprecatedRequest (line 5114) | type ToolboxAPIGitCreateBranchDeprecatedRequest struct method GitBranchRequest (line 5122) | func (r ToolboxAPIGitCreateBranchDeprecatedRequest) GitBranchRequest(g... method XDaytonaOrganizationID (line 5128) | func (r ToolboxAPIGitCreateBranchDeprecatedRequest) XDaytonaOrganizati... method Execute (line 5133) | func (r ToolboxAPIGitCreateBranchDeprecatedRequest) Execute() (*http.R... type ToolboxAPIGitDeleteBranchDeprecatedRequest (line 5230) | type ToolboxAPIGitDeleteBranchDeprecatedRequest struct method GitDeleteBranchRequest (line 5238) | func (r ToolboxAPIGitDeleteBranchDeprecatedRequest) GitDeleteBranchReq... method XDaytonaOrganizationID (line 5244) | func (r ToolboxAPIGitDeleteBranchDeprecatedRequest) XDaytonaOrganizati... method Execute (line 5249) | func (r ToolboxAPIGitDeleteBranchDeprecatedRequest) Execute() (*http.R... type ToolboxAPIGitGetHistoryDeprecatedRequest (line 5346) | type ToolboxAPIGitGetHistoryDeprecatedRequest struct method Path (line 5354) | func (r ToolboxAPIGitGetHistoryDeprecatedRequest) Path(path string) To... method XDaytonaOrganizationID (line 5360) | func (r ToolboxAPIGitGetHistoryDeprecatedRequest) XDaytonaOrganization... method Execute (line 5365) | func (r ToolboxAPIGitGetHistoryDeprecatedRequest) Execute() ([]GitComm... type ToolboxAPIGitGetStatusDeprecatedRequest (line 5472) | type ToolboxAPIGitGetStatusDeprecatedRequest struct method Path (line 5480) | func (r ToolboxAPIGitGetStatusDeprecatedRequest) Path(path string) Too... method XDaytonaOrganizationID (line 5486) | func (r ToolboxAPIGitGetStatusDeprecatedRequest) XDaytonaOrganizationI... method Execute (line 5491) | func (r ToolboxAPIGitGetStatusDeprecatedRequest) Execute() (*GitStatus... type ToolboxAPIGitListBranchesDeprecatedRequest (line 5598) | type ToolboxAPIGitListBranchesDeprecatedRequest struct method Path (line 5606) | func (r ToolboxAPIGitListBranchesDeprecatedRequest) Path(path string) ... method XDaytonaOrganizationID (line 5612) | func (r ToolboxAPIGitListBranchesDeprecatedRequest) XDaytonaOrganizati... method Execute (line 5617) | func (r ToolboxAPIGitListBranchesDeprecatedRequest) Execute() (*ListBr... type ToolboxAPIGitPullChangesDeprecatedRequest (line 5724) | type ToolboxAPIGitPullChangesDeprecatedRequest struct method GitRepoRequest (line 5732) | func (r ToolboxAPIGitPullChangesDeprecatedRequest) GitRepoRequest(gitR... method XDaytonaOrganizationID (line 5738) | func (r ToolboxAPIGitPullChangesDeprecatedRequest) XDaytonaOrganizatio... method Execute (line 5743) | func (r ToolboxAPIGitPullChangesDeprecatedRequest) Execute() (*http.Re... type ToolboxAPIGitPushChangesDeprecatedRequest (line 5840) | type ToolboxAPIGitPushChangesDeprecatedRequest struct method GitRepoRequest (line 5848) | func (r ToolboxAPIGitPushChangesDeprecatedRequest) GitRepoRequest(gitR... method XDaytonaOrganizationID (line 5854) | func (r ToolboxAPIGitPushChangesDeprecatedRequest) XDaytonaOrganizatio... method Execute (line 5859) | func (r ToolboxAPIGitPushChangesDeprecatedRequest) Execute() (*http.Re... type ToolboxAPIListFilesDeprecatedRequest (line 5956) | type ToolboxAPIListFilesDeprecatedRequest struct method XDaytonaOrganizationID (line 5965) | func (r ToolboxAPIListFilesDeprecatedRequest) XDaytonaOrganizationID(x... method Path (line 5970) | func (r ToolboxAPIListFilesDeprecatedRequest) Path(path string) Toolbo... method Execute (line 5975) | func (r ToolboxAPIListFilesDeprecatedRequest) Execute() ([]FileInfo, *... type ToolboxAPIListPTYSessionsDeprecatedRequest (line 6079) | type ToolboxAPIListPTYSessionsDeprecatedRequest struct method XDaytonaOrganizationID (line 6087) | func (r ToolboxAPIListPTYSessionsDeprecatedRequest) XDaytonaOrganizati... method Execute (line 6092) | func (r ToolboxAPIListPTYSessionsDeprecatedRequest) Execute() (*PtyLis... type ToolboxAPIListSessionsDeprecatedRequest (line 6195) | type ToolboxAPIListSessionsDeprecatedRequest struct method XDaytonaOrganizationID (line 6203) | func (r ToolboxAPIListSessionsDeprecatedRequest) XDaytonaOrganizationI... method Execute (line 6208) | func (r ToolboxAPIListSessionsDeprecatedRequest) Execute() ([]Session,... type ToolboxAPILspCompletionsDeprecatedRequest (line 6311) | type ToolboxAPILspCompletionsDeprecatedRequest struct method LspCompletionParams (line 6319) | func (r ToolboxAPILspCompletionsDeprecatedRequest) LspCompletionParams... method XDaytonaOrganizationID (line 6325) | func (r ToolboxAPILspCompletionsDeprecatedRequest) XDaytonaOrganizatio... method Execute (line 6330) | func (r ToolboxAPILspCompletionsDeprecatedRequest) Execute() (*Complet... type ToolboxAPILspDidCloseDeprecatedRequest (line 6438) | type ToolboxAPILspDidCloseDeprecatedRequest struct method LspDocumentRequest (line 6446) | func (r ToolboxAPILspDidCloseDeprecatedRequest) LspDocumentRequest(lsp... method XDaytonaOrganizationID (line 6452) | func (r ToolboxAPILspDidCloseDeprecatedRequest) XDaytonaOrganizationID... method Execute (line 6457) | func (r ToolboxAPILspDidCloseDeprecatedRequest) Execute() (*http.Respo... type ToolboxAPILspDidOpenDeprecatedRequest (line 6554) | type ToolboxAPILspDidOpenDeprecatedRequest struct method LspDocumentRequest (line 6562) | func (r ToolboxAPILspDidOpenDeprecatedRequest) LspDocumentRequest(lspD... method XDaytonaOrganizationID (line 6568) | func (r ToolboxAPILspDidOpenDeprecatedRequest) XDaytonaOrganizationID(... method Execute (line 6573) | func (r ToolboxAPILspDidOpenDeprecatedRequest) Execute() (*http.Respon... type ToolboxAPILspDocumentSymbolsDeprecatedRequest (line 6670) | type ToolboxAPILspDocumentSymbolsDeprecatedRequest struct method LanguageId (line 6680) | func (r ToolboxAPILspDocumentSymbolsDeprecatedRequest) LanguageId(lang... method PathToProject (line 6685) | func (r ToolboxAPILspDocumentSymbolsDeprecatedRequest) PathToProject(p... method Uri (line 6690) | func (r ToolboxAPILspDocumentSymbolsDeprecatedRequest) Uri(uri string)... method XDaytonaOrganizationID (line 6696) | func (r ToolboxAPILspDocumentSymbolsDeprecatedRequest) XDaytonaOrganiz... method Execute (line 6701) | func (r ToolboxAPILspDocumentSymbolsDeprecatedRequest) Execute() ([]Ls... type ToolboxAPILspStartDeprecatedRequest (line 6816) | type ToolboxAPILspStartDeprecatedRequest struct method LspServerRequest (line 6824) | func (r ToolboxAPILspStartDeprecatedRequest) LspServerRequest(lspServe... method XDaytonaOrganizationID (line 6830) | func (r ToolboxAPILspStartDeprecatedRequest) XDaytonaOrganizationID(xD... method Execute (line 6835) | func (r ToolboxAPILspStartDeprecatedRequest) Execute() (*http.Response... type ToolboxAPILspStopDeprecatedRequest (line 6932) | type ToolboxAPILspStopDeprecatedRequest struct method LspServerRequest (line 6940) | func (r ToolboxAPILspStopDeprecatedRequest) LspServerRequest(lspServer... method XDaytonaOrganizationID (line 6946) | func (r ToolboxAPILspStopDeprecatedRequest) XDaytonaOrganizationID(xDa... method Execute (line 6951) | func (r ToolboxAPILspStopDeprecatedRequest) Execute() (*http.Response,... type ToolboxAPILspWorkspaceSymbolsDeprecatedRequest (line 7048) | type ToolboxAPILspWorkspaceSymbolsDeprecatedRequest struct method LanguageId (line 7058) | func (r ToolboxAPILspWorkspaceSymbolsDeprecatedRequest) LanguageId(lan... method PathToProject (line 7063) | func (r ToolboxAPILspWorkspaceSymbolsDeprecatedRequest) PathToProject(... method Query (line 7068) | func (r ToolboxAPILspWorkspaceSymbolsDeprecatedRequest) Query(query st... method XDaytonaOrganizationID (line 7074) | func (r ToolboxAPILspWorkspaceSymbolsDeprecatedRequest) XDaytonaOrgani... method Execute (line 7079) | func (r ToolboxAPILspWorkspaceSymbolsDeprecatedRequest) Execute() ([]L... type ToolboxAPIMoveFileDeprecatedRequest (line 7194) | type ToolboxAPIMoveFileDeprecatedRequest struct method Source (line 7203) | func (r ToolboxAPIMoveFileDeprecatedRequest) Source(source string) Too... method Destination (line 7208) | func (r ToolboxAPIMoveFileDeprecatedRequest) Destination(destination s... method XDaytonaOrganizationID (line 7214) | func (r ToolboxAPIMoveFileDeprecatedRequest) XDaytonaOrganizationID(xD... method Execute (line 7219) | func (r ToolboxAPIMoveFileDeprecatedRequest) Execute() (*http.Response... type ToolboxAPIMoveMouseDeprecatedRequest (line 7319) | type ToolboxAPIMoveMouseDeprecatedRequest struct method MouseMoveRequest (line 7327) | func (r ToolboxAPIMoveMouseDeprecatedRequest) MouseMoveRequest(mouseMo... method XDaytonaOrganizationID (line 7333) | func (r ToolboxAPIMoveMouseDeprecatedRequest) XDaytonaOrganizationID(x... method Execute (line 7338) | func (r ToolboxAPIMoveMouseDeprecatedRequest) Execute() (*MouseMoveRes... type ToolboxAPIPressHotkeyDeprecatedRequest (line 7446) | type ToolboxAPIPressHotkeyDeprecatedRequest struct method KeyboardHotkeyRequest (line 7454) | func (r ToolboxAPIPressHotkeyDeprecatedRequest) KeyboardHotkeyRequest(... method XDaytonaOrganizationID (line 7460) | func (r ToolboxAPIPressHotkeyDeprecatedRequest) XDaytonaOrganizationID... method Execute (line 7465) | func (r ToolboxAPIPressHotkeyDeprecatedRequest) Execute() (*http.Respo... type ToolboxAPIPressKeyDeprecatedRequest (line 7562) | type ToolboxAPIPressKeyDeprecatedRequest struct method KeyboardPressRequest (line 7570) | func (r ToolboxAPIPressKeyDeprecatedRequest) KeyboardPressRequest(keyb... method XDaytonaOrganizationID (line 7576) | func (r ToolboxAPIPressKeyDeprecatedRequest) XDaytonaOrganizationID(xD... method Execute (line 7581) | func (r ToolboxAPIPressKeyDeprecatedRequest) Execute() (*http.Response... type ToolboxAPIReplaceInFilesDeprecatedRequest (line 7678) | type ToolboxAPIReplaceInFilesDeprecatedRequest struct method ReplaceRequest (line 7686) | func (r ToolboxAPIReplaceInFilesDeprecatedRequest) ReplaceRequest(repl... method XDaytonaOrganizationID (line 7692) | func (r ToolboxAPIReplaceInFilesDeprecatedRequest) XDaytonaOrganizatio... method Execute (line 7697) | func (r ToolboxAPIReplaceInFilesDeprecatedRequest) Execute() ([]Replac... type ToolboxAPIResizePTYSessionDeprecatedRequest (line 7805) | type ToolboxAPIResizePTYSessionDeprecatedRequest struct method PtyResizeRequest (line 7814) | func (r ToolboxAPIResizePTYSessionDeprecatedRequest) PtyResizeRequest(... method XDaytonaOrganizationID (line 7820) | func (r ToolboxAPIResizePTYSessionDeprecatedRequest) XDaytonaOrganizat... method Execute (line 7825) | func (r ToolboxAPIResizePTYSessionDeprecatedRequest) Execute() (*PtySe... type ToolboxAPIRestartProcessDeprecatedRequest (line 7936) | type ToolboxAPIRestartProcessDeprecatedRequest struct method XDaytonaOrganizationID (line 7945) | func (r ToolboxAPIRestartProcessDeprecatedRequest) XDaytonaOrganizatio... method Execute (line 7950) | func (r ToolboxAPIRestartProcessDeprecatedRequest) Execute() (*Process... type ToolboxAPIScrollMouseDeprecatedRequest (line 8056) | type ToolboxAPIScrollMouseDeprecatedRequest struct method MouseScrollRequest (line 8064) | func (r ToolboxAPIScrollMouseDeprecatedRequest) MouseScrollRequest(mou... method XDaytonaOrganizationID (line 8070) | func (r ToolboxAPIScrollMouseDeprecatedRequest) XDaytonaOrganizationID... method Execute (line 8075) | func (r ToolboxAPIScrollMouseDeprecatedRequest) Execute() (*MouseScrol... type ToolboxAPISearchFilesDeprecatedRequest (line 8183) | type ToolboxAPISearchFilesDeprecatedRequest struct method Path (line 8192) | func (r ToolboxAPISearchFilesDeprecatedRequest) Path(path string) Tool... method Pattern (line 8197) | func (r ToolboxAPISearchFilesDeprecatedRequest) Pattern(pattern string... method XDaytonaOrganizationID (line 8203) | func (r ToolboxAPISearchFilesDeprecatedRequest) XDaytonaOrganizationID... method Execute (line 8208) | func (r ToolboxAPISearchFilesDeprecatedRequest) Execute() (*SearchFile... type ToolboxAPISetFilePermissionsDeprecatedRequest (line 8319) | type ToolboxAPISetFilePermissionsDeprecatedRequest struct method Path (line 8330) | func (r ToolboxAPISetFilePermissionsDeprecatedRequest) Path(path strin... method XDaytonaOrganizationID (line 8336) | func (r ToolboxAPISetFilePermissionsDeprecatedRequest) XDaytonaOrganiz... method Owner (line 8341) | func (r ToolboxAPISetFilePermissionsDeprecatedRequest) Owner(owner str... method Group (line 8346) | func (r ToolboxAPISetFilePermissionsDeprecatedRequest) Group(group str... method Mode (line 8351) | func (r ToolboxAPISetFilePermissionsDeprecatedRequest) Mode(mode strin... method Execute (line 8356) | func (r ToolboxAPISetFilePermissionsDeprecatedRequest) Execute() (*htt... type ToolboxAPIStartComputerUseDeprecatedRequest (line 8461) | type ToolboxAPIStartComputerUseDeprecatedRequest struct method XDaytonaOrganizationID (line 8469) | func (r ToolboxAPIStartComputerUseDeprecatedRequest) XDaytonaOrganizat... method Execute (line 8474) | func (r ToolboxAPIStartComputerUseDeprecatedRequest) Execute() (*Compu... type ToolboxAPIStopComputerUseDeprecatedRequest (line 8577) | type ToolboxAPIStopComputerUseDeprecatedRequest struct method XDaytonaOrganizationID (line 8585) | func (r ToolboxAPIStopComputerUseDeprecatedRequest) XDaytonaOrganizati... method Execute (line 8590) | func (r ToolboxAPIStopComputerUseDeprecatedRequest) Execute() (*Comput... type ToolboxAPITakeCompressedRegionScreenshotDeprecatedRequest (line 8693) | type ToolboxAPITakeCompressedRegionScreenshotDeprecatedRequest struct method Height (line 8708) | func (r ToolboxAPITakeCompressedRegionScreenshotDeprecatedRequest) Hei... method Width (line 8713) | func (r ToolboxAPITakeCompressedRegionScreenshotDeprecatedRequest) Wid... method Y (line 8718) | func (r ToolboxAPITakeCompressedRegionScreenshotDeprecatedRequest) Y(y... method X (line 8723) | func (r ToolboxAPITakeCompressedRegionScreenshotDeprecatedRequest) X(x... method XDaytonaOrganizationID (line 8729) | func (r ToolboxAPITakeCompressedRegionScreenshotDeprecatedRequest) XDa... method Scale (line 8734) | func (r ToolboxAPITakeCompressedRegionScreenshotDeprecatedRequest) Sca... method Quality (line 8739) | func (r ToolboxAPITakeCompressedRegionScreenshotDeprecatedRequest) Qua... method Format (line 8744) | func (r ToolboxAPITakeCompressedRegionScreenshotDeprecatedRequest) For... method ShowCursor (line 8749) | func (r ToolboxAPITakeCompressedRegionScreenshotDeprecatedRequest) Sho... method Execute (line 8754) | func (r ToolboxAPITakeCompressedRegionScreenshotDeprecatedRequest) Exe... type ToolboxAPITakeCompressedScreenshotDeprecatedRequest (line 8885) | type ToolboxAPITakeCompressedScreenshotDeprecatedRequest struct method XDaytonaOrganizationID (line 8897) | func (r ToolboxAPITakeCompressedScreenshotDeprecatedRequest) XDaytonaO... method Scale (line 8902) | func (r ToolboxAPITakeCompressedScreenshotDeprecatedRequest) Scale(sca... method Quality (line 8907) | func (r ToolboxAPITakeCompressedScreenshotDeprecatedRequest) Quality(q... method Format (line 8912) | func (r ToolboxAPITakeCompressedScreenshotDeprecatedRequest) Format(fo... method ShowCursor (line 8917) | func (r ToolboxAPITakeCompressedScreenshotDeprecatedRequest) ShowCurso... method Execute (line 8922) | func (r ToolboxAPITakeCompressedScreenshotDeprecatedRequest) Execute()... type ToolboxAPITakeRegionScreenshotDeprecatedRequest (line 9037) | type ToolboxAPITakeRegionScreenshotDeprecatedRequest struct method Height (line 9049) | func (r ToolboxAPITakeRegionScreenshotDeprecatedRequest) Height(height... method Width (line 9054) | func (r ToolboxAPITakeRegionScreenshotDeprecatedRequest) Width(width f... method Y (line 9059) | func (r ToolboxAPITakeRegionScreenshotDeprecatedRequest) Y(y float32) ... method X (line 9064) | func (r ToolboxAPITakeRegionScreenshotDeprecatedRequest) X(x float32) ... method XDaytonaOrganizationID (line 9070) | func (r ToolboxAPITakeRegionScreenshotDeprecatedRequest) XDaytonaOrgan... method ShowCursor (line 9075) | func (r ToolboxAPITakeRegionScreenshotDeprecatedRequest) ShowCursor(sh... method Execute (line 9080) | func (r ToolboxAPITakeRegionScreenshotDeprecatedRequest) Execute() (*R... type ToolboxAPITakeScreenshotDeprecatedRequest (line 9202) | type ToolboxAPITakeScreenshotDeprecatedRequest struct method XDaytonaOrganizationID (line 9211) | func (r ToolboxAPITakeScreenshotDeprecatedRequest) XDaytonaOrganizatio... method ShowCursor (line 9216) | func (r ToolboxAPITakeScreenshotDeprecatedRequest) ShowCursor(showCurs... method Execute (line 9221) | func (r ToolboxAPITakeScreenshotDeprecatedRequest) Execute() (*Screens... type ToolboxAPITypeTextDeprecatedRequest (line 9327) | type ToolboxAPITypeTextDeprecatedRequest struct method KeyboardTypeRequest (line 9335) | func (r ToolboxAPITypeTextDeprecatedRequest) KeyboardTypeRequest(keybo... method XDaytonaOrganizationID (line 9341) | func (r ToolboxAPITypeTextDeprecatedRequest) XDaytonaOrganizationID(xD... method Execute (line 9346) | func (r ToolboxAPITypeTextDeprecatedRequest) Execute() (*http.Response... type ToolboxAPIUploadFileDeprecatedRequest (line 9443) | type ToolboxAPIUploadFileDeprecatedRequest struct method Path (line 9452) | func (r ToolboxAPIUploadFileDeprecatedRequest) Path(path string) Toolb... method XDaytonaOrganizationID (line 9458) | func (r ToolboxAPIUploadFileDeprecatedRequest) XDaytonaOrganizationID(... method File (line 9463) | func (r ToolboxAPIUploadFileDeprecatedRequest) File(file *os.File) Too... method Execute (line 9468) | func (r ToolboxAPIUploadFileDeprecatedRequest) Execute() (*http.Respon... type ToolboxAPIUploadFilesDeprecatedRequest (line 9579) | type ToolboxAPIUploadFilesDeprecatedRequest struct method XDaytonaOrganizationID (line 9587) | func (r ToolboxAPIUploadFilesDeprecatedRequest) XDaytonaOrganizationID... method Execute (line 9592) | func (r ToolboxAPIUploadFilesDeprecatedRequest) Execute() (*http.Respo... FILE: libs/api-client-go/api_users.go type UsersAPI (line 24) | type UsersAPI interface type UsersAPIService (line 135) | type UsersAPIService method CreateUser (line 158) | func (a *UsersAPIService) CreateUser(ctx context.Context) UsersAPICrea... method CreateUserExecute (line 166) | func (a *UsersAPIService) CreateUserExecute(r UsersAPICreateUserReques... method EnrollInSmsMfa (line 249) | func (a *UsersAPIService) EnrollInSmsMfa(ctx context.Context) UsersAPI... method EnrollInSmsMfaExecute (line 258) | func (a *UsersAPIService) EnrollInSmsMfaExecute(r UsersAPIEnrollInSmsM... method GetAuthenticatedUser (line 346) | func (a *UsersAPIService) GetAuthenticatedUser(ctx context.Context) Us... method GetAuthenticatedUserExecute (line 355) | func (a *UsersAPIService) GetAuthenticatedUserExecute(r UsersAPIGetAut... method GetAvailableAccountProviders (line 443) | func (a *UsersAPIService) GetAvailableAccountProviders(ctx context.Con... method GetAvailableAccountProvidersExecute (line 452) | func (a *UsersAPIService) GetAvailableAccountProvidersExecute(r UsersA... method GetUser (line 542) | func (a *UsersAPIService) GetUser(ctx context.Context, id string) User... method GetUserExecute (line 552) | func (a *UsersAPIService) GetUserExecute(r UsersAPIGetUserRequest) (*U... method LinkAccount (line 647) | func (a *UsersAPIService) LinkAccount(ctx context.Context) UsersAPILin... method LinkAccountExecute (line 655) | func (a *UsersAPIService) LinkAccountExecute(r UsersAPILinkAccountRequ... method ListUsers (line 738) | func (a *UsersAPIService) ListUsers(ctx context.Context) UsersAPIListU... method ListUsersExecute (line 746) | func (a *UsersAPIService) ListUsersExecute(r UsersAPIListUsersRequest)... method RegenerateKeyPair (line 826) | func (a *UsersAPIService) RegenerateKeyPair(ctx context.Context, id st... method RegenerateKeyPairExecute (line 835) | func (a *UsersAPIService) RegenerateKeyPairExecute(r UsersAPIRegenerat... method UnlinkAccount (line 918) | func (a *UsersAPIService) UnlinkAccount(ctx context.Context, provider ... method UnlinkAccountExecute (line 928) | func (a *UsersAPIService) UnlinkAccountExecute(r UsersAPIUnlinkAccount... type UsersAPICreateUserRequest (line 137) | type UsersAPICreateUserRequest struct method CreateUser (line 143) | func (r UsersAPICreateUserRequest) CreateUser(createUser CreateUser) U... method Execute (line 148) | func (r UsersAPICreateUserRequest) Execute() (*http.Response, error) { type UsersAPIEnrollInSmsMfaRequest (line 234) | type UsersAPIEnrollInSmsMfaRequest struct method Execute (line 239) | func (r UsersAPIEnrollInSmsMfaRequest) Execute() (string, *http.Respon... type UsersAPIGetAuthenticatedUserRequest (line 331) | type UsersAPIGetAuthenticatedUserRequest struct method Execute (line 336) | func (r UsersAPIGetAuthenticatedUserRequest) Execute() (*User, *http.R... type UsersAPIGetAvailableAccountProvidersRequest (line 428) | type UsersAPIGetAvailableAccountProvidersRequest struct method Execute (line 433) | func (r UsersAPIGetAvailableAccountProvidersRequest) Execute() ([]Acco... type UsersAPIGetUserRequest (line 525) | type UsersAPIGetUserRequest struct method Execute (line 531) | func (r UsersAPIGetUserRequest) Execute() (*User, *http.Response, erro... type UsersAPILinkAccountRequest (line 626) | type UsersAPILinkAccountRequest struct method CreateLinkedAccount (line 632) | func (r UsersAPILinkAccountRequest) CreateLinkedAccount(createLinkedAc... method Execute (line 637) | func (r UsersAPILinkAccountRequest) Execute() (*http.Response, error) { type UsersAPIListUsersRequest (line 723) | type UsersAPIListUsersRequest struct method Execute (line 728) | func (r UsersAPIListUsersRequest) Execute() (*http.Response, error) { type UsersAPIRegenerateKeyPairRequest (line 809) | type UsersAPIRegenerateKeyPairRequest struct method Execute (line 815) | func (r UsersAPIRegenerateKeyPairRequest) Execute() (*http.Response, e... type UsersAPIUnlinkAccountRequest (line 899) | type UsersAPIUnlinkAccountRequest struct method Execute (line 906) | func (r UsersAPIUnlinkAccountRequest) Execute() (*http.Response, error) { FILE: libs/api-client-go/api_volumes.go type VolumesAPI (line 24) | type VolumesAPI interface type VolumesAPIService (line 90) | type VolumesAPIService method CreateVolume (line 120) | func (a *VolumesAPIService) CreateVolume(ctx context.Context) VolumesA... method CreateVolumeExecute (line 129) | func (a *VolumesAPIService) CreateVolumeExecute(r VolumesAPICreateVolu... method DeleteVolume (line 234) | func (a *VolumesAPIService) DeleteVolume(ctx context.Context, volumeId... method DeleteVolumeExecute (line 243) | func (a *VolumesAPIService) DeleteVolumeExecute(r VolumesAPIDeleteVolu... method GetVolume (line 334) | func (a *VolumesAPIService) GetVolume(ctx context.Context, volumeId st... method GetVolumeExecute (line 344) | func (a *VolumesAPIService) GetVolumeExecute(r VolumesAPIGetVolumeRequ... method GetVolumeByName (line 445) | func (a *VolumesAPIService) GetVolumeByName(ctx context.Context, name ... method GetVolumeByNameExecute (line 455) | func (a *VolumesAPIService) GetVolumeByNameExecute(r VolumesAPIGetVolu... method ListVolumes (line 561) | func (a *VolumesAPIService) ListVolumes(ctx context.Context) VolumesAP... method ListVolumesExecute (line 570) | func (a *VolumesAPIService) ListVolumesExecute(r VolumesAPIListVolumes... type VolumesAPICreateVolumeRequest (line 92) | type VolumesAPICreateVolumeRequest struct method CreateVolume (line 99) | func (r VolumesAPICreateVolumeRequest) CreateVolume(createVolume Creat... method XDaytonaOrganizationID (line 105) | func (r VolumesAPICreateVolumeRequest) XDaytonaOrganizationID(xDaytona... method Execute (line 110) | func (r VolumesAPICreateVolumeRequest) Execute() (*VolumeDto, *http.Re... type VolumesAPIDeleteVolumeRequest (line 210) | type VolumesAPIDeleteVolumeRequest struct method XDaytonaOrganizationID (line 218) | func (r VolumesAPIDeleteVolumeRequest) XDaytonaOrganizationID(xDaytona... method Execute (line 223) | func (r VolumesAPIDeleteVolumeRequest) Execute() (*http.Response, erro... type VolumesAPIGetVolumeRequest (line 310) | type VolumesAPIGetVolumeRequest struct method XDaytonaOrganizationID (line 318) | func (r VolumesAPIGetVolumeRequest) XDaytonaOrganizationID(xDaytonaOrg... method Execute (line 323) | func (r VolumesAPIGetVolumeRequest) Execute() (*VolumeDto, *http.Respo... type VolumesAPIGetVolumeByNameRequest (line 421) | type VolumesAPIGetVolumeByNameRequest struct method XDaytonaOrganizationID (line 429) | func (r VolumesAPIGetVolumeByNameRequest) XDaytonaOrganizationID(xDayt... method Execute (line 434) | func (r VolumesAPIGetVolumeByNameRequest) Execute() (*VolumeDto, *http... type VolumesAPIListVolumesRequest (line 532) | type VolumesAPIListVolumesRequest struct method XDaytonaOrganizationID (line 540) | func (r VolumesAPIListVolumesRequest) XDaytonaOrganizationID(xDaytonaO... method IncludeDeleted (line 546) | func (r VolumesAPIListVolumesRequest) IncludeDeleted(includeDeleted bo... method Execute (line 551) | func (r VolumesAPIListVolumesRequest) Execute() ([]VolumeDto, *http.Re... FILE: libs/api-client-go/api_webhooks.go type WebhooksAPI (line 24) | type WebhooksAPI interface type WebhooksAPIService (line 104) | type WebhooksAPIService method WebhookControllerGetAppPortalAccess (line 130) | func (a *WebhooksAPIService) WebhookControllerGetAppPortalAccess(ctx c... method WebhookControllerGetAppPortalAccessExecute (line 140) | func (a *WebhooksAPIService) WebhookControllerGetAppPortalAccessExecut... method WebhookControllerGetInitializationStatus (line 241) | func (a *WebhooksAPIService) WebhookControllerGetInitializationStatus(... method WebhookControllerGetInitializationStatusExecute (line 251) | func (a *WebhooksAPIService) WebhookControllerGetInitializationStatusE... method WebhookControllerGetMessageAttempts (line 354) | func (a *WebhooksAPIService) WebhookControllerGetMessageAttempts(ctx c... method WebhookControllerGetMessageAttemptsExecute (line 365) | func (a *WebhooksAPIService) WebhookControllerGetMessageAttemptsExecut... method WebhookControllerGetStatus (line 465) | func (a *WebhooksAPIService) WebhookControllerGetStatus(ctx context.Co... method WebhookControllerGetStatusExecute (line 474) | func (a *WebhooksAPIService) WebhookControllerGetStatusExecute(r Webho... method WebhookControllerInitializeWebhooks (line 574) | func (a *WebhooksAPIService) WebhookControllerInitializeWebhooks(ctx c... method WebhookControllerInitializeWebhooksExecute (line 583) | func (a *WebhooksAPIService) WebhookControllerInitializeWebhooksExecut... method WebhookControllerSendWebhook (line 680) | func (a *WebhooksAPIService) WebhookControllerSendWebhook(ctx context.... method WebhookControllerSendWebhookExecute (line 689) | func (a *WebhooksAPIService) WebhookControllerSendWebhookExecute(r Web... type WebhooksAPIWebhookControllerGetAppPortalAccessRequest (line 106) | type WebhooksAPIWebhookControllerGetAppPortalAccessRequest struct method XDaytonaOrganizationID (line 114) | func (r WebhooksAPIWebhookControllerGetAppPortalAccessRequest) XDayton... method Execute (line 119) | func (r WebhooksAPIWebhookControllerGetAppPortalAccessRequest) Execute... type WebhooksAPIWebhookControllerGetInitializationStatusRequest (line 217) | type WebhooksAPIWebhookControllerGetInitializationStatusRequest struct method XDaytonaOrganizationID (line 225) | func (r WebhooksAPIWebhookControllerGetInitializationStatusRequest) XD... method Execute (line 230) | func (r WebhooksAPIWebhookControllerGetInitializationStatusRequest) Ex... type WebhooksAPIWebhookControllerGetMessageAttemptsRequest (line 328) | type WebhooksAPIWebhookControllerGetMessageAttemptsRequest struct method XDaytonaOrganizationID (line 337) | func (r WebhooksAPIWebhookControllerGetMessageAttemptsRequest) XDayton... method Execute (line 342) | func (r WebhooksAPIWebhookControllerGetMessageAttemptsRequest) Execute... type WebhooksAPIWebhookControllerGetStatusRequest (line 443) | type WebhooksAPIWebhookControllerGetStatusRequest struct method XDaytonaOrganizationID (line 450) | func (r WebhooksAPIWebhookControllerGetStatusRequest) XDaytonaOrganiza... method Execute (line 455) | func (r WebhooksAPIWebhookControllerGetStatusRequest) Execute() (*Webh... type WebhooksAPIWebhookControllerInitializeWebhooksRequest (line 550) | type WebhooksAPIWebhookControllerInitializeWebhooksRequest struct method XDaytonaOrganizationID (line 558) | func (r WebhooksAPIWebhookControllerInitializeWebhooksRequest) XDayton... method Execute (line 563) | func (r WebhooksAPIWebhookControllerInitializeWebhooksRequest) Execute... type WebhooksAPIWebhookControllerSendWebhookRequest (line 650) | type WebhooksAPIWebhookControllerSendWebhookRequest struct method SendWebhookDto (line 658) | func (r WebhooksAPIWebhookControllerSendWebhookRequest) SendWebhookDto... method XDaytonaOrganizationID (line 664) | func (r WebhooksAPIWebhookControllerSendWebhookRequest) XDaytonaOrgani... method Execute (line 669) | func (r WebhooksAPIWebhookControllerSendWebhookRequest) Execute() (*ht... FILE: libs/api-client-go/api_workspace.go type WorkspaceAPI (line 24) | type WorkspaceAPI interface type WorkspaceAPIService (line 246) | type WorkspaceAPIService method ArchiveWorkspaceDeprecated (line 274) | func (a *WorkspaceAPIService) ArchiveWorkspaceDeprecated(ctx context.C... method ArchiveWorkspaceDeprecatedExecute (line 284) | func (a *WorkspaceAPIService) ArchiveWorkspaceDeprecatedExecute(r Work... method CreateBackupWorkspaceDeprecated (line 377) | func (a *WorkspaceAPIService) CreateBackupWorkspaceDeprecated(ctx cont... method CreateBackupWorkspaceDeprecatedExecute (line 388) | func (a *WorkspaceAPIService) CreateBackupWorkspaceDeprecatedExecute(r... method CreateWorkspaceDeprecated (line 495) | func (a *WorkspaceAPIService) CreateWorkspaceDeprecated(ctx context.Co... method CreateWorkspaceDeprecatedExecute (line 505) | func (a *WorkspaceAPIService) CreateWorkspaceDeprecatedExecute(r Works... method DeleteWorkspaceDeprecated (line 618) | func (a *WorkspaceAPIService) DeleteWorkspaceDeprecated(ctx context.Co... method DeleteWorkspaceDeprecatedExecute (line 628) | func (a *WorkspaceAPIService) DeleteWorkspaceDeprecatedExecute(r Works... method GetBuildLogsWorkspaceDeprecated (line 732) | func (a *WorkspaceAPIService) GetBuildLogsWorkspaceDeprecated(ctx cont... method GetBuildLogsWorkspaceDeprecatedExecute (line 742) | func (a *WorkspaceAPIService) GetBuildLogsWorkspaceDeprecatedExecute(r... method GetPortPreviewUrlWorkspaceDeprecated (line 840) | func (a *WorkspaceAPIService) GetPortPreviewUrlWorkspaceDeprecated(ctx... method GetPortPreviewUrlWorkspaceDeprecatedExecute (line 852) | func (a *WorkspaceAPIService) GetPortPreviewUrlWorkspaceDeprecatedExec... method GetWorkspaceDeprecated (line 963) | func (a *WorkspaceAPIService) GetWorkspaceDeprecated(ctx context.Conte... method GetWorkspaceDeprecatedExecute (line 974) | func (a *WorkspaceAPIService) GetWorkspaceDeprecatedExecute(r Workspac... method ListWorkspacesDeprecated (line 1092) | func (a *WorkspaceAPIService) ListWorkspacesDeprecated(ctx context.Con... method ListWorkspacesDeprecatedExecute (line 1102) | func (a *WorkspaceAPIService) ListWorkspacesDeprecatedExecute(r Worksp... method ReplaceLabelsWorkspaceDeprecated (line 1216) | func (a *WorkspaceAPIService) ReplaceLabelsWorkspaceDeprecated(ctx con... method ReplaceLabelsWorkspaceDeprecatedExecute (line 1227) | func (a *WorkspaceAPIService) ReplaceLabelsWorkspaceDeprecatedExecute(... method SetAutoArchiveIntervalWorkspaceDeprecated (line 1337) | func (a *WorkspaceAPIService) SetAutoArchiveIntervalWorkspaceDeprecate... method SetAutoArchiveIntervalWorkspaceDeprecatedExecute (line 1348) | func (a *WorkspaceAPIService) SetAutoArchiveIntervalWorkspaceDeprecate... method SetAutostopIntervalWorkspaceDeprecated (line 1444) | func (a *WorkspaceAPIService) SetAutostopIntervalWorkspaceDeprecated(c... method SetAutostopIntervalWorkspaceDeprecatedExecute (line 1455) | func (a *WorkspaceAPIService) SetAutostopIntervalWorkspaceDeprecatedEx... method StartWorkspaceDeprecated (line 1549) | func (a *WorkspaceAPIService) StartWorkspaceDeprecated(ctx context.Con... method StartWorkspaceDeprecatedExecute (line 1559) | func (a *WorkspaceAPIService) StartWorkspaceDeprecatedExecute(r Worksp... method StopWorkspaceDeprecated (line 1652) | func (a *WorkspaceAPIService) StopWorkspaceDeprecated(ctx context.Cont... method StopWorkspaceDeprecatedExecute (line 1662) | func (a *WorkspaceAPIService) StopWorkspaceDeprecatedExecute(r Workspa... method UpdatePublicStatusWorkspaceDeprecated (line 1757) | func (a *WorkspaceAPIService) UpdatePublicStatusWorkspaceDeprecated(ct... method UpdatePublicStatusWorkspaceDeprecatedExecute (line 1768) | func (a *WorkspaceAPIService) UpdatePublicStatusWorkspaceDeprecatedExe... type WorkspaceAPIArchiveWorkspaceDeprecatedRequest (line 248) | type WorkspaceAPIArchiveWorkspaceDeprecatedRequest struct method XDaytonaOrganizationID (line 256) | func (r WorkspaceAPIArchiveWorkspaceDeprecatedRequest) XDaytonaOrganiz... method Execute (line 261) | func (r WorkspaceAPIArchiveWorkspaceDeprecatedRequest) Execute() (*htt... type WorkspaceAPICreateBackupWorkspaceDeprecatedRequest (line 351) | type WorkspaceAPICreateBackupWorkspaceDeprecatedRequest struct method XDaytonaOrganizationID (line 359) | func (r WorkspaceAPICreateBackupWorkspaceDeprecatedRequest) XDaytonaOr... method Execute (line 364) | func (r WorkspaceAPICreateBackupWorkspaceDeprecatedRequest) Execute() ... type WorkspaceAPICreateWorkspaceDeprecatedRequest (line 465) | type WorkspaceAPICreateWorkspaceDeprecatedRequest struct method CreateWorkspace (line 472) | func (r WorkspaceAPICreateWorkspaceDeprecatedRequest) CreateWorkspace(... method XDaytonaOrganizationID (line 478) | func (r WorkspaceAPICreateWorkspaceDeprecatedRequest) XDaytonaOrganiza... method Execute (line 483) | func (r WorkspaceAPICreateWorkspaceDeprecatedRequest) Execute() (*Work... type WorkspaceAPIDeleteWorkspaceDeprecatedRequest (line 586) | type WorkspaceAPIDeleteWorkspaceDeprecatedRequest struct method Force (line 594) | func (r WorkspaceAPIDeleteWorkspaceDeprecatedRequest) Force(force bool... method XDaytonaOrganizationID (line 600) | func (r WorkspaceAPIDeleteWorkspaceDeprecatedRequest) XDaytonaOrganiza... method Execute (line 605) | func (r WorkspaceAPIDeleteWorkspaceDeprecatedRequest) Execute() (*http... type WorkspaceAPIGetBuildLogsWorkspaceDeprecatedRequest (line 699) | type WorkspaceAPIGetBuildLogsWorkspaceDeprecatedRequest struct method XDaytonaOrganizationID (line 708) | func (r WorkspaceAPIGetBuildLogsWorkspaceDeprecatedRequest) XDaytonaOr... method Follow (line 714) | func (r WorkspaceAPIGetBuildLogsWorkspaceDeprecatedRequest) Follow(fol... method Execute (line 719) | func (r WorkspaceAPIGetBuildLogsWorkspaceDeprecatedRequest) Execute() ... type WorkspaceAPIGetPortPreviewUrlWorkspaceDeprecatedRequest (line 812) | type WorkspaceAPIGetPortPreviewUrlWorkspaceDeprecatedRequest struct method XDaytonaOrganizationID (line 821) | func (r WorkspaceAPIGetPortPreviewUrlWorkspaceDeprecatedRequest) XDayt... method Execute (line 826) | func (r WorkspaceAPIGetPortPreviewUrlWorkspaceDeprecatedRequest) Execu... type WorkspaceAPIGetWorkspaceDeprecatedRequest (line 930) | type WorkspaceAPIGetWorkspaceDeprecatedRequest struct method XDaytonaOrganizationID (line 939) | func (r WorkspaceAPIGetWorkspaceDeprecatedRequest) XDaytonaOrganizatio... method Verbose (line 945) | func (r WorkspaceAPIGetWorkspaceDeprecatedRequest) Verbose(verbose boo... method Execute (line 950) | func (r WorkspaceAPIGetWorkspaceDeprecatedRequest) Execute() (*Workspa... type WorkspaceAPIListWorkspacesDeprecatedRequest (line 1054) | type WorkspaceAPIListWorkspacesDeprecatedRequest struct method XDaytonaOrganizationID (line 1063) | func (r WorkspaceAPIListWorkspacesDeprecatedRequest) XDaytonaOrganizat... method Verbose (line 1069) | func (r WorkspaceAPIListWorkspacesDeprecatedRequest) Verbose(verbose b... method Labels (line 1075) | func (r WorkspaceAPIListWorkspacesDeprecatedRequest) Labels(labels str... method Execute (line 1080) | func (r WorkspaceAPIListWorkspacesDeprecatedRequest) Execute() ([]Work... type WorkspaceAPIReplaceLabelsWorkspaceDeprecatedRequest (line 1184) | type WorkspaceAPIReplaceLabelsWorkspaceDeprecatedRequest struct method SandboxLabels (line 1192) | func (r WorkspaceAPIReplaceLabelsWorkspaceDeprecatedRequest) SandboxLa... method XDaytonaOrganizationID (line 1198) | func (r WorkspaceAPIReplaceLabelsWorkspaceDeprecatedRequest) XDaytonaO... method Execute (line 1203) | func (r WorkspaceAPIReplaceLabelsWorkspaceDeprecatedRequest) Execute()... type WorkspaceAPISetAutoArchiveIntervalWorkspaceDeprecatedRequest (line 1309) | type WorkspaceAPISetAutoArchiveIntervalWorkspaceDeprecatedRequest struct method XDaytonaOrganizationID (line 1318) | func (r WorkspaceAPISetAutoArchiveIntervalWorkspaceDeprecatedRequest) ... method Execute (line 1323) | func (r WorkspaceAPISetAutoArchiveIntervalWorkspaceDeprecatedRequest) ... type WorkspaceAPISetAutostopIntervalWorkspaceDeprecatedRequest (line 1416) | type WorkspaceAPISetAutostopIntervalWorkspaceDeprecatedRequest struct method XDaytonaOrganizationID (line 1425) | func (r WorkspaceAPISetAutostopIntervalWorkspaceDeprecatedRequest) XDa... method Execute (line 1430) | func (r WorkspaceAPISetAutostopIntervalWorkspaceDeprecatedRequest) Exe... type WorkspaceAPIStartWorkspaceDeprecatedRequest (line 1523) | type WorkspaceAPIStartWorkspaceDeprecatedRequest struct method XDaytonaOrganizationID (line 1531) | func (r WorkspaceAPIStartWorkspaceDeprecatedRequest) XDaytonaOrganizat... method Execute (line 1536) | func (r WorkspaceAPIStartWorkspaceDeprecatedRequest) Execute() (*http.... type WorkspaceAPIStopWorkspaceDeprecatedRequest (line 1626) | type WorkspaceAPIStopWorkspaceDeprecatedRequest struct method XDaytonaOrganizationID (line 1634) | func (r WorkspaceAPIStopWorkspaceDeprecatedRequest) XDaytonaOrganizati... method Execute (line 1639) | func (r WorkspaceAPIStopWorkspaceDeprecatedRequest) Execute() (*http.R... type WorkspaceAPIUpdatePublicStatusWorkspaceDeprecatedRequest (line 1729) | type WorkspaceAPIUpdatePublicStatusWorkspaceDeprecatedRequest struct method XDaytonaOrganizationID (line 1738) | func (r WorkspaceAPIUpdatePublicStatusWorkspaceDeprecatedRequest) XDay... method Execute (line 1743) | func (r WorkspaceAPIUpdatePublicStatusWorkspaceDeprecatedRequest) Exec... FILE: libs/api-client-go/client.go type APIClient (line 47) | type APIClient struct method callAPI (line 303) | func (c *APIClient) callAPI(request *http.Request) (*http.Response, er... method GetConfig (line 329) | func (c *APIClient) GetConfig() *Configuration { method prepareRequest (line 340) | func (c *APIClient) prepareRequest( method decode (line 489) | func (c *APIClient) decode(v interface{}, b []byte, contentType string... type service (line 92) | type service struct function NewAPIClient (line 98) | func NewAPIClient(cfg *Configuration) *APIClient { function atoi (line 131) | func atoi(in string) (int, error) { function selectHeaderContentType (line 136) | func selectHeaderContentType(contentTypes []string) string { function selectHeaderAccept (line 147) | func selectHeaderAccept(accepts []string) string { function contains (line 160) | func contains(haystack []string, needle string) bool { function typeCheckParameter (line 170) | func typeCheckParameter(obj interface{}, expected string, name string) e... function parameterValueToString (line 183) | func parameterValueToString( obj interface{}, key string ) string { function parameterAddToHeaderOrQuery (line 204) | func parameterAddToHeaderOrQuery(headerOrQueryParams interface{}, keyPre... function parameterToJson (line 294) | func parameterToJson(obj interface{}) (string, error) { type formFile (line 333) | type formFile struct function addFile (line 545) | func addFile(w *multipart.Writer, fieldName, path string) error { function setBody (line 565) | func setBody(body interface{}, contentType string) (bodyBuf *bytes.Buffe... function detectContentType (line 602) | func detectContentType(body interface{}) string { type cacheControl (line 623) | type cacheControl function parseCacheControl (line 625) | func parseCacheControl(headers http.Header) cacheControl { function CacheExpires (line 644) | func CacheExpires(r *http.Response) time.Time { function strlen (line 672) | func strlen(s string) int { type GenericOpenAPIError (line 677) | type GenericOpenAPIError struct method Error (line 684) | func (e GenericOpenAPIError) Error() string { method Body (line 689) | func (e GenericOpenAPIError) Body() []byte { method Model (line 694) | func (e GenericOpenAPIError) Model() interface{} { function formatErrorMessage (line 699) | func formatErrorMessage(status string, v interface{}) string { FILE: libs/api-client-go/configuration.go type contextKey (line 25) | type contextKey method String (line 27) | func (c contextKey) String() string { type BasicAuth (line 49) | type BasicAuth struct type APIKey (line 55) | type APIKey struct type ServerVariable (line 61) | type ServerVariable struct type ServerConfiguration (line 68) | type ServerConfiguration struct type ServerConfigurations (line 75) | type ServerConfigurations method URL (line 113) | func (sc ServerConfigurations) URL(index int, variables map[string]str... type Configuration (line 78) | type Configuration struct method AddDefaultHeader (line 108) | func (c *Configuration) AddDefaultHeader(key string, value string) { method ServerURL (line 141) | func (c *Configuration) ServerURL(index int, variables map[string]stri... method ServerURLWithContext (line 198) | func (c *Configuration) ServerURLWithContext(ctx context.Context, endp... function NewConfiguration (line 90) | func NewConfiguration() *Configuration { function getServerIndex (line 145) | func getServerIndex(ctx context.Context) (int, error) { function getServerOperationIndex (line 156) | func getServerOperationIndex(ctx context.Context, endpoint string) (int,... function getServerVariables (line 171) | func getServerVariables(ctx context.Context) (map[string]string, error) { function getServerOperationVariables (line 182) | func getServerOperationVariables(ctx context.Context, endpoint string) (... FILE: libs/api-client-go/model_account_provider.go type AccountProvider (line 23) | type AccountProvider struct method GetName (line 51) | func (o *AccountProvider) GetName() string { method GetNameOk (line 62) | func (o *AccountProvider) GetNameOk() (*string, bool) { method SetName (line 70) | func (o *AccountProvider) SetName(v string) { method GetDisplayName (line 75) | func (o *AccountProvider) GetDisplayName() string { method GetDisplayNameOk (line 86) | func (o *AccountProvider) GetDisplayNameOk() (*string, bool) { method SetDisplayName (line 94) | func (o *AccountProvider) SetDisplayName(v string) { method MarshalJSON (line 98) | func (o AccountProvider) MarshalJSON() ([]byte, error) { method ToMap (line 106) | func (o AccountProvider) ToMap() (map[string]interface{}, error) { method UnmarshalJSON (line 118) | func (o *AccountProvider) UnmarshalJSON(data []byte) (err error) { type _AccountProvider (line 29) | type _AccountProvider function NewAccountProvider (line 35) | func NewAccountProvider(name string, displayName string) *AccountProvider { function NewAccountProviderWithDefaults (line 45) | func NewAccountProviderWithDefaults() *AccountProvider { type NullableAccountProvider (line 162) | type NullableAccountProvider struct method Get (line 167) | func (v NullableAccountProvider) Get() *AccountProvider { method Set (line 171) | func (v *NullableAccountProvider) Set(val *AccountProvider) { method IsSet (line 176) | func (v NullableAccountProvider) IsSet() bool { method Unset (line 180) | func (v *NullableAccountProvider) Unset() { method MarshalJSON (line 189) | func (v NullableAccountProvider) MarshalJSON() ([]byte, error) { method UnmarshalJSON (line 193) | func (v *NullableAccountProvider) UnmarshalJSON(src []byte) error { function NewNullableAccountProvider (line 185) | func NewNullableAccountProvider(val *AccountProvider) *NullableAccountPr... FILE: libs/api-client-go/model_admin_create_runner.go type AdminCreateRunner (line 23) | type AdminCreateRunner struct method GetRegionId (line 68) | func (o *AdminCreateRunner) GetRegionId() string { method GetRegionIdOk (line 79) | func (o *AdminCreateRunner) GetRegionIdOk() (*string, bool) { method SetRegionId (line 87) | func (o *AdminCreateRunner) SetRegionId(v string) { method GetName (line 92) | func (o *AdminCreateRunner) GetName() string { method GetNameOk (line 103) | func (o *AdminCreateRunner) GetNameOk() (*string, bool) { method SetName (line 111) | func (o *AdminCreateRunner) SetName(v string) { method GetApiKey (line 116) | func (o *AdminCreateRunner) GetApiKey() string { method GetApiKeyOk (line 127) | func (o *AdminCreateRunner) GetApiKeyOk() (*string, bool) { method SetApiKey (line 135) | func (o *AdminCreateRunner) SetApiKey(v string) { method GetApiVersion (line 140) | func (o *AdminCreateRunner) GetApiVersion() string { method GetApiVersionOk (line 151) | func (o *AdminCreateRunner) GetApiVersionOk() (*string, bool) { method SetApiVersion (line 159) | func (o *AdminCreateRunner) SetApiVersion(v string) { method GetDomain (line 164) | func (o *AdminCreateRunner) GetDomain() string { method GetDomainOk (line 174) | func (o *AdminCreateRunner) GetDomainOk() (*string, bool) { method HasDomain (line 182) | func (o *AdminCreateRunner) HasDomain() bool { method SetDomain (line 191) | func (o *AdminCreateRunner) SetDomain(v string) { method GetApiUrl (line 196) | func (o *AdminCreateRunner) GetApiUrl() string { method GetApiUrlOk (line 206) | func (o *AdminCreateRunner) GetApiUrlOk() (*string, bool) { method HasApiUrl (line 214) | func (o *AdminCreateRunner) HasApiUrl() bool { method SetApiUrl (line 223) | func (o *AdminCreateRunner) SetApiUrl(v string) { method GetProxyUrl (line 228) | func (o *AdminCreateRunner) GetProxyUrl() string { method GetProxyUrlOk (line 238) | func (o *AdminCreateRunner) GetProxyUrlOk() (*string, bool) { method HasProxyUrl (line 246) | func (o *AdminCreateRunner) HasProxyUrl() bool { method SetProxyUrl (line 255) | func (o *AdminCreateRunner) SetProxyUrl(v string) { method GetCpu (line 260) | func (o *AdminCreateRunner) GetCpu() float32 { method GetCpuOk (line 270) | func (o *AdminCreateRunner) GetCpuOk() (*float32, bool) { method HasCpu (line 278) | func (o *AdminCreateRunner) HasCpu() bool { method SetCpu (line 287) | func (o *AdminCreateRunner) SetCpu(v float32) { method GetMemoryGiB (line 292) | func (o *AdminCreateRunner) GetMemoryGiB() float32 { method GetMemoryGiBOk (line 302) | func (o *AdminCreateRunner) GetMemoryGiBOk() (*float32, bool) { method HasMemoryGiB (line 310) | func (o *AdminCreateRunner) HasMemoryGiB() bool { method SetMemoryGiB (line 319) | func (o *AdminCreateRunner) SetMemoryGiB(v float32) { method GetDiskGiB (line 324) | func (o *AdminCreateRunner) GetDiskGiB() float32 { method GetDiskGiBOk (line 334) | func (o *AdminCreateRunner) GetDiskGiBOk() (*float32, bool) { method HasDiskGiB (line 342) | func (o *AdminCreateRunner) HasDiskGiB() bool { method SetDiskGiB (line 351) | func (o *AdminCreateRunner) SetDiskGiB(v float32) { method MarshalJSON (line 355) | func (o AdminCreateRunner) MarshalJSON() ([]byte, error) { method ToMap (line 363) | func (o AdminCreateRunner) ToMap() (map[string]interface{}, error) { method UnmarshalJSON (line 395) | func (o *AdminCreateRunner) UnmarshalJSON(data []byte) (err error) { type _AdminCreateRunner (line 44) | type _AdminCreateRunner function NewAdminCreateRunner (line 50) | func NewAdminCreateRunner(regionId string, name string, apiKey string, a... function NewAdminCreateRunnerWithDefaults (line 62) | func NewAdminCreateRunnerWithDefaults() *AdminCreateRunner { type NullableAdminCreateRunner (line 449) | type NullableAdminCreateRunner struct method Get (line 454) | func (v NullableAdminCreateRunner) Get() *AdminCreateRunner { method Set (line 458) | func (v *NullableAdminCreateRunner) Set(val *AdminCreateRunner) { method IsSet (line 463) | func (v NullableAdminCreateRunner) IsSet() bool { method Unset (line 467) | func (v *NullableAdminCreateRunner) Unset() { method MarshalJSON (line 476) | func (v NullableAdminCreateRunner) MarshalJSON() ([]byte, error) { method UnmarshalJSON (line 480) | func (v *NullableAdminCreateRunner) UnmarshalJSON(src []byte) error { function NewNullableAdminCreateRunner (line 472) | func NewNullableAdminCreateRunner(val *AdminCreateRunner) *NullableAdmin... FILE: libs/api-client-go/model_announcement.go type Announcement (line 23) | type Announcement struct method GetText (line 52) | func (o *Announcement) GetText() string { method GetTextOk (line 63) | func (o *Announcement) GetTextOk() (*string, bool) { method SetText (line 71) | func (o *Announcement) SetText(v string) { method GetLearnMoreUrl (line 76) | func (o *Announcement) GetLearnMoreUrl() string { method GetLearnMoreUrlOk (line 86) | func (o *Announcement) GetLearnMoreUrlOk() (*string, bool) { method HasLearnMoreUrl (line 94) | func (o *Announcement) HasLearnMoreUrl() bool { method SetLearnMoreUrl (line 103) | func (o *Announcement) SetLearnMoreUrl(v string) { method MarshalJSON (line 107) | func (o Announcement) MarshalJSON() ([]byte, error) { method ToMap (line 115) | func (o Announcement) ToMap() (map[string]interface{}, error) { method UnmarshalJSON (line 129) | func (o *Announcement) UnmarshalJSON(data []byte) (err error) { type _Announcement (line 31) | type _Announcement function NewAnnouncement (line 37) | func NewAnnouncement(text string) *Announcement { function NewAnnouncementWithDefaults (line 46) | func NewAnnouncementWithDefaults() *Announcement { type NullableAnnouncement (line 172) | type NullableAnnouncement struct method Get (line 177) | func (v NullableAnnouncement) Get() *Announcement { method Set (line 181) | func (v *NullableAnnouncement) Set(val *Announcement) { method IsSet (line 186) | func (v NullableAnnouncement) IsSet() bool { method Unset (line 190) | func (v *NullableAnnouncement) Unset() { method MarshalJSON (line 199) | func (v NullableAnnouncement) MarshalJSON() ([]byte, error) { method UnmarshalJSON (line 203) | func (v *NullableAnnouncement) UnmarshalJSON(src []byte) error { function NewNullableAnnouncement (line 195) | func NewNullableAnnouncement(val *Announcement) *NullableAnnouncement { FILE: libs/api-client-go/model_api_key_list.go type ApiKeyList (line 24) | type ApiKeyList struct method GetName (line 69) | func (o *ApiKeyList) GetName() string { method GetNameOk (line 80) | func (o *ApiKeyList) GetNameOk() (*string, bool) { method SetName (line 88) | func (o *ApiKeyList) SetName(v string) { method GetValue (line 93) | func (o *ApiKeyList) GetValue() string { method GetValueOk (line 104) | func (o *ApiKeyList) GetValueOk() (*string, bool) { method SetValue (line 112) | func (o *ApiKeyList) SetValue(v string) { method GetCreatedAt (line 117) | func (o *ApiKeyList) GetCreatedAt() time.Time { method GetCreatedAtOk (line 128) | func (o *ApiKeyList) GetCreatedAtOk() (*time.Time, bool) { method SetCreatedAt (line 136) | func (o *ApiKeyList) SetCreatedAt(v time.Time) { method GetPermissions (line 141) | func (o *ApiKeyList) GetPermissions() []string { method GetPermissionsOk (line 152) | func (o *ApiKeyList) GetPermissionsOk() ([]string, bool) { method SetPermissions (line 160) | func (o *ApiKeyList) SetPermissions(v []string) { method GetLastUsedAt (line 166) | func (o *ApiKeyList) GetLastUsedAt() time.Time { method GetLastUsedAtOk (line 178) | func (o *ApiKeyList) GetLastUsedAtOk() (*time.Time, bool) { method SetLastUsedAt (line 186) | func (o *ApiKeyList) SetLastUsedAt(v time.Time) { method GetExpiresAt (line 192) | func (o *ApiKeyList) GetExpiresAt() time.Time { method GetExpiresAtOk (line 204) | func (o *ApiKeyList) GetExpiresAtOk() (*time.Time, bool) { method SetExpiresAt (line 212) | func (o *ApiKeyList) SetExpiresAt(v time.Time) { method GetUserId (line 217) | func (o *ApiKeyList) GetUserId() string { method GetUserIdOk (line 228) | func (o *ApiKeyList) GetUserIdOk() (*string, bool) { method SetUserId (line 236) | func (o *ApiKeyList) SetUserId(v string) { method MarshalJSON (line 240) | func (o ApiKeyList) MarshalJSON() ([]byte, error) { method ToMap (line 248) | func (o ApiKeyList) ToMap() (map[string]interface{}, error) { method UnmarshalJSON (line 265) | func (o *ApiKeyList) UnmarshalJSON(data []byte) (err error) { type _ApiKeyList (line 42) | type _ApiKeyList function NewApiKeyList (line 48) | func NewApiKeyList(name string, value string, createdAt time.Time, permi... function NewApiKeyListWithDefaults (line 63) | func NewApiKeyListWithDefaults() *ApiKeyList { type NullableApiKeyList (line 319) | type NullableApiKeyList struct method Get (line 324) | func (v NullableApiKeyList) Get() *ApiKeyList { method Set (line 328) | func (v *NullableApiKeyList) Set(val *ApiKeyList) { method IsSet (line 333) | func (v NullableApiKeyList) IsSet() bool { method Unset (line 337) | func (v *NullableApiKeyList) Unset() { method MarshalJSON (line 346) | func (v NullableApiKeyList) MarshalJSON() ([]byte, error) { method UnmarshalJSON (line 350) | func (v *NullableApiKeyList) UnmarshalJSON(src []byte) error { function NewNullableApiKeyList (line 342) | func NewNullableApiKeyList(val *ApiKeyList) *NullableApiKeyList { FILE: libs/api-client-go/model_api_key_response.go type ApiKeyResponse (line 24) | type ApiKeyResponse struct method GetName (line 63) | func (o *ApiKeyResponse) GetName() string { method GetNameOk (line 74) | func (o *ApiKeyResponse) GetNameOk() (*string, bool) { method SetName (line 82) | func (o *ApiKeyResponse) SetName(v string) { method GetValue (line 87) | func (o *ApiKeyResponse) GetValue() string { method GetValueOk (line 98) | func (o *ApiKeyResponse) GetValueOk() (*string, bool) { method SetValue (line 106) | func (o *ApiKeyResponse) SetValue(v string) { method GetCreatedAt (line 111) | func (o *ApiKeyResponse) GetCreatedAt() time.Time { method GetCreatedAtOk (line 122) | func (o *ApiKeyResponse) GetCreatedAtOk() (*time.Time, bool) { method SetCreatedAt (line 130) | func (o *ApiKeyResponse) SetCreatedAt(v time.Time) { method GetPermissions (line 135) | func (o *ApiKeyResponse) GetPermissions() []string { method GetPermissionsOk (line 146) | func (o *ApiKeyResponse) GetPermissionsOk() ([]string, bool) { method SetPermissions (line 154) | func (o *ApiKeyResponse) SetPermissions(v []string) { method GetExpiresAt (line 160) | func (o *ApiKeyResponse) GetExpiresAt() time.Time { method GetExpiresAtOk (line 172) | func (o *ApiKeyResponse) GetExpiresAtOk() (*time.Time, bool) { method SetExpiresAt (line 180) | func (o *ApiKeyResponse) SetExpiresAt(v time.Time) { method MarshalJSON (line 184) | func (o ApiKeyResponse) MarshalJSON() ([]byte, error) { method ToMap (line 192) | func (o ApiKeyResponse) ToMap() (map[string]interface{}, error) { method UnmarshalJSON (line 207) | func (o *ApiKeyResponse) UnmarshalJSON(data []byte) (err error) { type _ApiKeyResponse (line 38) | type _ApiKeyResponse function NewApiKeyResponse (line 44) | func NewApiKeyResponse(name string, value string, createdAt time.Time, p... function NewApiKeyResponseWithDefaults (line 57) | func NewApiKeyResponseWithDefaults() *ApiKeyResponse { type NullableApiKeyResponse (line 257) | type NullableApiKeyResponse struct method Get (line 262) | func (v NullableApiKeyResponse) Get() *ApiKeyResponse { method Set (line 266) | func (v *NullableApiKeyResponse) Set(val *ApiKeyResponse) { method IsSet (line 271) | func (v NullableApiKeyResponse) IsSet() bool { method Unset (line 275) | func (v *NullableApiKeyResponse) Unset() { method MarshalJSON (line 284) | func (v NullableApiKeyResponse) MarshalJSON() ([]byte, error) { method UnmarshalJSON (line 288) | func (v *NullableApiKeyResponse) UnmarshalJSON(src []byte) error { function NewNullableApiKeyResponse (line 280) | func NewNullableApiKeyResponse(val *ApiKeyResponse) *NullableApiKeyRespo... FILE: libs/api-client-go/model_audit_log.go type AuditLog (line 24) | type AuditLog struct method GetId (line 67) | func (o *AuditLog) GetId() string { method GetIdOk (line 78) | func (o *AuditLog) GetIdOk() (*string, bool) { method SetId (line 86) | func (o *AuditLog) SetId(v string) { method GetActorId (line 91) | func (o *AuditLog) GetActorId() string { method GetActorIdOk (line 102) | func (o *AuditLog) GetActorIdOk() (*string, bool) { method SetActorId (line 110) | func (o *AuditLog) SetActorId(v string) { method GetActorEmail (line 115) | func (o *AuditLog) GetActorEmail() string { method GetActorEmailOk (line 126) | func (o *AuditLog) GetActorEmailOk() (*string, bool) { method SetActorEmail (line 134) | func (o *AuditLog) SetActorEmail(v string) { method GetOrganizationId (line 139) | func (o *AuditLog) GetOrganizationId() string { method GetOrganizationIdOk (line 149) | func (o *AuditLog) GetOrganizationIdOk() (*string, bool) { method HasOrganizationId (line 157) | func (o *AuditLog) HasOrganizationId() bool { method SetOrganizationId (line 166) | func (o *AuditLog) SetOrganizationId(v string) { method GetAction (line 171) | func (o *AuditLog) GetAction() string { method GetActionOk (line 182) | func (o *AuditLog) GetActionOk() (*string, bool) { method SetAction (line 190) | func (o *AuditLog) SetAction(v string) { method GetTargetType (line 195) | func (o *AuditLog) GetTargetType() string { method GetTargetTypeOk (line 205) | func (o *AuditLog) GetTargetTypeOk() (*string, bool) { method HasTargetType (line 213) | func (o *AuditLog) HasTargetType() bool { method SetTargetType (line 222) | func (o *AuditLog) SetTargetType(v string) { method GetTargetId (line 227) | func (o *AuditLog) GetTargetId() string { method GetTargetIdOk (line 237) | func (o *AuditLog) GetTargetIdOk() (*string, bool) { method HasTargetId (line 245) | func (o *AuditLog) HasTargetId() bool { method SetTargetId (line 254) | func (o *AuditLog) SetTargetId(v string) { method GetStatusCode (line 259) | func (o *AuditLog) GetStatusCode() float32 { method GetStatusCodeOk (line 269) | func (o *AuditLog) GetStatusCodeOk() (*float32, bool) { method HasStatusCode (line 277) | func (o *AuditLog) HasStatusCode() bool { method SetStatusCode (line 286) | func (o *AuditLog) SetStatusCode(v float32) { method GetErrorMessage (line 291) | func (o *AuditLog) GetErrorMessage() string { method GetErrorMessageOk (line 301) | func (o *AuditLog) GetErrorMessageOk() (*string, bool) { method HasErrorMessage (line 309) | func (o *AuditLog) HasErrorMessage() bool { method SetErrorMessage (line 318) | func (o *AuditLog) SetErrorMessage(v string) { method GetIpAddress (line 323) | func (o *AuditLog) GetIpAddress() string { method GetIpAddressOk (line 333) | func (o *AuditLog) GetIpAddressOk() (*string, bool) { method HasIpAddress (line 341) | func (o *AuditLog) HasIpAddress() bool { method SetIpAddress (line 350) | func (o *AuditLog) SetIpAddress(v string) { method GetUserAgent (line 355) | func (o *AuditLog) GetUserAgent() string { method GetUserAgentOk (line 365) | func (o *AuditLog) GetUserAgentOk() (*string, bool) { method HasUserAgent (line 373) | func (o *AuditLog) HasUserAgent() bool { method SetUserAgent (line 382) | func (o *AuditLog) SetUserAgent(v string) { method GetSource (line 387) | func (o *AuditLog) GetSource() string { method GetSourceOk (line 397) | func (o *AuditLog) GetSourceOk() (*string, bool) { method HasSource (line 405) | func (o *AuditLog) HasSource() bool { method SetSource (line 414) | func (o *AuditLog) SetSource(v string) { method GetMetadata (line 419) | func (o *AuditLog) GetMetadata() map[string]interface{} { method GetMetadataOk (line 429) | func (o *AuditLog) GetMetadataOk() (map[string]interface{}, bool) { method HasMetadata (line 437) | func (o *AuditLog) HasMetadata() bool { method SetMetadata (line 446) | func (o *AuditLog) SetMetadata(v map[string]interface{}) { method GetCreatedAt (line 451) | func (o *AuditLog) GetCreatedAt() time.Time { method GetCreatedAtOk (line 462) | func (o *AuditLog) GetCreatedAtOk() (*time.Time, bool) { method SetCreatedAt (line 470) | func (o *AuditLog) SetCreatedAt(v time.Time) { method MarshalJSON (line 474) | func (o AuditLog) MarshalJSON() ([]byte, error) { method ToMap (line 482) | func (o AuditLog) ToMap() (map[string]interface{}, error) { method UnmarshalJSON (line 524) | func (o *AuditLog) UnmarshalJSON(data []byte) (err error) { type _AuditLog (line 42) | type _AuditLog function NewAuditLog (line 48) | func NewAuditLog(id string, actorId string, actorEmail string, action st... function NewAuditLogWithDefaults (line 61) | func NewAuditLogWithDefaults() *AuditLog { type NullableAuditLog (line 583) | type NullableAuditLog struct method Get (line 588) | func (v NullableAuditLog) Get() *AuditLog { method Set (line 592) | func (v *NullableAuditLog) Set(val *AuditLog) { method IsSet (line 597) | func (v NullableAuditLog) IsSet() bool { method Unset (line 601) | func (v *NullableAuditLog) Unset() { method MarshalJSON (line 610) | func (v NullableAuditLog) MarshalJSON() ([]byte, error) { method UnmarshalJSON (line 614) | func (v *NullableAuditLog) UnmarshalJSON(src []byte) error { function NewNullableAuditLog (line 606) | func NewNullableAuditLog(val *AuditLog) *NullableAuditLog { FILE: libs/api-client-go/model_build_info.go type BuildInfo (line 24) | type BuildInfo struct method GetDockerfileContent (line 61) | func (o *BuildInfo) GetDockerfileContent() string { method GetDockerfileContentOk (line 71) | func (o *BuildInfo) GetDockerfileContentOk() (*string, bool) { method HasDockerfileContent (line 79) | func (o *BuildInfo) HasDockerfileContent() bool { method SetDockerfileContent (line 88) | func (o *BuildInfo) SetDockerfileContent(v string) { method GetContextHashes (line 93) | func (o *BuildInfo) GetContextHashes() []string { method GetContextHashesOk (line 103) | func (o *BuildInfo) GetContextHashesOk() ([]string, bool) { method HasContextHashes (line 111) | func (o *BuildInfo) HasContextHashes() bool { method SetContextHashes (line 120) | func (o *BuildInfo) SetContextHashes(v []string) { method GetCreatedAt (line 125) | func (o *BuildInfo) GetCreatedAt() time.Time { method GetCreatedAtOk (line 136) | func (o *BuildInfo) GetCreatedAtOk() (*time.Time, bool) { method SetCreatedAt (line 144) | func (o *BuildInfo) SetCreatedAt(v time.Time) { method GetUpdatedAt (line 149) | func (o *BuildInfo) GetUpdatedAt() time.Time { method GetUpdatedAtOk (line 160) | func (o *BuildInfo) GetUpdatedAtOk() (*time.Time, bool) { method SetUpdatedAt (line 168) | func (o *BuildInfo) SetUpdatedAt(v time.Time) { method GetSnapshotRef (line 173) | func (o *BuildInfo) GetSnapshotRef() string { method GetSnapshotRefOk (line 184) | func (o *BuildInfo) GetSnapshotRefOk() (*string, bool) { method SetSnapshotRef (line 192) | func (o *BuildInfo) SetSnapshotRef(v string) { method MarshalJSON (line 196) | func (o BuildInfo) MarshalJSON() ([]byte, error) { method ToMap (line 204) | func (o BuildInfo) ToMap() (map[string]interface{}, error) { method UnmarshalJSON (line 223) | func (o *BuildInfo) UnmarshalJSON(data []byte) (err error) { type _BuildInfo (line 38) | type _BuildInfo function NewBuildInfo (line 44) | func NewBuildInfo(createdAt time.Time, updatedAt time.Time, snapshotRef ... function NewBuildInfoWithDefaults (line 55) | func NewBuildInfoWithDefaults() *BuildInfo { type NullableBuildInfo (line 271) | type NullableBuildInfo struct method Get (line 276) | func (v NullableBuildInfo) Get() *BuildInfo { method Set (line 280) | func (v *NullableBuildInfo) Set(val *BuildInfo) { method IsSet (line 285) | func (v NullableBuildInfo) IsSet() bool { method Unset (line 289) | func (v *NullableBuildInfo) Unset() { method MarshalJSON (line 298) | func (v NullableBuildInfo) MarshalJSON() ([]byte, error) { method UnmarshalJSON (line 302) | func (v *NullableBuildInfo) UnmarshalJSON(src []byte) error { function NewNullableBuildInfo (line 294) | func NewNullableBuildInfo(val *BuildInfo) *NullableBuildInfo { FILE: libs/api-client-go/model_command.go type Command (line 23) | type Command struct method GetId (line 55) | func (o *Command) GetId() string { method GetIdOk (line 66) | func (o *Command) GetIdOk() (*string, bool) { method SetId (line 74) | func (o *Command) SetId(v string) { method GetCommand (line 79) | func (o *Command) GetCommand() string { method GetCommandOk (line 90) | func (o *Command) GetCommandOk() (*string, bool) { method SetCommand (line 98) | func (o *Command) SetCommand(v string) { method GetExitCode (line 103) | func (o *Command) GetExitCode() float32 { method GetExitCodeOk (line 113) | func (o *Command) GetExitCodeOk() (*float32, bool) { method HasExitCode (line 121) | func (o *Command) HasExitCode() bool { method SetExitCode (line 130) | func (o *Command) SetExitCode(v float32) { method MarshalJSON (line 134) | func (o Command) MarshalJSON() ([]byte, error) { method ToMap (line 142) | func (o Command) ToMap() (map[string]interface{}, error) { method UnmarshalJSON (line 157) | func (o *Command) UnmarshalJSON(data []byte) (err error) { type _Command (line 33) | type _Command function NewCommand (line 39) | func NewCommand(id string, command string) *Command { function NewCommandWithDefaults (line 49) | func NewCommandWithDefaults() *Command { type NullableCommand (line 202) | type NullableCommand struct method Get (line 207) | func (v NullableCommand) Get() *Command { method Set (line 211) | func (v *NullableCommand) Set(val *Command) { method IsSet (line 216) | func (v NullableCommand) IsSet() bool { method Unset (line 220) | func (v *NullableCommand) Unset() { method MarshalJSON (line 229) | func (v NullableCommand) MarshalJSON() ([]byte, error) { method UnmarshalJSON (line 233) | func (v *NullableCommand) UnmarshalJSON(src []byte) error { function NewNullableCommand (line 225) | func NewNullableCommand(val *Command) *NullableCommand { FILE: libs/api-client-go/model_completion_context.go type CompletionContext (line 23) | type CompletionContext struct method GetTriggerKind (line 50) | func (o *CompletionContext) GetTriggerKind() float32 { method GetTriggerKindOk (line 61) | func (o *CompletionContext) GetTriggerKindOk() (*float32, bool) { method SetTriggerKind (line 69) | func (o *CompletionContext) SetTriggerKind(v float32) { method GetTriggerCharacter (line 74) | func (o *CompletionContext) GetTriggerCharacter() string { method GetTriggerCharacterOk (line 84) | func (o *CompletionContext) GetTriggerCharacterOk() (*string, bool) { method HasTriggerCharacter (line 92) | func (o *CompletionContext) HasTriggerCharacter() bool { method SetTriggerCharacter (line 101) | func (o *CompletionContext) SetTriggerCharacter(v string) { method MarshalJSON (line 105) | func (o CompletionContext) MarshalJSON() ([]byte, error) { method ToMap (line 113) | func (o CompletionContext) ToMap() (map[string]interface{}, error) { method UnmarshalJSON (line 127) | func (o *CompletionContext) UnmarshalJSON(data []byte) (err error) { type _CompletionContext (line 29) | type _CompletionContext function NewCompletionContext (line 35) | func NewCompletionContext(triggerKind float32) *CompletionContext { function NewCompletionContextWithDefaults (line 44) | func NewCompletionContextWithDefaults() *CompletionContext { type NullableCompletionContext (line 170) | type NullableCompletionContext struct method Get (line 175) | func (v NullableCompletionContext) Get() *CompletionContext { method Set (line 179) | func (v *NullableCompletionContext) Set(val *CompletionContext) { method IsSet (line 184) | func (v NullableCompletionContext) IsSet() bool { method Unset (line 188) | func (v *NullableCompletionContext) Unset() { method MarshalJSON (line 197) | func (v NullableCompletionContext) MarshalJSON() ([]byte, error) { method UnmarshalJSON (line 201) | func (v *NullableCompletionContext) UnmarshalJSON(src []byte) error { function NewNullableCompletionContext (line 193) | func NewNullableCompletionContext(val *CompletionContext) *NullableCompl... FILE: libs/api-client-go/model_completion_item.go type CompletionItem (line 23) | type CompletionItem struct method GetLabel (line 55) | func (o *CompletionItem) GetLabel() string { method GetLabelOk (line 66) | func (o *CompletionItem) GetLabelOk() (*string, bool) { method SetLabel (line 74) | func (o *CompletionItem) SetLabel(v string) { method GetKind (line 79) | func (o *CompletionItem) GetKind() float32 { method GetKindOk (line 89) | func (o *CompletionItem) GetKindOk() (*float32, bool) { method HasKind (line 97) | func (o *CompletionItem) HasKind() bool { method SetKind (line 106) | func (o *CompletionItem) SetKind(v float32) { method GetDetail (line 111) | func (o *CompletionItem) GetDetail() string { method GetDetailOk (line 121) | func (o *CompletionItem) GetDetailOk() (*string, bool) { method HasDetail (line 129) | func (o *CompletionItem) HasDetail() bool { method SetDetail (line 138) | func (o *CompletionItem) SetDetail(v string) { method GetDocumentation (line 143) | func (o *CompletionItem) GetDocumentation() map[string]interface{} { method GetDocumentationOk (line 153) | func (o *CompletionItem) GetDocumentationOk() (map[string]interface{},... method HasDocumentation (line 161) | func (o *CompletionItem) HasDocumentation() bool { method SetDocumentation (line 170) | func (o *CompletionItem) SetDocumentation(v map[string]interface{}) { method GetSortText (line 175) | func (o *CompletionItem) GetSortText() string { method GetSortTextOk (line 185) | func (o *CompletionItem) GetSortTextOk() (*string, bool) { method HasSortText (line 193) | func (o *CompletionItem) HasSortText() bool { method SetSortText (line 202) | func (o *CompletionItem) SetSortText(v string) { method GetFilterText (line 207) | func (o *CompletionItem) GetFilterText() string { method GetFilterTextOk (line 217) | func (o *CompletionItem) GetFilterTextOk() (*string, bool) { method HasFilterText (line 225) | func (o *CompletionItem) HasFilterText() bool { method SetFilterText (line 234) | func (o *CompletionItem) SetFilterText(v string) { method GetInsertText (line 239) | func (o *CompletionItem) GetInsertText() string { method GetInsertTextOk (line 249) | func (o *CompletionItem) GetInsertTextOk() (*string, bool) { method HasInsertText (line 257) | func (o *CompletionItem) HasInsertText() bool { method SetInsertText (line 266) | func (o *CompletionItem) SetInsertText(v string) { method MarshalJSON (line 270) | func (o CompletionItem) MarshalJSON() ([]byte, error) { method ToMap (line 278) | func (o CompletionItem) ToMap() (map[string]interface{}, error) { method UnmarshalJSON (line 307) | func (o *CompletionItem) UnmarshalJSON(data []byte) (err error) { type _CompletionItem (line 34) | type _CompletionItem function NewCompletionItem (line 40) | func NewCompletionItem(label string) *CompletionItem { function NewCompletionItemWithDefaults (line 49) | func NewCompletionItemWithDefaults() *CompletionItem { type NullableCompletionItem (line 355) | type NullableCompletionItem struct method Get (line 360) | func (v NullableCompletionItem) Get() *CompletionItem { method Set (line 364) | func (v *NullableCompletionItem) Set(val *CompletionItem) { method IsSet (line 369) | func (v NullableCompletionItem) IsSet() bool { method Unset (line 373) | func (v *NullableCompletionItem) Unset() { method MarshalJSON (line 382) | func (v NullableCompletionItem) MarshalJSON() ([]byte, error) { method UnmarshalJSON (line 386) | func (v *NullableCompletionItem) UnmarshalJSON(src []byte) error { function NewNullableCompletionItem (line 378) | func NewNullableCompletionItem(val *CompletionItem) *NullableCompletionI... FILE: libs/api-client-go/model_completion_list.go type CompletionList (line 23) | type CompletionList struct method GetIsIncomplete (line 51) | func (o *CompletionList) GetIsIncomplete() bool { method GetIsIncompleteOk (line 62) | func (o *CompletionList) GetIsIncompleteOk() (*bool, bool) { method SetIsIncomplete (line 70) | func (o *CompletionList) SetIsIncomplete(v bool) { method GetItems (line 75) | func (o *CompletionList) GetItems() []CompletionItem { method GetItemsOk (line 86) | func (o *CompletionList) GetItemsOk() ([]CompletionItem, bool) { method SetItems (line 94) | func (o *CompletionList) SetItems(v []CompletionItem) { method MarshalJSON (line 98) | func (o CompletionList) MarshalJSON() ([]byte, error) { method ToMap (line 106) | func (o CompletionList) ToMap() (map[string]interface{}, error) { method UnmarshalJSON (line 118) | func (o *CompletionList) UnmarshalJSON(data []byte) (err error) { type _CompletionList (line 29) | type _CompletionList function NewCompletionList (line 35) | func NewCompletionList(isIncomplete bool, items []CompletionItem) *Compl... function NewCompletionListWithDefaults (line 45) | func NewCompletionListWithDefaults() *CompletionList { type NullableCompletionList (line 162) | type NullableCompletionList struct method Get (line 167) | func (v NullableCompletionList) Get() *CompletionList { method Set (line 171) | func (v *NullableCompletionList) Set(val *CompletionList) { method IsSet (line 176) | func (v NullableCompletionList) IsSet() bool { method Unset (line 180) | func (v *NullableCompletionList) Unset() { method MarshalJSON (line 189) | func (v NullableCompletionList) MarshalJSON() ([]byte, error) { method UnmarshalJSON (line 193) | func (v *NullableCompletionList) UnmarshalJSON(src []byte) error { function NewNullableCompletionList (line 185) | func NewNullableCompletionList(val *CompletionList) *NullableCompletionL... FILE: libs/api-client-go/model_compressed_screenshot_response.go type CompressedScreenshotResponse (line 23) | type CompressedScreenshotResponse struct method GetScreenshot (line 54) | func (o *CompressedScreenshotResponse) GetScreenshot() string { method GetScreenshotOk (line 65) | func (o *CompressedScreenshotResponse) GetScreenshotOk() (*string, boo... method SetScreenshot (line 73) | func (o *CompressedScreenshotResponse) SetScreenshot(v string) { method GetCursorPosition (line 78) | func (o *CompressedScreenshotResponse) GetCursorPosition() map[string]... method GetCursorPositionOk (line 88) | func (o *CompressedScreenshotResponse) GetCursorPositionOk() (map[stri... method HasCursorPosition (line 96) | func (o *CompressedScreenshotResponse) HasCursorPosition() bool { method SetCursorPosition (line 105) | func (o *CompressedScreenshotResponse) SetCursorPosition(v map[string]... method GetSizeBytes (line 110) | func (o *CompressedScreenshotResponse) GetSizeBytes() float32 { method GetSizeBytesOk (line 120) | func (o *CompressedScreenshotResponse) GetSizeBytesOk() (*float32, boo... method HasSizeBytes (line 128) | func (o *CompressedScreenshotResponse) HasSizeBytes() bool { method SetSizeBytes (line 137) | func (o *CompressedScreenshotResponse) SetSizeBytes(v float32) { method MarshalJSON (line 141) | func (o CompressedScreenshotResponse) MarshalJSON() ([]byte, error) { method ToMap (line 149) | func (o CompressedScreenshotResponse) ToMap() (map[string]interface{},... method UnmarshalJSON (line 166) | func (o *CompressedScreenshotResponse) UnmarshalJSON(data []byte) (err... type _CompressedScreenshotResponse (line 33) | type _CompressedScreenshotResponse function NewCompressedScreenshotResponse (line 39) | func NewCompressedScreenshotResponse(screenshot string) *CompressedScree... function NewCompressedScreenshotResponseWithDefaults (line 48) | func NewCompressedScreenshotResponseWithDefaults() *CompressedScreenshot... type NullableCompressedScreenshotResponse (line 210) | type NullableCompressedScreenshotResponse struct method Get (line 215) | func (v NullableCompressedScreenshotResponse) Get() *CompressedScreens... method Set (line 219) | func (v *NullableCompressedScreenshotResponse) Set(val *CompressedScre... method IsSet (line 224) | func (v NullableCompressedScreenshotResponse) IsSet() bool { method Unset (line 228) | func (v *NullableCompressedScreenshotResponse) Unset() { method MarshalJSON (line 237) | func (v NullableCompressedScreenshotResponse) MarshalJSON() ([]byte, e... method UnmarshalJSON (line 241) | func (v *NullableCompressedScreenshotResponse) UnmarshalJSON(src []byt... function NewNullableCompressedScreenshotResponse (line 233) | func NewNullableCompressedScreenshotResponse(val *CompressedScreenshotRe... FILE: libs/api-client-go/model_computer_use_start_response.go type ComputerUseStartResponse (line 23) | type ComputerUseStartResponse struct method GetMessage (line 53) | func (o *ComputerUseStartResponse) GetMessage() string { method GetMessageOk (line 64) | func (o *ComputerUseStartResponse) GetMessageOk() (*string, bool) { method SetMessage (line 72) | func (o *ComputerUseStartResponse) SetMessage(v string) { method GetStatus (line 77) | func (o *ComputerUseStartResponse) GetStatus() map[string]interface{} { method GetStatusOk (line 88) | func (o *ComputerUseStartResponse) GetStatusOk() (map[string]interface... method SetStatus (line 96) | func (o *ComputerUseStartResponse) SetStatus(v map[string]interface{}) { method MarshalJSON (line 100) | func (o ComputerUseStartResponse) MarshalJSON() ([]byte, error) { method ToMap (line 108) | func (o ComputerUseStartResponse) ToMap() (map[string]interface{}, err... method UnmarshalJSON (line 120) | func (o *ComputerUseStartResponse) UnmarshalJSON(data []byte) (err err... type _ComputerUseStartResponse (line 31) | type _ComputerUseStartResponse function NewComputerUseStartResponse (line 37) | func NewComputerUseStartResponse(message string, status map[string]inter... function NewComputerUseStartResponseWithDefaults (line 47) | func NewComputerUseStartResponseWithDefaults() *ComputerUseStartResponse { type NullableComputerUseStartResponse (line 164) | type NullableComputerUseStartResponse struct method Get (line 169) | func (v NullableComputerUseStartResponse) Get() *ComputerUseStartRespo... method Set (line 173) | func (v *NullableComputerUseStartResponse) Set(val *ComputerUseStartRe... method IsSet (line 178) | func (v NullableComputerUseStartResponse) IsSet() bool { method Unset (line 182) | func (v *NullableComputerUseStartResponse) Unset() { method MarshalJSON (line 191) | func (v NullableComputerUseStartResponse) MarshalJSON() ([]byte, error) { method UnmarshalJSON (line 195) | func (v *NullableComputerUseStartResponse) UnmarshalJSON(src []byte) e... function NewNullableComputerUseStartResponse (line 187) | func NewNullableComputerUseStartResponse(val *ComputerUseStartResponse) ... FILE: libs/api-client-go/model_computer_use_status_response.go type ComputerUseStatusResponse (line 23) | type ComputerUseStatusResponse struct method GetStatus (line 50) | func (o *ComputerUseStatusResponse) GetStatus() string { method GetStatusOk (line 61) | func (o *ComputerUseStatusResponse) GetStatusOk() (*string, bool) { method SetStatus (line 69) | func (o *ComputerUseStatusResponse) SetStatus(v string) { method MarshalJSON (line 73) | func (o ComputerUseStatusResponse) MarshalJSON() ([]byte, error) { method ToMap (line 81) | func (o ComputerUseStatusResponse) ToMap() (map[string]interface{}, er... method UnmarshalJSON (line 92) | func (o *ComputerUseStatusResponse) UnmarshalJSON(data []byte) (err er... type _ComputerUseStatusResponse (line 29) | type _ComputerUseStatusResponse function NewComputerUseStatusResponse (line 35) | func NewComputerUseStatusResponse(status string) *ComputerUseStatusRespo... function NewComputerUseStatusResponseWithDefaults (line 44) | func NewComputerUseStatusResponseWithDefaults() *ComputerUseStatusRespon... type NullableComputerUseStatusResponse (line 134) | type NullableComputerUseStatusResponse struct method Get (line 139) | func (v NullableComputerUseStatusResponse) Get() *ComputerUseStatusRes... method Set (line 143) | func (v *NullableComputerUseStatusResponse) Set(val *ComputerUseStatus... method IsSet (line 148) | func (v NullableComputerUseStatusResponse) IsSet() bool { method Unset (line 152) | func (v *NullableComputerUseStatusResponse) Unset() { method MarshalJSON (line 161) | func (v NullableComputerUseStatusResponse) MarshalJSON() ([]byte, erro... method UnmarshalJSON (line 165) | func (v *NullableComputerUseStatusResponse) UnmarshalJSON(src []byte) ... function NewNullableComputerUseStatusResponse (line 157) | func NewNullableComputerUseStatusResponse(val *ComputerUseStatusResponse... FILE: libs/api-client-go/model_computer_use_stop_response.go type ComputerUseStopResponse (line 23) | type ComputerUseStopResponse struct method GetMessage (line 53) | func (o *ComputerUseStopResponse) GetMessage() string { method GetMessageOk (line 64) | func (o *ComputerUseStopResponse) GetMessageOk() (*string, bool) { method SetMessage (line 72) | func (o *ComputerUseStopResponse) SetMessage(v string) { method GetStatus (line 77) | func (o *ComputerUseStopResponse) GetStatus() map[string]interface{} { method GetStatusOk (line 88) | func (o *ComputerUseStopResponse) GetStatusOk() (map[string]interface{... method SetStatus (line 96) | func (o *ComputerUseStopResponse) SetStatus(v map[string]interface{}) { method MarshalJSON (line 100) | func (o ComputerUseStopResponse) MarshalJSON() ([]byte, error) { method ToMap (line 108) | func (o ComputerUseStopResponse) ToMap() (map[string]interface{}, erro... method UnmarshalJSON (line 120) | func (o *ComputerUseStopResponse) UnmarshalJSON(data []byte) (err erro... type _ComputerUseStopResponse (line 31) | type _ComputerUseStopResponse function NewComputerUseStopResponse (line 37) | func NewComputerUseStopResponse(message string, status map[string]interf... function NewComputerUseStopResponseWithDefaults (line 47) | func NewComputerUseStopResponseWithDefaults() *ComputerUseStopResponse { type NullableComputerUseStopResponse (line 164) | type NullableComputerUseStopResponse struct method Get (line 169) | func (v NullableComputerUseStopResponse) Get() *ComputerUseStopResponse { method Set (line 173) | func (v *NullableComputerUseStopResponse) Set(val *ComputerUseStopResp... method IsSet (line 178) | func (v NullableComputerUseStopResponse) IsSet() bool { method Unset (line 182) | func (v *NullableComputerUseStopResponse) Unset() { method MarshalJSON (line 191) | func (v NullableComputerUseStopResponse) MarshalJSON() ([]byte, error) { method UnmarshalJSON (line 195) | func (v *NullableComputerUseStopResponse) UnmarshalJSON(src []byte) er... function NewNullableComputerUseStopResponse (line 187) | func NewNullableComputerUseStopResponse(val *ComputerUseStopResponse) *N... FILE: libs/api-client-go/model_create_api_key.go type CreateApiKey (line 24) | type CreateApiKey struct method GetName (line 56) | func (o *CreateApiKey) GetName() string { method GetNameOk (line 67) | func (o *CreateApiKey) GetNameOk() (*string, bool) { method SetName (line 75) | func (o *CreateApiKey) SetName(v string) { method GetPermissions (line 80) | func (o *CreateApiKey) GetPermissions() []string { method GetPermissionsOk (line 91) | func (o *CreateApiKey) GetPermissionsOk() ([]string, bool) { method SetPermissions (line 99) | func (o *CreateApiKey) SetPermissions(v []string) { method GetExpiresAt (line 104) | func (o *CreateApiKey) GetExpiresAt() time.Time { method GetExpiresAtOk (line 115) | func (o *CreateApiKey) GetExpiresAtOk() (*time.Time, bool) { method HasExpiresAt (line 123) | func (o *CreateApiKey) HasExpiresAt() bool { method SetExpiresAt (line 132) | func (o *CreateApiKey) SetExpiresAt(v time.Time) { method SetExpiresAtNil (line 136) | func (o *CreateApiKey) SetExpiresAtNil() { method UnsetExpiresAt (line 141) | func (o *CreateApiKey) UnsetExpiresAt() { method MarshalJSON (line 145) | func (o CreateApiKey) MarshalJSON() ([]byte, error) { method ToMap (line 153) | func (o CreateApiKey) ToMap() (map[string]interface{}, error) { method UnmarshalJSON (line 168) | func (o *CreateApiKey) UnmarshalJSON(data []byte) (err error) { type _CreateApiKey (line 34) | type _CreateApiKey function NewCreateApiKey (line 40) | func NewCreateApiKey(name string, permissions []string) *CreateApiKey { function NewCreateApiKeyWithDefaults (line 50) | func NewCreateApiKeyWithDefaults() *CreateApiKey { type NullableCreateApiKey (line 213) | type NullableCreateApiKey struct method Get (line 218) | func (v NullableCreateApiKey) Get() *CreateApiKey { method Set (line 222) | func (v *NullableCreateApiKey) Set(val *CreateApiKey) { method IsSet (line 227) | func (v NullableCreateApiKey) IsSet() bool { method Unset (line 231) | func (v *NullableCreateApiKey) Unset() { method MarshalJSON (line 240) | func (v NullableCreateApiKey) MarshalJSON() ([]byte, error) { method UnmarshalJSON (line 244) | func (v *NullableCreateApiKey) UnmarshalJSON(src []byte) error { function NewNullableCreateApiKey (line 236) | func NewNullableCreateApiKey(val *CreateApiKey) *NullableCreateApiKey { FILE: libs/api-client-go/model_create_build_info.go type CreateBuildInfo (line 23) | type CreateBuildInfo struct method GetDockerfileContent (line 52) | func (o *CreateBuildInfo) GetDockerfileContent() string { method GetDockerfileContentOk (line 63) | func (o *CreateBuildInfo) GetDockerfileContentOk() (*string, bool) { method SetDockerfileContent (line 71) | func (o *CreateBuildInfo) SetDockerfileContent(v string) { method GetContextHashes (line 76) | func (o *CreateBuildInfo) GetContextHashes() []string { method GetContextHashesOk (line 86) | func (o *CreateBuildInfo) GetContextHashesOk() ([]string, bool) { method HasContextHashes (line 94) | func (o *CreateBuildInfo) HasContextHashes() bool { method SetContextHashes (line 103) | func (o *CreateBuildInfo) SetContextHashes(v []string) { method MarshalJSON (line 107) | func (o CreateBuildInfo) MarshalJSON() ([]byte, error) { method ToMap (line 115) | func (o CreateBuildInfo) ToMap() (map[string]interface{}, error) { method UnmarshalJSON (line 129) | func (o *CreateBuildInfo) UnmarshalJSON(data []byte) (err error) { type _CreateBuildInfo (line 31) | type _CreateBuildInfo function NewCreateBuildInfo (line 37) | func NewCreateBuildInfo(dockerfileContent string) *CreateBuildInfo { function NewCreateBuildInfoWithDefaults (line 46) | func NewCreateBuildInfoWithDefaults() *CreateBuildInfo { type NullableCreateBuildInfo (line 172) | type NullableCreateBuildInfo struct method Get (line 177) | func (v NullableCreateBuildInfo) Get() *CreateBuildInfo { method Set (line 181) | func (v *NullableCreateBuildInfo) Set(val *CreateBuildInfo) { method IsSet (line 186) | func (v NullableCreateBuildInfo) IsSet() bool { method Unset (line 190) | func (v *NullableCreateBuildInfo) Unset() { method MarshalJSON (line 199) | func (v NullableCreateBuildInfo) MarshalJSON() ([]byte, error) { method UnmarshalJSON (line 203) | func (v *NullableCreateBuildInfo) UnmarshalJSON(src []byte) error { function NewNullableCreateBuildInfo (line 195) | func NewNullableCreateBuildInfo(val *CreateBuildInfo) *NullableCreateBui... FILE: libs/api-client-go/model_create_docker_registry.go type CreateDockerRegistry (line 23) | type CreateDockerRegistry struct method GetName (line 68) | func (o *CreateDockerRegistry) GetName() string { method GetNameOk (line 79) | func (o *CreateDockerRegistry) GetNameOk() (*string, bool) { method SetName (line 87) | func (o *CreateDockerRegistry) SetName(v string) { method GetUrl (line 92) | func (o *CreateDockerRegistry) GetUrl() string { method GetUrlOk (line 103) | func (o *CreateDockerRegistry) GetUrlOk() (*string, bool) { method SetUrl (line 111) | func (o *CreateDockerRegistry) SetUrl(v string) { method GetUsername (line 116) | func (o *CreateDockerRegistry) GetUsername() string { method GetUsernameOk (line 127) | func (o *CreateDockerRegistry) GetUsernameOk() (*string, bool) { method SetUsername (line 135) | func (o *CreateDockerRegistry) SetUsername(v string) { method GetPassword (line 140) | func (o *CreateDockerRegistry) GetPassword() string { method GetPasswordOk (line 151) | func (o *CreateDockerRegistry) GetPasswordOk() (*string, bool) { method SetPassword (line 159) | func (o *CreateDockerRegistry) SetPassword(v string) { method GetProject (line 164) | func (o *CreateDockerRegistry) GetProject() string { method GetProjectOk (line 174) | func (o *CreateDockerRegistry) GetProjectOk() (*string, bool) { method HasProject (line 182) | func (o *CreateDockerRegistry) HasProject() bool { method SetProject (line 191) | func (o *CreateDockerRegistry) SetProject(v string) { method GetRegistryType (line 196) | func (o *CreateDockerRegistry) GetRegistryType() string { method GetRegistryTypeOk (line 207) | func (o *CreateDockerRegistry) GetRegistryTypeOk() (*string, bool) { method SetRegistryType (line 215) | func (o *CreateDockerRegistry) SetRegistryType(v string) { method GetIsDefault (line 220) | func (o *CreateDockerRegistry) GetIsDefault() bool { method GetIsDefaultOk (line 230) | func (o *CreateDockerRegistry) GetIsDefaultOk() (*bool, bool) { method HasIsDefault (line 238) | func (o *CreateDockerRegistry) HasIsDefault() bool { method SetIsDefault (line 247) | func (o *CreateDockerRegistry) SetIsDefault(v bool) { method MarshalJSON (line 251) | func (o CreateDockerRegistry) MarshalJSON() ([]byte, error) { method ToMap (line 259) | func (o CreateDockerRegistry) ToMap() (map[string]interface{}, error) { method UnmarshalJSON (line 280) | func (o *CreateDockerRegistry) UnmarshalJSON(data []byte) (err error) { type _CreateDockerRegistry (line 41) | type _CreateDockerRegistry function NewCreateDockerRegistry (line 47) | func NewCreateDockerRegistry(name string, url string, username string, p... function NewCreateDockerRegistryWithDefaults (line 60) | func NewCreateDockerRegistryWithDefaults() *CreateDockerRegistry { type NullableCreateDockerRegistry (line 332) | type NullableCreateDockerRegistry struct method Get (line 337) | func (v NullableCreateDockerRegistry) Get() *CreateDockerRegistry { method Set (line 341) | func (v *NullableCreateDockerRegistry) Set(val *CreateDockerRegistry) { method IsSet (line 346) | func (v NullableCreateDockerRegistry) IsSet() bool { method Unset (line 350) | func (v *NullableCreateDockerRegistry) Unset() { method MarshalJSON (line 359) | func (v NullableCreateDockerRegistry) MarshalJSON() ([]byte, error) { method UnmarshalJSON (line 363) | func (v *NullableCreateDockerRegistry) UnmarshalJSON(src []byte) error { function NewNullableCreateDockerRegistry (line 355) | func NewNullableCreateDockerRegistry(val *CreateDockerRegistry) *Nullabl... FILE: libs/api-client-go/model_create_linked_account.go type CreateLinkedAccount (line 23) | type CreateLinkedAccount struct method GetProvider (line 53) | func (o *CreateLinkedAccount) GetProvider() string { method GetProviderOk (line 64) | func (o *CreateLinkedAccount) GetProviderOk() (*string, bool) { method SetProvider (line 72) | func (o *CreateLinkedAccount) SetProvider(v string) { method GetUserId (line 77) | func (o *CreateLinkedAccount) GetUserId() string { method GetUserIdOk (line 88) | func (o *CreateLinkedAccount) GetUserIdOk() (*string, bool) { method SetUserId (line 96) | func (o *CreateLinkedAccount) SetUserId(v string) { method MarshalJSON (line 100) | func (o CreateLinkedAccount) MarshalJSON() ([]byte, error) { method ToMap (line 108) | func (o CreateLinkedAccount) ToMap() (map[string]interface{}, error) { method UnmarshalJSON (line 120) | func (o *CreateLinkedAccount) UnmarshalJSON(data []byte) (err error) { type _CreateLinkedAccount (line 31) | type _CreateLinkedAccount function NewCreateLinkedAccount (line 37) | func NewCreateLinkedAccount(provider string, userId string) *CreateLinke... function NewCreateLinkedAccountWithDefaults (line 47) | func NewCreateLinkedAccountWithDefaults() *CreateLinkedAccount { type NullableCreateLinkedAccount (line 164) | type NullableCreateLinkedAccount struct method Get (line 169) | func (v NullableCreateLinkedAccount) Get() *CreateLinkedAccount { method Set (line 173) | func (v *NullableCreateLinkedAccount) Set(val *CreateLinkedAccount) { method IsSet (line 178) | func (v NullableCreateLinkedAccount) IsSet() bool { method Unset (line 182) | func (v *NullableCreateLinkedAccount) Unset() { method MarshalJSON (line 191) | func (v NullableCreateLinkedAccount) MarshalJSON() ([]byte, error) { method UnmarshalJSON (line 195) | func (v *NullableCreateLinkedAccount) UnmarshalJSON(src []byte) error { function NewNullableCreateLinkedAccount (line 187) | func NewNullableCreateLinkedAccount(val *CreateLinkedAccount) *NullableC... FILE: libs/api-client-go/model_create_organization.go type CreateOrganization (line 23) | type CreateOrganization struct method GetName (line 53) | func (o *CreateOrganization) GetName() string { method GetNameOk (line 64) | func (o *CreateOrganization) GetNameOk() (*string, bool) { method SetName (line 72) | func (o *CreateOrganization) SetName(v string) { method GetDefaultRegionId (line 77) | func (o *CreateOrganization) GetDefaultRegionId() string { method GetDefaultRegionIdOk (line 88) | func (o *CreateOrganization) GetDefaultRegionIdOk() (*string, bool) { method SetDefaultRegionId (line 96) | func (o *CreateOrganization) SetDefaultRegionId(v string) { method MarshalJSON (line 100) | func (o CreateOrganization) MarshalJSON() ([]byte, error) { method ToMap (line 108) | func (o CreateOrganization) ToMap() (map[string]interface{}, error) { method UnmarshalJSON (line 120) | func (o *CreateOrganization) UnmarshalJSON(data []byte) (err error) { type _CreateOrganization (line 31) | type _CreateOrganization function NewCreateOrganization (line 37) | func NewCreateOrganization(name string, defaultRegionId string) *CreateO... function NewCreateOrganizationWithDefaults (line 47) | func NewCreateOrganizationWithDefaults() *CreateOrganization { type NullableCreateOrganization (line 164) | type NullableCreateOrganization struct method Get (line 169) | func (v NullableCreateOrganization) Get() *CreateOrganization { method Set (line 173) | func (v *NullableCreateOrganization) Set(val *CreateOrganization) { method IsSet (line 178) | func (v NullableCreateOrganization) IsSet() bool { method Unset (line 182) | func (v *NullableCreateOrganization) Unset() { method MarshalJSON (line 191) | func (v NullableCreateOrganization) MarshalJSON() ([]byte, error) { method UnmarshalJSON (line 195) | func (v *NullableCreateOrganization) UnmarshalJSON(src []byte) error { function NewNullableCreateOrganization (line 187) | func NewNullableCreateOrganization(val *CreateOrganization) *NullableCre... FILE: libs/api-client-go/model_create_organization_invitation.go type CreateOrganizationInvitation (line 24) | type CreateOrganizationInvitation struct method GetEmail (line 61) | func (o *CreateOrganizationInvitation) GetEmail() string { method GetEmailOk (line 72) | func (o *CreateOrganizationInvitation) GetEmailOk() (*string, bool) { method SetEmail (line 80) | func (o *CreateOrganizationInvitation) SetEmail(v string) { method GetRole (line 85) | func (o *CreateOrganizationInvitation) GetRole() string { method GetRoleOk (line 96) | func (o *CreateOrganizationInvitation) GetRoleOk() (*string, bool) { method SetRole (line 104) | func (o *CreateOrganizationInvitation) SetRole(v string) { method GetAssignedRoleIds (line 109) | func (o *CreateOrganizationInvitation) GetAssignedRoleIds() []string { method GetAssignedRoleIdsOk (line 120) | func (o *CreateOrganizationInvitation) GetAssignedRoleIdsOk() ([]strin... method SetAssignedRoleIds (line 128) | func (o *CreateOrganizationInvitation) SetAssignedRoleIds(v []string) { method GetExpiresAt (line 133) | func (o *CreateOrganizationInvitation) GetExpiresAt() time.Time { method GetExpiresAtOk (line 143) | func (o *CreateOrganizationInvitation) GetExpiresAtOk() (*time.Time, b... method HasExpiresAt (line 151) | func (o *CreateOrganizationInvitation) HasExpiresAt() bool { method SetExpiresAt (line 160) | func (o *CreateOrganizationInvitation) SetExpiresAt(v time.Time) { method MarshalJSON (line 164) | func (o CreateOrganizationInvitation) MarshalJSON() ([]byte, error) { method ToMap (line 172) | func (o CreateOrganizationInvitation) ToMap() (map[string]interface{},... method UnmarshalJSON (line 188) | func (o *CreateOrganizationInvitation) UnmarshalJSON(data []byte) (err... type _CreateOrganizationInvitation (line 36) | type _CreateOrganizationInvitation function NewCreateOrganizationInvitation (line 42) | func NewCreateOrganizationInvitation(email string, role string, assigned... function NewCreateOrganizationInvitationWithDefaults (line 53) | func NewCreateOrganizationInvitationWithDefaults() *CreateOrganizationIn... type NullableCreateOrganizationInvitation (line 235) | type NullableCreateOrganizationInvitation struct method Get (line 240) | func (v NullableCreateOrganizationInvitation) Get() *CreateOrganizatio... method Set (line 244) | func (v *NullableCreateOrganizationInvitation) Set(val *CreateOrganiza... method IsSet (line 249) | func (v NullableCreateOrganizationInvitation) IsSet() bool { method Unset (line 253) | func (v *NullableCreateOrganizationInvitation) Unset() { method MarshalJSON (line 262) | func (v NullableCreateOrganizationInvitation) MarshalJSON() ([]byte, e... method UnmarshalJSON (line 266) | func (v *NullableCreateOrganizationInvitation) UnmarshalJSON(src []byt... function NewNullableCreateOrganizationInvitation (line 258) | func NewNullableCreateOrganizationInvitation(val *CreateOrganizationInvi... FILE: libs/api-client-go/model_create_organization_quota.go type CreateOrganizationQuota (line 22) | type CreateOrganizationQuota struct method GetTotalCpuQuota (line 55) | func (o *CreateOrganizationQuota) GetTotalCpuQuota() float32 { method GetTotalCpuQuotaOk (line 65) | func (o *CreateOrganizationQuota) GetTotalCpuQuotaOk() (*float32, bool) { method HasTotalCpuQuota (line 73) | func (o *CreateOrganizationQuota) HasTotalCpuQuota() bool { method SetTotalCpuQuota (line 82) | func (o *CreateOrganizationQuota) SetTotalCpuQuota(v float32) { method GetTotalMemoryQuota (line 87) | func (o *CreateOrganizationQuota) GetTotalMemoryQuota() float32 { method GetTotalMemoryQuotaOk (line 97) | func (o *CreateOrganizationQuota) GetTotalMemoryQuotaOk() (*float32, b... method HasTotalMemoryQuota (line 105) | func (o *CreateOrganizationQuota) HasTotalMemoryQuota() bool { method SetTotalMemoryQuota (line 114) | func (o *CreateOrganizationQuota) SetTotalMemoryQuota(v float32) { method GetTotalDiskQuota (line 119) | func (o *CreateOrganizationQuota) GetTotalDiskQuota() float32 { method GetTotalDiskQuotaOk (line 129) | func (o *CreateOrganizationQuota) GetTotalDiskQuotaOk() (*float32, boo... method HasTotalDiskQuota (line 137) | func (o *CreateOrganizationQuota) HasTotalDiskQuota() bool { method SetTotalDiskQuota (line 146) | func (o *CreateOrganizationQuota) SetTotalDiskQuota(v float32) { method GetMaxCpuPerSandbox (line 151) | func (o *CreateOrganizationQuota) GetMaxCpuPerSandbox() float32 { method GetMaxCpuPerSandboxOk (line 161) | func (o *CreateOrganizationQuota) GetMaxCpuPerSandboxOk() (*float32, b... method HasMaxCpuPerSandbox (line 169) | func (o *CreateOrganizationQuota) HasMaxCpuPerSandbox() bool { method SetMaxCpuPerSandbox (line 178) | func (o *CreateOrganizationQuota) SetMaxCpuPerSandbox(v float32) { method GetMaxMemoryPerSandbox (line 183) | func (o *CreateOrganizationQuota) GetMaxMemoryPerSandbox() float32 { method GetMaxMemoryPerSandboxOk (line 193) | func (o *CreateOrganizationQuota) GetMaxMemoryPerSandboxOk() (*float32... method HasMaxMemoryPerSandbox (line 201) | func (o *CreateOrganizationQuota) HasMaxMemoryPerSandbox() bool { method SetMaxMemoryPerSandbox (line 210) | func (o *CreateOrganizationQuota) SetMaxMemoryPerSandbox(v float32) { method GetMaxDiskPerSandbox (line 215) | func (o *CreateOrganizationQuota) GetMaxDiskPerSandbox() float32 { method GetMaxDiskPerSandboxOk (line 225) | func (o *CreateOrganizationQuota) GetMaxDiskPerSandboxOk() (*float32, ... method HasMaxDiskPerSandbox (line 233) | func (o *CreateOrganizationQuota) HasMaxDiskPerSandbox() bool { method SetMaxDiskPerSandbox (line 242) | func (o *CreateOrganizationQuota) SetMaxDiskPerSandbox(v float32) { method GetSnapshotQuota (line 247) | func (o *CreateOrganizationQuota) GetSnapshotQuota() float32 { method GetSnapshotQuotaOk (line 257) | func (o *CreateOrganizationQuota) GetSnapshotQuotaOk() (*float32, bool) { method HasSnapshotQuota (line 265) | func (o *CreateOrganizationQuota) HasSnapshotQuota() bool { method SetSnapshotQuota (line 274) | func (o *CreateOrganizationQuota) SetSnapshotQuota(v float32) { method GetMaxSnapshotSize (line 279) | func (o *CreateOrganizationQuota) GetMaxSnapshotSize() float32 { method GetMaxSnapshotSizeOk (line 289) | func (o *CreateOrganizationQuota) GetMaxSnapshotSizeOk() (*float32, bo... method HasMaxSnapshotSize (line 297) | func (o *CreateOrganizationQuota) HasMaxSnapshotSize() bool { method SetMaxSnapshotSize (line 306) | func (o *CreateOrganizationQuota) SetMaxSnapshotSize(v float32) { method GetVolumeQuota (line 311) | func (o *CreateOrganizationQuota) GetVolumeQuota() float32 { method GetVolumeQuotaOk (line 321) | func (o *CreateOrganizationQuota) GetVolumeQuotaOk() (*float32, bool) { method HasVolumeQuota (line 329) | func (o *CreateOrganizationQuota) HasVolumeQuota() bool { method SetVolumeQuota (line 338) | func (o *CreateOrganizationQuota) SetVolumeQuota(v float32) { method MarshalJSON (line 342) | func (o CreateOrganizationQuota) MarshalJSON() ([]byte, error) { method ToMap (line 350) | func (o CreateOrganizationQuota) ToMap() (map[string]interface{}, erro... method UnmarshalJSON (line 387) | func (o *CreateOrganizationQuota) UnmarshalJSON(data []byte) (err erro... type _CreateOrganizationQuota (line 35) | type _CreateOrganizationQuota function NewCreateOrganizationQuota (line 41) | func NewCreateOrganizationQuota() *CreateOrganizationQuota { function NewCreateOrganizationQuotaWithDefaults (line 49) | func NewCreateOrganizationQuotaWithDefaults() *CreateOrganizationQuota { type NullableCreateOrganizationQuota (line 416) | type NullableCreateOrganizationQuota struct method Get (line 421) | func (v NullableCreateOrganizationQuota) Get() *CreateOrganizationQuota { method Set (line 425) | func (v *NullableCreateOrganizationQuota) Set(val *CreateOrganizationQ... method IsSet (line 430) | func (v NullableCreateOrganizationQuota) IsSet() bool { method Unset (line 434) | func (v *NullableCreateOrganizationQuota) Unset() { method MarshalJSON (line 443) | func (v NullableCreateOrganizationQuota) MarshalJSON() ([]byte, error) { method UnmarshalJSON (line 447) | func (v *NullableCreateOrganizationQuota) UnmarshalJSON(src []byte) er... function NewNullableCreateOrganizationQuota (line 439) | func NewNullableCreateOrganizationQuota(val *CreateOrganizationQuota) *N... FILE: libs/api-client-go/model_create_organization_role.go type CreateOrganizationRole (line 23) | type CreateOrganizationRole struct method GetName (line 56) | func (o *CreateOrganizationRole) GetName() string { method GetNameOk (line 67) | func (o *CreateOrganizationRole) GetNameOk() (*string, bool) { method SetName (line 75) | func (o *CreateOrganizationRole) SetName(v string) { method GetDescription (line 80) | func (o *CreateOrganizationRole) GetDescription() string { method GetDescriptionOk (line 91) | func (o *CreateOrganizationRole) GetDescriptionOk() (*string, bool) { method SetDescription (line 99) | func (o *CreateOrganizationRole) SetDescription(v string) { method GetPermissions (line 104) | func (o *CreateOrganizationRole) GetPermissions() []string { method GetPermissionsOk (line 115) | func (o *CreateOrganizationRole) GetPermissionsOk() ([]string, bool) { method SetPermissions (line 123) | func (o *CreateOrganizationRole) SetPermissions(v []string) { method MarshalJSON (line 127) | func (o CreateOrganizationRole) MarshalJSON() ([]byte, error) { method ToMap (line 135) | func (o CreateOrganizationRole) ToMap() (map[string]interface{}, error) { method UnmarshalJSON (line 148) | func (o *CreateOrganizationRole) UnmarshalJSON(data []byte) (err error) { type _CreateOrganizationRole (line 33) | type _CreateOrganizationRole function NewCreateOrganizationRole (line 39) | func NewCreateOrganizationRole(name string, description string, permissi... function NewCreateOrganizationRoleWithDefaults (line 50) | func NewCreateOrganizationRoleWithDefaults() *CreateOrganizationRole { type NullableCreateOrganizationRole (line 194) | type NullableCreateOrganizationRole struct method Get (line 199) | func (v NullableCreateOrganizationRole) Get() *CreateOrganizationRole { method Set (line 203) | func (v *NullableCreateOrganizationRole) Set(val *CreateOrganizationRo... method IsSet (line 208) | func (v NullableCreateOrganizationRole) IsSet() bool { method Unset (line 212) | func (v *NullableCreateOrganizationRole) Unset() { method MarshalJSON (line 221) | func (v NullableCreateOrganizationRole) MarshalJSON() ([]byte, error) { method UnmarshalJSON (line 225) | func (v *NullableCreateOrganizationRole) UnmarshalJSON(src []byte) err... function NewNullableCreateOrganizationRole (line 217) | func NewNullableCreateOrganizationRole(val *CreateOrganizationRole) *Nul... FILE: libs/api-client-go/model_create_region.go type CreateRegion (line 23) | type CreateRegion struct method GetName (line 56) | func (o *CreateRegion) GetName() string { method GetNameOk (line 67) | func (o *CreateRegion) GetNameOk() (*string, bool) { method SetName (line 75) | func (o *CreateRegion) SetName(v string) { method GetProxyUrl (line 80) | func (o *CreateRegion) GetProxyUrl() string { method GetProxyUrlOk (line 91) | func (o *CreateRegion) GetProxyUrlOk() (*string, bool) { method HasProxyUrl (line 99) | func (o *CreateRegion) HasProxyUrl() bool { method SetProxyUrl (line 108) | func (o *CreateRegion) SetProxyUrl(v string) { method SetProxyUrlNil (line 112) | func (o *CreateRegion) SetProxyUrlNil() { method UnsetProxyUrl (line 117) | func (o *CreateRegion) UnsetProxyUrl() { method GetSshGatewayUrl (line 122) | func (o *CreateRegion) GetSshGatewayUrl() string { method GetSshGatewayUrlOk (line 133) | func (o *CreateRegion) GetSshGatewayUrlOk() (*string, bool) { method HasSshGatewayUrl (line 141) | func (o *CreateRegion) HasSshGatewayUrl() bool { method SetSshGatewayUrl (line 150) | func (o *CreateRegion) SetSshGatewayUrl(v string) { method SetSshGatewayUrlNil (line 154) | func (o *CreateRegion) SetSshGatewayUrlNil() { method UnsetSshGatewayUrl (line 159) | func (o *CreateRegion) UnsetSshGatewayUrl() { method GetSnapshotManagerUrl (line 164) | func (o *CreateRegion) GetSnapshotManagerUrl() string { method GetSnapshotManagerUrlOk (line 175) | func (o *CreateRegion) GetSnapshotManagerUrlOk() (*string, bool) { method HasSnapshotManagerUrl (line 183) | func (o *CreateRegion) HasSnapshotManagerUrl() bool { method SetSnapshotManagerUrl (line 192) | func (o *CreateRegion) SetSnapshotManagerUrl(v string) { method SetSnapshotManagerUrlNil (line 196) | func (o *CreateRegion) SetSnapshotManagerUrlNil() { method UnsetSnapshotManagerUrl (line 201) | func (o *CreateRegion) UnsetSnapshotManagerUrl() { method MarshalJSON (line 205) | func (o CreateRegion) MarshalJSON() ([]byte, error) { method ToMap (line 213) | func (o CreateRegion) ToMap() (map[string]interface{}, error) { method UnmarshalJSON (line 233) | func (o *CreateRegion) UnmarshalJSON(data []byte) (err error) { type _CreateRegion (line 35) | type _CreateRegion function NewCreateRegion (line 41) | func NewCreateRegion(name string) *CreateRegion { function NewCreateRegionWithDefaults (line 50) | func NewCreateRegionWithDefaults() *CreateRegion { type NullableCreateRegion (line 278) | type NullableCreateRegion struct method Get (line 283) | func (v NullableCreateRegion) Get() *CreateRegion { method Set (line 287) | func (v *NullableCreateRegion) Set(val *CreateRegion) { method IsSet (line 292) | func (v NullableCreateRegion) IsSet() bool { method Unset (line 296) | func (v *NullableCreateRegion) Unset() { method MarshalJSON (line 305) | func (v NullableCreateRegion) MarshalJSON() ([]byte, error) { method UnmarshalJSON (line 309) | func (v *NullableCreateRegion) UnmarshalJSON(src []byte) error { function NewNullableCreateRegion (line 301) | func NewNullableCreateRegion(val *CreateRegion) *NullableCreateRegion { FILE: libs/api-client-go/model_create_region_response.go type CreateRegionResponse (line 23) | type CreateRegionResponse struct method GetId (line 58) | func (o *CreateRegionResponse) GetId() string { method GetIdOk (line 69) | func (o *CreateRegionResponse) GetIdOk() (*string, bool) { method SetId (line 77) | func (o *CreateRegionResponse) SetId(v string) { method GetProxyApiKey (line 82) | func (o *CreateRegionResponse) GetProxyApiKey() string { method GetProxyApiKeyOk (line 93) | func (o *CreateRegionResponse) GetProxyApiKeyOk() (*string, bool) { method HasProxyApiKey (line 101) | func (o *CreateRegionResponse) HasProxyApiKey() bool { method SetProxyApiKey (line 110) | func (o *CreateRegionResponse) SetProxyApiKey(v string) { method SetProxyApiKeyNil (line 114) | func (o *CreateRegionResponse) SetProxyApiKeyNil() { method UnsetProxyApiKey (line 119) | func (o *CreateRegionResponse) UnsetProxyApiKey() { method GetSshGatewayApiKey (line 124) | func (o *CreateRegionResponse) GetSshGatewayApiKey() string { method GetSshGatewayApiKeyOk (line 135) | func (o *CreateRegionResponse) GetSshGatewayApiKeyOk() (*string, bool) { method HasSshGatewayApiKey (line 143) | func (o *CreateRegionResponse) HasSshGatewayApiKey() bool { method SetSshGatewayApiKey (line 152) | func (o *CreateRegionResponse) SetSshGatewayApiKey(v string) { method SetSshGatewayApiKeyNil (line 156) | func (o *CreateRegionResponse) SetSshGatewayApiKeyNil() { method UnsetSshGatewayApiKey (line 161) | func (o *CreateRegionResponse) UnsetSshGatewayApiKey() { method GetSnapshotManagerUsername (line 166) | func (o *CreateRegionResponse) GetSnapshotManagerUsername() string { method GetSnapshotManagerUsernameOk (line 177) | func (o *CreateRegionResponse) GetSnapshotManagerUsernameOk() (*string... method HasSnapshotManagerUsername (line 185) | func (o *CreateRegionResponse) HasSnapshotManagerUsername() bool { method SetSnapshotManagerUsername (line 194) | func (o *CreateRegionResponse) SetSnapshotManagerUsername(v string) { method SetSnapshotManagerUsernameNil (line 198) | func (o *CreateRegionResponse) SetSnapshotManagerUsernameNil() { method UnsetSnapshotManagerUsername (line 203) | func (o *CreateRegionResponse) UnsetSnapshotManagerUsername() { method GetSnapshotManagerPassword (line 208) | func (o *CreateRegionResponse) GetSnapshotManagerPassword() string { method GetSnapshotManagerPasswordOk (line 219) | func (o *CreateRegionResponse) GetSnapshotManagerPasswordOk() (*string... method HasSnapshotManagerPassword (line 227) | func (o *CreateRegionResponse) HasSnapshotManagerPassword() bool { method SetSnapshotManagerPassword (line 236) | func (o *CreateRegionResponse) SetSnapshotManagerPassword(v string) { method SetSnapshotManagerPasswordNil (line 240) | func (o *CreateRegionResponse) SetSnapshotManagerPasswordNil() { method UnsetSnapshotManagerPassword (line 245) | func (o *CreateRegionResponse) UnsetSnapshotManagerPassword() { method MarshalJSON (line 249) | func (o CreateRegionResponse) MarshalJSON() ([]byte, error) { method ToMap (line 257) | func (o CreateRegionResponse) ToMap() (map[string]interface{}, error) { method UnmarshalJSON (line 280) | func (o *CreateRegionResponse) UnmarshalJSON(data []byte) (err error) { type _CreateRegionResponse (line 37) | type _CreateRegionResponse function NewCreateRegionResponse (line 43) | func NewCreateRegionResponse(id string) *CreateRegionResponse { function NewCreateRegionResponseWithDefaults (line 52) | func NewCreateRegionResponseWithDefaults() *CreateRegionResponse { type NullableCreateRegionResponse (line 326) | type NullableCreateRegionResponse struct method Get (line 331) | func (v NullableCreateRegionResponse) Get() *CreateRegionResponse { method Set (line 335) | func (v *NullableCreateRegionResponse) Set(val *CreateRegionResponse) { method IsSet (line 340) | func (v NullableCreateRegionResponse) IsSet() bool { method Unset (line 344) | func (v *NullableCreateRegionResponse) Unset() { method MarshalJSON (line 353) | func (v NullableCreateRegionResponse) MarshalJSON() ([]byte, error) { method UnmarshalJSON (line 357) | func (v *NullableCreateRegionResponse) UnmarshalJSON(src []byte) error { function NewNullableCreateRegionResponse (line 349) | func NewNullableCreateRegionResponse(val *CreateRegionResponse) *Nullabl... FILE: libs/api-client-go/model_create_runner.go type CreateRunner (line 23) | type CreateRunner struct method GetRegionId (line 51) | func (o *CreateRunner) GetRegionId() string { method GetRegionIdOk (line 62) | func (o *CreateRunner) GetRegionIdOk() (*string, bool) { method SetRegionId (line 70) | func (o *CreateRunner) SetRegionId(v string) { method GetName (line 75) | func (o *CreateRunner) GetName() string { method GetNameOk (line 86) | func (o *CreateRunner) GetNameOk() (*string, bool) { method SetName (line 94) | func (o *CreateRunner) SetName(v string) { method MarshalJSON (line 98) | func (o CreateRunner) MarshalJSON() ([]byte, error) { method ToMap (line 106) | func (o CreateRunner) ToMap() (map[string]interface{}, error) { method UnmarshalJSON (line 118) | func (o *CreateRunner) UnmarshalJSON(data []byte) (err error) { type _CreateRunner (line 29) | type _CreateRunner function NewCreateRunner (line 35) | func NewCreateRunner(regionId string, name string) *CreateRunner { function NewCreateRunnerWithDefaults (line 45) | func NewCreateRunnerWithDefaults() *CreateRunner { type NullableCreateRunner (line 162) | type NullableCreateRunner struct method Get (line 167) | func (v NullableCreateRunner) Get() *CreateRunner { method Set (line 171) | func (v *NullableCreateRunner) Set(val *CreateRunner) { method IsSet (line 176) | func (v NullableCreateRunner) IsSet() bool { method Unset (line 180) | func (v *NullableCreateRunner) Unset() { method MarshalJSON (line 189) | func (v NullableCreateRunner) MarshalJSON() ([]byte, error) { method UnmarshalJSON (line 193) | func (v *NullableCreateRunner) UnmarshalJSON(src []byte) error { function NewNullableCreateRunner (line 185) | func NewNullableCreateRunner(val *CreateRunner) *NullableCreateRunner { FILE: libs/api-client-go/model_create_runner_response.go type CreateRunnerResponse (line 23) | type CreateRunnerResponse struct method GetId (line 53) | func (o *CreateRunnerResponse) GetId() string { method GetIdOk (line 64) | func (o *CreateRunnerResponse) GetIdOk() (*string, bool) { method SetId (line 72) | func (o *CreateRunnerResponse) SetId(v string) { method GetApiKey (line 77) | func (o *CreateRunnerResponse) GetApiKey() string { method GetApiKeyOk (line 88) | func (o *CreateRunnerResponse) GetApiKeyOk() (*string, bool) { method SetApiKey (line 96) | func (o *CreateRunnerResponse) SetApiKey(v string) { method MarshalJSON (line 100) | func (o CreateRunnerResponse) MarshalJSON() ([]byte, error) { method ToMap (line 108) | func (o CreateRunnerResponse) ToMap() (map[string]interface{}, error) { method UnmarshalJSON (line 120) | func (o *CreateRunnerResponse) UnmarshalJSON(data []byte) (err error) { type _CreateRunnerResponse (line 31) | type _CreateRunnerResponse function NewCreateRunnerResponse (line 37) | func NewCreateRunnerResponse(id string, apiKey string) *CreateRunnerResp... function NewCreateRunnerResponseWithDefaults (line 47) | func NewCreateRunnerResponseWithDefaults() *CreateRunnerResponse { type NullableCreateRunnerResponse (line 164) | type NullableCreateRunnerResponse struct method Get (line 169) | func (v NullableCreateRunnerResponse) Get() *CreateRunnerResponse { method Set (line 173) | func (v *NullableCreateRunnerResponse) Set(val *CreateRunnerResponse) { method IsSet (line 178) | func (v NullableCreateRunnerResponse) IsSet() bool { method Unset (line 182) | func (v *NullableCreateRunnerResponse) Unset() { method MarshalJSON (line 191) | func (v NullableCreateRunnerResponse) MarshalJSON() ([]byte, error) { method UnmarshalJSON (line 195) | func (v *NullableCreateRunnerResponse) UnmarshalJSON(src []byte) error { function NewNullableCreateRunnerResponse (line 187) | func NewNullableCreateRunnerResponse(val *CreateRunnerResponse) *Nullabl... FILE: libs/api-client-go/model_create_sandbox.go type CreateSandbox (line 22) | type CreateSandbox struct method GetName (line 84) | func (o *CreateSandbox) GetName() string { method GetNameOk (line 94) | func (o *CreateSandbox) GetNameOk() (*string, bool) { method HasName (line 102) | func (o *CreateSandbox) HasName() bool { method SetName (line 111) | func (o *CreateSandbox) SetName(v string) { method GetSnapshot (line 116) | func (o *CreateSandbox) GetSnapshot() string { method GetSnapshotOk (line 126) | func (o *CreateSandbox) GetSnapshotOk() (*string, bool) { method HasSnapshot (line 134) | func (o *CreateSandbox) HasSnapshot() bool { method SetSnapshot (line 143) | func (o *CreateSandbox) SetSnapshot(v string) { method GetUser (line 148) | func (o *CreateSandbox) GetUser() string { method GetUserOk (line 158) | func (o *CreateSandbox) GetUserOk() (*string, bool) { method HasUser (line 166) | func (o *CreateSandbox) HasUser() bool { method SetUser (line 175) | func (o *CreateSandbox) SetUser(v string) { method GetEnv (line 180) | func (o *CreateSandbox) GetEnv() map[string]string { method GetEnvOk (line 190) | func (o *CreateSandbox) GetEnvOk() (*map[string]string, bool) { method HasEnv (line 198) | func (o *CreateSandbox) HasEnv() bool { method SetEnv (line 207) | func (o *CreateSandbox) SetEnv(v map[string]string) { method GetLabels (line 212) | func (o *CreateSandbox) GetLabels() map[string]string { method GetLabelsOk (line 222) | func (o *CreateSandbox) GetLabelsOk() (*map[string]string, bool) { method HasLabels (line 230) | func (o *CreateSandbox) HasLabels() bool { method SetLabels (line 239) | func (o *CreateSandbox) SetLabels(v map[string]string) { method GetPublic (line 244) | func (o *CreateSandbox) GetPublic() bool { method GetPublicOk (line 254) | func (o *CreateSandbox) GetPublicOk() (*bool, bool) { method HasPublic (line 262) | func (o *CreateSandbox) HasPublic() bool { method SetPublic (line 271) | func (o *CreateSandbox) SetPublic(v bool) { method GetNetworkBlockAll (line 276) | func (o *CreateSandbox) GetNetworkBlockAll() bool { method GetNetworkBlockAllOk (line 286) | func (o *CreateSandbox) GetNetworkBlockAllOk() (*bool, bool) { method HasNetworkBlockAll (line 294) | func (o *CreateSandbox) HasNetworkBlockAll() bool { method SetNetworkBlockAll (line 303) | func (o *CreateSandbox) SetNetworkBlockAll(v bool) { method GetNetworkAllowList (line 308) | func (o *CreateSandbox) GetNetworkAllowList() string { method GetNetworkAllowListOk (line 318) | func (o *CreateSandbox) GetNetworkAllowListOk() (*string, bool) { method HasNetworkAllowList (line 326) | func (o *CreateSandbox) HasNetworkAllowList() bool { method SetNetworkAllowList (line 335) | func (o *CreateSandbox) SetNetworkAllowList(v string) { method GetClass (line 340) | func (o *CreateSandbox) GetClass() string { method GetClassOk (line 350) | func (o *CreateSandbox) GetClassOk() (*string, bool) { method HasClass (line 358) | func (o *CreateSandbox) HasClass() bool { method SetClass (line 367) | func (o *CreateSandbox) SetClass(v string) { method GetTarget (line 372) | func (o *CreateSandbox) GetTarget() string { method GetTargetOk (line 382) | func (o *CreateSandbox) GetTargetOk() (*string, bool) { method HasTarget (line 390) | func (o *CreateSandbox) HasTarget() bool { method SetTarget (line 399) | func (o *CreateSandbox) SetTarget(v string) { method GetCpu (line 404) | func (o *CreateSandbox) GetCpu() int32 { method GetCpuOk (line 414) | func (o *CreateSandbox) GetCpuOk() (*int32, bool) { method HasCpu (line 422) | func (o *CreateSandbox) HasCpu() bool { method SetCpu (line 431) | func (o *CreateSandbox) SetCpu(v int32) { method GetGpu (line 436) | func (o *CreateSandbox) GetGpu() int32 { method GetGpuOk (line 446) | func (o *CreateSandbox) GetGpuOk() (*int32, bool) { method HasGpu (line 454) | func (o *CreateSandbox) HasGpu() bool { method SetGpu (line 463) | func (o *CreateSandbox) SetGpu(v int32) { method GetMemory (line 468) | func (o *CreateSandbox) GetMemory() int32 { method GetMemoryOk (line 478) | func (o *CreateSandbox) GetMemoryOk() (*int32, bool) { method HasMemory (line 486) | func (o *CreateSandbox) HasMemory() bool { method SetMemory (line 495) | func (o *CreateSandbox) SetMemory(v int32) { method GetDisk (line 500) | func (o *CreateSandbox) GetDisk() int32 { method GetDiskOk (line 510) | func (o *CreateSandbox) GetDiskOk() (*int32, bool) { method HasDisk (line 518) | func (o *CreateSandbox) HasDisk() bool { method SetDisk (line 527) | func (o *CreateSandbox) SetDisk(v int32) { method GetAutoStopInterval (line 532) | func (o *CreateSandbox) GetAutoStopInterval() int32 { method GetAutoStopIntervalOk (line 542) | func (o *CreateSandbox) GetAutoStopIntervalOk() (*int32, bool) { method HasAutoStopInterval (line 550) | func (o *CreateSandbox) HasAutoStopInterval() bool { method SetAutoStopInterval (line 559) | func (o *CreateSandbox) SetAutoStopInterval(v int32) { method GetAutoArchiveInterval (line 564) | func (o *CreateSandbox) GetAutoArchiveInterval() int32 { method GetAutoArchiveIntervalOk (line 574) | func (o *CreateSandbox) GetAutoArchiveIntervalOk() (*int32, bool) { method HasAutoArchiveInterval (line 582) | func (o *CreateSandbox) HasAutoArchiveInterval() bool { method SetAutoArchiveInterval (line 591) | func (o *CreateSandbox) SetAutoArchiveInterval(v int32) { method GetAutoDeleteInterval (line 596) | func (o *CreateSandbox) GetAutoDeleteInterval() int32 { method GetAutoDeleteIntervalOk (line 606) | func (o *CreateSandbox) GetAutoDeleteIntervalOk() (*int32, bool) { method HasAutoDeleteInterval (line 614) | func (o *CreateSandbox) HasAutoDeleteInterval() bool { method SetAutoDeleteInterval (line 623) | func (o *CreateSandbox) SetAutoDeleteInterval(v int32) { method GetVolumes (line 628) | func (o *CreateSandbox) GetVolumes() []SandboxVolume { method GetVolumesOk (line 638) | func (o *CreateSandbox) GetVolumesOk() ([]SandboxVolume, bool) { method HasVolumes (line 646) | func (o *CreateSandbox) HasVolumes() bool { method SetVolumes (line 655) | func (o *CreateSandbox) SetVolumes(v []SandboxVolume) { method GetBuildInfo (line 660) | func (o *CreateSandbox) GetBuildInfo() CreateBuildInfo { method GetBuildInfoOk (line 670) | func (o *CreateSandbox) GetBuildInfoOk() (*CreateBuildInfo, bool) { method HasBuildInfo (line 678) | func (o *CreateSandbox) HasBuildInfo() bool { method SetBuildInfo (line 687) | func (o *CreateSandbox) SetBuildInfo(v CreateBuildInfo) { method MarshalJSON (line 691) | func (o CreateSandbox) MarshalJSON() ([]byte, error) { method ToMap (line 699) | func (o CreateSandbox) ToMap() (map[string]interface{}, error) { method UnmarshalJSON (line 766) | func (o *CreateSandbox) UnmarshalJSON(data []byte) (err error) { type _CreateSandbox (line 64) | type _CreateSandbox function NewCreateSandbox (line 70) | func NewCreateSandbox() *CreateSandbox { function NewCreateSandboxWithDefaults (line 78) | func NewCreateSandboxWithDefaults() *CreateSandbox { type NullableCreateSandbox (line 805) | type NullableCreateSandbox struct method Get (line 810) | func (v NullableCreateSandbox) Get() *CreateSandbox { method Set (line 814) | func (v *NullableCreateSandbox) Set(val *CreateSandbox) { method IsSet (line 819) | func (v NullableCreateSandbox) IsSet() bool { method Unset (line 823) | func (v *NullableCreateSandbox) Unset() { method MarshalJSON (line 832) | func (v NullableCreateSandbox) MarshalJSON() ([]byte, error) { method UnmarshalJSON (line 836) | func (v *NullableCreateSandbox) UnmarshalJSON(src []byte) error { function NewNullableCreateSandbox (line 828) | func NewNullableCreateSandbox(val *CreateSandbox) *NullableCreateSandbox { FILE: libs/api-client-go/model_create_session_request.go type CreateSessionRequest (line 23) | type CreateSessionRequest struct method GetSessionId (line 50) | func (o *CreateSessionRequest) GetSessionId() string { method GetSessionIdOk (line 61) | func (o *CreateSessionRequest) GetSessionIdOk() (*string, bool) { method SetSessionId (line 69) | func (o *CreateSessionRequest) SetSessionId(v string) { method MarshalJSON (line 73) | func (o CreateSessionRequest) MarshalJSON() ([]byte, error) { method ToMap (line 81) | func (o CreateSessionRequest) ToMap() (map[string]interface{}, error) { method UnmarshalJSON (line 92) | func (o *CreateSessionRequest) UnmarshalJSON(data []byte) (err error) { type _CreateSessionRequest (line 29) | type _CreateSessionRequest function NewCreateSessionRequest (line 35) | func NewCreateSessionRequest(sessionId string) *CreateSessionRequest { function NewCreateSessionRequestWithDefaults (line 44) | func NewCreateSessionRequestWithDefaults() *CreateSessionRequest { type NullableCreateSessionRequest (line 134) | type NullableCreateSessionRequest struct method Get (line 139) | func (v NullableCreateSessionRequest) Get() *CreateSessionRequest { method Set (line 143) | func (v *NullableCreateSessionRequest) Set(val *CreateSessionRequest) { method IsSet (line 148) | func (v NullableCreateSessionRequest) IsSet() bool { method Unset (line 152) | func (v *NullableCreateSessionRequest) Unset() { method MarshalJSON (line 161) | func (v NullableCreateSessionRequest) MarshalJSON() ([]byte, error) { method UnmarshalJSON (line 165) | func (v *NullableCreateSessionRequest) UnmarshalJSON(src []byte) error { function NewNullableCreateSessionRequest (line 157) | func NewNullableCreateSessionRequest(val *CreateSessionRequest) *Nullabl... FILE: libs/api-client-go/model_create_snapshot.go type CreateSnapshot (line 23) | type CreateSnapshot struct method GetName (line 68) | func (o *CreateSnapshot) GetName() string { method GetNameOk (line 79) | func (o *CreateSnapshot) GetNameOk() (*string, bool) { method SetName (line 87) | func (o *CreateSnapshot) SetName(v string) { method GetImageName (line 92) | func (o *CreateSnapshot) GetImageName() string { method GetImageNameOk (line 102) | func (o *CreateSnapshot) GetImageNameOk() (*string, bool) { method HasImageName (line 110) | func (o *CreateSnapshot) HasImageName() bool { method SetImageName (line 119) | func (o *CreateSnapshot) SetImageName(v string) { method GetEntrypoint (line 124) | func (o *CreateSnapshot) GetEntrypoint() []string { method GetEntrypointOk (line 134) | func (o *CreateSnapshot) GetEntrypointOk() ([]string, bool) { method HasEntrypoint (line 142) | func (o *CreateSnapshot) HasEntrypoint() bool { method SetEntrypoint (line 151) | func (o *CreateSnapshot) SetEntrypoint(v []string) { method GetGeneral (line 156) | func (o *CreateSnapshot) GetGeneral() bool { method GetGeneralOk (line 166) | func (o *CreateSnapshot) GetGeneralOk() (*bool, bool) { method HasGeneral (line 174) | func (o *CreateSnapshot) HasGeneral() bool { method SetGeneral (line 183) | func (o *CreateSnapshot) SetGeneral(v bool) { method GetCpu (line 188) | func (o *CreateSnapshot) GetCpu() int32 { method GetCpuOk (line 198) | func (o *CreateSnapshot) GetCpuOk() (*int32, bool) { method HasCpu (line 206) | func (o *CreateSnapshot) HasCpu() bool { method SetCpu (line 215) | func (o *CreateSnapshot) SetCpu(v int32) { method GetGpu (line 220) | func (o *CreateSnapshot) GetGpu() int32 { method GetGpuOk (line 230) | func (o *CreateSnapshot) GetGpuOk() (*int32, bool) { method HasGpu (line 238) | func (o *CreateSnapshot) HasGpu() bool { method SetGpu (line 247) | func (o *CreateSnapshot) SetGpu(v int32) { method GetMemory (line 252) | func (o *CreateSnapshot) GetMemory() int32 { method GetMemoryOk (line 262) | func (o *CreateSnapshot) GetMemoryOk() (*int32, bool) { method HasMemory (line 270) | func (o *CreateSnapshot) HasMemory() bool { method SetMemory (line 279) | func (o *CreateSnapshot) SetMemory(v int32) { method GetDisk (line 284) | func (o *CreateSnapshot) GetDisk() int32 { method GetDiskOk (line 294) | func (o *CreateSnapshot) GetDiskOk() (*int32, bool) { method HasDisk (line 302) | func (o *CreateSnapshot) HasDisk() bool { method SetDisk (line 311) | func (o *CreateSnapshot) SetDisk(v int32) { method GetBuildInfo (line 316) | func (o *CreateSnapshot) GetBuildInfo() CreateBuildInfo { method GetBuildInfoOk (line 326) | func (o *CreateSnapshot) GetBuildInfoOk() (*CreateBuildInfo, bool) { method HasBuildInfo (line 334) | func (o *CreateSnapshot) HasBuildInfo() bool { method SetBuildInfo (line 343) | func (o *CreateSnapshot) SetBuildInfo(v CreateBuildInfo) { method GetRegionId (line 348) | func (o *CreateSnapshot) GetRegionId() string { method GetRegionIdOk (line 358) | func (o *CreateSnapshot) GetRegionIdOk() (*string, bool) { method HasRegionId (line 366) | func (o *CreateSnapshot) HasRegionId() bool { method SetRegionId (line 375) | func (o *CreateSnapshot) SetRegionId(v string) { method MarshalJSON (line 379) | func (o CreateSnapshot) MarshalJSON() ([]byte, error) { method ToMap (line 387) | func (o CreateSnapshot) ToMap() (map[string]interface{}, error) { method UnmarshalJSON (line 425) | func (o *CreateSnapshot) UnmarshalJSON(data []byte) (err error) { type _CreateSnapshot (line 47) | type _CreateSnapshot function NewCreateSnapshot (line 53) | func NewCreateSnapshot(name string) *CreateSnapshot { function NewCreateSnapshotWithDefaults (line 62) | func NewCreateSnapshotWithDefaults() *CreateSnapshot { type NullableCreateSnapshot (line 476) | type NullableCreateSnapshot struct method Get (line 481) | func (v NullableCreateSnapshot) Get() *CreateSnapshot { method Set (line 485) | func (v *NullableCreateSnapshot) Set(val *CreateSnapshot) { method IsSet (line 490) | func (v NullableCreateSnapshot) IsSet() bool { method Unset (line 494) | func (v *NullableCreateSnapshot) Unset() { method MarshalJSON (line 503) | func (v NullableCreateSnapshot) MarshalJSON() ([]byte, error) { method UnmarshalJSON (line 507) | func (v *NullableCreateSnapshot) UnmarshalJSON(src []byte) error { function NewNullableCreateSnapshot (line 499) | func NewNullableCreateSnapshot(val *CreateSnapshot) *NullableCreateSnaps... FILE: libs/api-client-go/model_create_user.go type CreateUser (line 23) | type CreateUser struct method GetId (line 56) | func (o *CreateUser) GetId() string { method GetIdOk (line 67) | func (o *CreateUser) GetIdOk() (*string, bool) { method SetId (line 75) | func (o *CreateUser) SetId(v string) { method GetName (line 80) | func (o *CreateUser) GetName() string { method GetNameOk (line 91) | func (o *CreateUser) GetNameOk() (*string, bool) { method SetName (line 99) | func (o *CreateUser) SetName(v string) { method GetEmail (line 104) | func (o *CreateUser) GetEmail() string { method GetEmailOk (line 114) | func (o *CreateUser) GetEmailOk() (*string, bool) { method HasEmail (line 122) | func (o *CreateUser) HasEmail() bool { method SetEmail (line 131) | func (o *CreateUser) SetEmail(v string) { method GetPersonalOrganizationQuota (line 136) | func (o *CreateUser) GetPersonalOrganizationQuota() CreateOrganization... method GetPersonalOrganizationQuotaOk (line 146) | func (o *CreateUser) GetPersonalOrganizationQuotaOk() (*CreateOrganiza... method HasPersonalOrganizationQuota (line 154) | func (o *CreateUser) HasPersonalOrganizationQuota() bool { method SetPersonalOrganizationQuota (line 163) | func (o *CreateUser) SetPersonalOrganizationQuota(v CreateOrganization... method GetPersonalOrganizationDefaultRegionId (line 168) | func (o *CreateUser) GetPersonalOrganizationDefaultRegionId() string { method GetPersonalOrganizationDefaultRegionIdOk (line 178) | func (o *CreateUser) GetPersonalOrganizationDefaultRegionIdOk() (*stri... method HasPersonalOrganizationDefaultRegionId (line 186) | func (o *CreateUser) HasPersonalOrganizationDefaultRegionId() bool { method SetPersonalOrganizationDefaultRegionId (line 195) | func (o *CreateUser) SetPersonalOrganizationDefaultRegionId(v string) { method GetRole (line 200) | func (o *CreateUser) GetRole() string { method GetRoleOk (line 210) | func (o *CreateUser) GetRoleOk() (*string, bool) { method HasRole (line 218) | func (o *CreateUser) HasRole() bool { method SetRole (line 227) | func (o *CreateUser) SetRole(v string) { method GetEmailVerified (line 232) | func (o *CreateUser) GetEmailVerified() bool { method GetEmailVerifiedOk (line 242) | func (o *CreateUser) GetEmailVerifiedOk() (*bool, bool) { method HasEmailVerified (line 250) | func (o *CreateUser) HasEmailVerified() bool { method SetEmailVerified (line 259) | func (o *CreateUser) SetEmailVerified(v bool) { method MarshalJSON (line 263) | func (o CreateUser) MarshalJSON() ([]byte, error) { method ToMap (line 271) | func (o CreateUser) ToMap() (map[string]interface{}, error) { method UnmarshalJSON (line 298) | func (o *CreateUser) UnmarshalJSON(data []byte) (err error) { type _CreateUser (line 34) | type _CreateUser function NewCreateUser (line 40) | func NewCreateUser(id string, name string) *CreateUser { function NewCreateUserWithDefaults (line 50) | func NewCreateUserWithDefaults() *CreateUser { type NullableCreateUser (line 347) | type NullableCreateUser struct method Get (line 352) | func (v NullableCreateUser) Get() *CreateUser { method Set (line 356) | func (v *NullableCreateUser) Set(val *CreateUser) { method IsSet (line 361) | func (v NullableCreateUser) IsSet() bool { method Unset (line 365) | func (v *NullableCreateUser) Unset() { method MarshalJSON (line 374) | func (v NullableCreateUser) MarshalJSON() ([]byte, error) { method UnmarshalJSON (line 378) | func (v *NullableCreateUser) UnmarshalJSON(src []byte) error { function NewNullableCreateUser (line 370) | func NewNullableCreateUser(val *CreateUser) *NullableCreateUser { FILE: libs/api-client-go/model_create_volume.go type CreateVolume (line 23) | type CreateVolume struct method GetName (line 49) | func (o *CreateVolume) GetName() string { method GetNameOk (line 60) | func (o *CreateVolume) GetNameOk() (*string, bool) { method SetName (line 68) | func (o *CreateVolume) SetName(v string) { method MarshalJSON (line 72) | func (o CreateVolume) MarshalJSON() ([]byte, error) { method ToMap (line 80) | func (o CreateVolume) ToMap() (map[string]interface{}, error) { method UnmarshalJSON (line 91) | func (o *CreateVolume) UnmarshalJSON(data []byte) (err error) { type _CreateVolume (line 28) | type _CreateVolume function NewCreateVolume (line 34) | func NewCreateVolume(name string) *CreateVolume { function NewCreateVolumeWithDefaults (line 43) | func NewCreateVolumeWithDefaults() *CreateVolume { type NullableCreateVolume (line 133) | type NullableCreateVolume struct method Get (line 138) | func (v NullableCreateVolume) Get() *CreateVolume { method Set (line 142) | func (v *NullableCreateVolume) Set(val *CreateVolume) { method IsSet (line 147) | func (v NullableCreateVolume) IsSet() bool { method Unset (line 151) | func (v *NullableCreateVolume) Unset() { method MarshalJSON (line 160) | func (v NullableCreateVolume) MarshalJSON() ([]byte, error) { method UnmarshalJSON (line 164) | func (v *NullableCreateVolume) UnmarshalJSON(src []byte) error { function NewNullableCreateVolume (line 156) | func NewNullableCreateVolume(val *CreateVolume) *NullableCreateVolume { FILE: libs/api-client-go/model_create_workspace.go type CreateWorkspace (line 22) | type CreateWorkspace struct method GetImage (line 76) | func (o *CreateWorkspace) GetImage() string { method GetImageOk (line 86) | func (o *CreateWorkspace) GetImageOk() (*string, bool) { method HasImage (line 94) | func (o *CreateWorkspace) HasImage() bool { method SetImage (line 103) | func (o *CreateWorkspace) SetImage(v string) { method GetUser (line 108) | func (o *CreateWorkspace) GetUser() string { method GetUserOk (line 118) | func (o *CreateWorkspace) GetUserOk() (*string, bool) { method HasUser (line 126) | func (o *CreateWorkspace) HasUser() bool { method SetUser (line 135) | func (o *CreateWorkspace) SetUser(v string) { method GetEnv (line 140) | func (o *CreateWorkspace) GetEnv() map[string]string { method GetEnvOk (line 150) | func (o *CreateWorkspace) GetEnvOk() (*map[string]string, bool) { method HasEnv (line 158) | func (o *CreateWorkspace) HasEnv() bool { method SetEnv (line 167) | func (o *CreateWorkspace) SetEnv(v map[string]string) { method GetLabels (line 172) | func (o *CreateWorkspace) GetLabels() map[string]string { method GetLabelsOk (line 182) | func (o *CreateWorkspace) GetLabelsOk() (*map[string]string, bool) { method HasLabels (line 190) | func (o *CreateWorkspace) HasLabels() bool { method SetLabels (line 199) | func (o *CreateWorkspace) SetLabels(v map[string]string) { method GetPublic (line 204) | func (o *CreateWorkspace) GetPublic() bool { method GetPublicOk (line 214) | func (o *CreateWorkspace) GetPublicOk() (*bool, bool) { method HasPublic (line 222) | func (o *CreateWorkspace) HasPublic() bool { method SetPublic (line 231) | func (o *CreateWorkspace) SetPublic(v bool) { method GetClass (line 236) | func (o *CreateWorkspace) GetClass() string { method GetClassOk (line 246) | func (o *CreateWorkspace) GetClassOk() (*string, bool) { method HasClass (line 254) | func (o *CreateWorkspace) HasClass() bool { method SetClass (line 263) | func (o *CreateWorkspace) SetClass(v string) { method GetTarget (line 268) | func (o *CreateWorkspace) GetTarget() string { method GetTargetOk (line 278) | func (o *CreateWorkspace) GetTargetOk() (*string, bool) { method HasTarget (line 286) | func (o *CreateWorkspace) HasTarget() bool { method SetTarget (line 295) | func (o *CreateWorkspace) SetTarget(v string) { method GetCpu (line 300) | func (o *CreateWorkspace) GetCpu() int32 { method GetCpuOk (line 310) | func (o *CreateWorkspace) GetCpuOk() (*int32, bool) { method HasCpu (line 318) | func (o *CreateWorkspace) HasCpu() bool { method SetCpu (line 327) | func (o *CreateWorkspace) SetCpu(v int32) { method GetGpu (line 332) | func (o *CreateWorkspace) GetGpu() int32 { method GetGpuOk (line 342) | func (o *CreateWorkspace) GetGpuOk() (*int32, bool) { method HasGpu (line 350) | func (o *CreateWorkspace) HasGpu() bool { method SetGpu (line 359) | func (o *CreateWorkspace) SetGpu(v int32) { method GetMemory (line 364) | func (o *CreateWorkspace) GetMemory() int32 { method GetMemoryOk (line 374) | func (o *CreateWorkspace) GetMemoryOk() (*int32, bool) { method HasMemory (line 382) | func (o *CreateWorkspace) HasMemory() bool { method SetMemory (line 391) | func (o *CreateWorkspace) SetMemory(v int32) { method GetDisk (line 396) | func (o *CreateWorkspace) GetDisk() int32 { method GetDiskOk (line 406) | func (o *CreateWorkspace) GetDiskOk() (*int32, bool) { method HasDisk (line 414) | func (o *CreateWorkspace) HasDisk() bool { method SetDisk (line 423) | func (o *CreateWorkspace) SetDisk(v int32) { method GetAutoStopInterval (line 428) | func (o *CreateWorkspace) GetAutoStopInterval() int32 { method GetAutoStopIntervalOk (line 438) | func (o *CreateWorkspace) GetAutoStopIntervalOk() (*int32, bool) { method HasAutoStopInterval (line 446) | func (o *CreateWorkspace) HasAutoStopInterval() bool { method SetAutoStopInterval (line 455) | func (o *CreateWorkspace) SetAutoStopInterval(v int32) { method GetAutoArchiveInterval (line 460) | func (o *CreateWorkspace) GetAutoArchiveInterval() int32 { method GetAutoArchiveIntervalOk (line 470) | func (o *CreateWorkspace) GetAutoArchiveIntervalOk() (*int32, bool) { method HasAutoArchiveInterval (line 478) | func (o *CreateWorkspace) HasAutoArchiveInterval() bool { method SetAutoArchiveInterval (line 487) | func (o *CreateWorkspace) SetAutoArchiveInterval(v int32) { method GetVolumes (line 492) | func (o *CreateWorkspace) GetVolumes() []SandboxVolume { method GetVolumesOk (line 502) | func (o *CreateWorkspace) GetVolumesOk() ([]SandboxVolume, bool) { method HasVolumes (line 510) | func (o *CreateWorkspace) HasVolumes() bool { method SetVolumes (line 519) | func (o *CreateWorkspace) SetVolumes(v []SandboxVolume) { method GetBuildInfo (line 524) | func (o *CreateWorkspace) GetBuildInfo() CreateBuildInfo { method GetBuildInfoOk (line 534) | func (o *CreateWorkspace) GetBuildInfoOk() (*CreateBuildInfo, bool) { method HasBuildInfo (line 542) | func (o *CreateWorkspace) HasBuildInfo() bool { method SetBuildInfo (line 551) | func (o *CreateWorkspace) SetBuildInfo(v CreateBuildInfo) { method MarshalJSON (line 555) | func (o CreateWorkspace) MarshalJSON() ([]byte, error) { method ToMap (line 563) | func (o CreateWorkspace) ToMap() (map[string]interface{}, error) { method UnmarshalJSON (line 618) | func (o *CreateWorkspace) UnmarshalJSON(data []byte) (err error) { type _CreateWorkspace (line 56) | type _CreateWorkspace function NewCreateWorkspace (line 62) | func NewCreateWorkspace() *CreateWorkspace { function NewCreateWorkspaceWithDefaults (line 70) | func NewCreateWorkspaceWithDefaults() *CreateWorkspace { type NullableCreateWorkspace (line 653) | type NullableCreateWorkspace struct method Get (line 658) | func (v NullableCreateWorkspace) Get() *CreateWorkspace { method Set (line 662) | func (v *NullableCreateWorkspace) Set(val *CreateWorkspace) { method IsSet (line 667) | func (v NullableCreateWorkspace) IsSet() bool { method Unset (line 671) | func (v *NullableCreateWorkspace) Unset() { method MarshalJSON (line 680) | func (v NullableCreateWorkspace) MarshalJSON() ([]byte, error) { method UnmarshalJSON (line 684) | func (v *NullableCreateWorkspace) UnmarshalJSON(src []byte) error { function NewNullableCreateWorkspace (line 676) | func NewNullableCreateWorkspace(val *CreateWorkspace) *NullableCreateWor... FILE: libs/api-client-go/model_daytona_configuration.go type DaytonaConfiguration (line 23) | type DaytonaConfiguration struct method GetVersion (line 94) | func (o *DaytonaConfiguration) GetVersion() string { method GetVersionOk (line 105) | func (o *DaytonaConfiguration) GetVersionOk() (*string, bool) { method SetVersion (line 113) | func (o *DaytonaConfiguration) SetVersion(v string) { method GetPosthog (line 118) | func (o *DaytonaConfiguration) GetPosthog() PosthogConfig { method GetPosthogOk (line 128) | func (o *DaytonaConfiguration) GetPosthogOk() (*PosthogConfig, bool) { method HasPosthog (line 136) | func (o *DaytonaConfiguration) HasPosthog() bool { method SetPosthog (line 145) | func (o *DaytonaConfiguration) SetPosthog(v PosthogConfig) { method GetOidc (line 150) | func (o *DaytonaConfiguration) GetOidc() OidcConfig { method GetOidcOk (line 161) | func (o *DaytonaConfiguration) GetOidcOk() (*OidcConfig, bool) { method SetOidc (line 169) | func (o *DaytonaConfiguration) SetOidc(v OidcConfig) { method GetLinkedAccountsEnabled (line 174) | func (o *DaytonaConfiguration) GetLinkedAccountsEnabled() bool { method GetLinkedAccountsEnabledOk (line 185) | func (o *DaytonaConfiguration) GetLinkedAccountsEnabledOk() (*bool, bo... method SetLinkedAccountsEnabled (line 193) | func (o *DaytonaConfiguration) SetLinkedAccountsEnabled(v bool) { method GetAnnouncements (line 198) | func (o *DaytonaConfiguration) GetAnnouncements() map[string]Announcem... method GetAnnouncementsOk (line 209) | func (o *DaytonaConfiguration) GetAnnouncementsOk() (*map[string]Annou... method SetAnnouncements (line 217) | func (o *DaytonaConfiguration) SetAnnouncements(v map[string]Announcem... method GetPylonAppId (line 222) | func (o *DaytonaConfiguration) GetPylonAppId() string { method GetPylonAppIdOk (line 232) | func (o *DaytonaConfiguration) GetPylonAppIdOk() (*string, bool) { method HasPylonAppId (line 240) | func (o *DaytonaConfiguration) HasPylonAppId() bool { method SetPylonAppId (line 249) | func (o *DaytonaConfiguration) SetPylonAppId(v string) { method GetProxyTemplateUrl (line 254) | func (o *DaytonaConfiguration) GetProxyTemplateUrl() string { method GetProxyTemplateUrlOk (line 265) | func (o *DaytonaConfiguration) GetProxyTemplateUrlOk() (*string, bool) { method SetProxyTemplateUrl (line 273) | func (o *DaytonaConfiguration) SetProxyTemplateUrl(v string) { method GetProxyToolboxUrl (line 278) | func (o *DaytonaConfiguration) GetProxyToolboxUrl() string { method GetProxyToolboxUrlOk (line 289) | func (o *DaytonaConfiguration) GetProxyToolboxUrlOk() (*string, bool) { method SetProxyToolboxUrl (line 297) | func (o *DaytonaConfiguration) SetProxyToolboxUrl(v string) { method GetDefaultSnapshot (line 302) | func (o *DaytonaConfiguration) GetDefaultSnapshot() string { method GetDefaultSnapshotOk (line 313) | func (o *DaytonaConfiguration) GetDefaultSnapshotOk() (*string, bool) { method SetDefaultSnapshot (line 321) | func (o *DaytonaConfiguration) SetDefaultSnapshot(v string) { method GetDashboardUrl (line 326) | func (o *DaytonaConfiguration) GetDashboardUrl() string { method GetDashboardUrlOk (line 337) | func (o *DaytonaConfiguration) GetDashboardUrlOk() (*string, bool) { method SetDashboardUrl (line 345) | func (o *DaytonaConfiguration) SetDashboardUrl(v string) { method GetMaxAutoArchiveInterval (line 350) | func (o *DaytonaConfiguration) GetMaxAutoArchiveInterval() float32 { method GetMaxAutoArchiveIntervalOk (line 361) | func (o *DaytonaConfiguration) GetMaxAutoArchiveIntervalOk() (*float32... method SetMaxAutoArchiveInterval (line 369) | func (o *DaytonaConfiguration) SetMaxAutoArchiveInterval(v float32) { method GetMaintananceMode (line 374) | func (o *DaytonaConfiguration) GetMaintananceMode() bool { method GetMaintananceModeOk (line 385) | func (o *DaytonaConfiguration) GetMaintananceModeOk() (*bool, bool) { method SetMaintananceMode (line 393) | func (o *DaytonaConfiguration) SetMaintananceMode(v bool) { method GetEnvironment (line 398) | func (o *DaytonaConfiguration) GetEnvironment() string { method GetEnvironmentOk (line 409) | func (o *DaytonaConfiguration) GetEnvironmentOk() (*string, bool) { method SetEnvironment (line 417) | func (o *DaytonaConfiguration) SetEnvironment(v string) { method GetBillingApiUrl (line 422) | func (o *DaytonaConfiguration) GetBillingApiUrl() string { method GetBillingApiUrlOk (line 432) | func (o *DaytonaConfiguration) GetBillingApiUrlOk() (*string, bool) { method HasBillingApiUrl (line 440) | func (o *DaytonaConfiguration) HasBillingApiUrl() bool { method SetBillingApiUrl (line 449) | func (o *DaytonaConfiguration) SetBillingApiUrl(v string) { method GetAnalyticsApiUrl (line 454) | func (o *DaytonaConfiguration) GetAnalyticsApiUrl() string { method GetAnalyticsApiUrlOk (line 464) | func (o *DaytonaConfiguration) GetAnalyticsApiUrlOk() (*string, bool) { method HasAnalyticsApiUrl (line 472) | func (o *DaytonaConfiguration) HasAnalyticsApiUrl() bool { method SetAnalyticsApiUrl (line 481) | func (o *DaytonaConfiguration) SetAnalyticsApiUrl(v string) { method GetSshGatewayCommand (line 486) | func (o *DaytonaConfiguration) GetSshGatewayCommand() string { method GetSshGatewayCommandOk (line 496) | func (o *DaytonaConfiguration) GetSshGatewayCommandOk() (*string, bool) { method HasSshGatewayCommand (line 504) | func (o *DaytonaConfiguration) HasSshGatewayCommand() bool { method SetSshGatewayCommand (line 513) | func (o *DaytonaConfiguration) SetSshGatewayCommand(v string) { method GetSshGatewayPublicKey (line 518) | func (o *DaytonaConfiguration) GetSshGatewayPublicKey() string { method GetSshGatewayPublicKeyOk (line 528) | func (o *DaytonaConfiguration) GetSshGatewayPublicKeyOk() (*string, bo... method HasSshGatewayPublicKey (line 536) | func (o *DaytonaConfiguration) HasSshGatewayPublicKey() bool { method SetSshGatewayPublicKey (line 545) | func (o *DaytonaConfiguration) SetSshGatewayPublicKey(v string) { method GetRateLimit (line 550) | func (o *DaytonaConfiguration) GetRateLimit() RateLimitConfig { method GetRateLimitOk (line 560) | func (o *DaytonaConfiguration) GetRateLimitOk() (*RateLimitConfig, boo... method HasRateLimit (line 568) | func (o *DaytonaConfiguration) HasRateLimit() bool { method SetRateLimit (line 577) | func (o *DaytonaConfiguration) SetRateLimit(v RateLimitConfig) { method MarshalJSON (line 581) | func (o DaytonaConfiguration) MarshalJSON() ([]byte, error) { method ToMap (line 589) | func (o DaytonaConfiguration) ToMap() (map[string]interface{}, error) { method UnmarshalJSON (line 631) | func (o *DaytonaConfiguration) UnmarshalJSON(data []byte) (err error) { type _DaytonaConfiguration (line 63) | type _DaytonaConfiguration function NewDaytonaConfiguration (line 69) | func NewDaytonaConfiguration(version string, oidc OidcConfig, linkedAcco... function NewDaytonaConfigurationWithDefaults (line 88) | func NewDaytonaConfigurationWithDefaults() *DaytonaConfiguration { type NullableDaytonaConfiguration (line 700) | type NullableDaytonaConfiguration struct method Get (line 705) | func (v NullableDaytonaConfiguration) Get() *DaytonaConfiguration { method Set (line 709) | func (v *NullableDaytonaConfiguration) Set(val *DaytonaConfiguration) { method IsSet (line 714) | func (v NullableDaytonaConfiguration) IsSet() bool { method Unset (line 718) | func (v *NullableDaytonaConfiguration) Unset() { method MarshalJSON (line 727) | func (v NullableDaytonaConfiguration) MarshalJSON() ([]byte, error) { method UnmarshalJSON (line 731) | func (v *NullableDaytonaConfiguration) UnmarshalJSON(src []byte) error { function NewNullableDaytonaConfiguration (line 723) | func NewNullableDaytonaConfiguration(val *DaytonaConfiguration) *Nullabl... FILE: libs/api-client-go/model_display_info_response.go type DisplayInfoResponse (line 23) | type DisplayInfoResponse struct method GetDisplays (line 50) | func (o *DisplayInfoResponse) GetDisplays() []map[string]interface{} { method GetDisplaysOk (line 61) | func (o *DisplayInfoResponse) GetDisplaysOk() ([]map[string]interface{... method SetDisplays (line 69) | func (o *DisplayInfoResponse) SetDisplays(v []map[string]interface{}) { method MarshalJSON (line 73) | func (o DisplayInfoResponse) MarshalJSON() ([]byte, error) { method ToMap (line 81) | func (o DisplayInfoResponse) ToMap() (map[string]interface{}, error) { method UnmarshalJSON (line 92) | func (o *DisplayInfoResponse) UnmarshalJSON(data []byte) (err error) { type _DisplayInfoResponse (line 29) | type _DisplayInfoResponse function NewDisplayInfoResponse (line 35) | func NewDisplayInfoResponse(displays []map[string]interface{}) *DisplayI... function NewDisplayInfoResponseWithDefaults (line 44) | func NewDisplayInfoResponseWithDefaults() *DisplayInfoResponse { type NullableDisplayInfoResponse (line 134) | type NullableDisplayInfoResponse struct method Get (line 139) | func (v NullableDisplayInfoResponse) Get() *DisplayInfoResponse { method Set (line 143) | func (v *NullableDisplayInfoResponse) Set(val *DisplayInfoResponse) { method IsSet (line 148) | func (v NullableDisplayInfoResponse) IsSet() bool { method Unset (line 152) | func (v *NullableDisplayInfoResponse) Unset() { method MarshalJSON (line 161) | func (v NullableDisplayInfoResponse) MarshalJSON() ([]byte, error) { method UnmarshalJSON (line 165) | func (v *NullableDisplayInfoResponse) UnmarshalJSON(src []byte) error { function NewNullableDisplayInfoResponse (line 157) | func NewNullableDisplayInfoResponse(val *DisplayInfoResponse) *NullableD... FILE: libs/api-client-go/model_docker_registry.go type DockerRegistry (line 24) | type DockerRegistry struct method GetId (line 72) | func (o *DockerRegistry) GetId() string { method GetIdOk (line 83) | func (o *DockerRegistry) GetIdOk() (*string, bool) { method SetId (line 91) | func (o *DockerRegistry) SetId(v string) { method GetName (line 96) | func (o *DockerRegistry) GetName() string { method GetNameOk (line 107) | func (o *DockerRegistry) GetNameOk() (*string, bool) { method SetName (line 115) | func (o *DockerRegistry) SetName(v string) { method GetUrl (line 120) | func (o *DockerRegistry) GetUrl() string { method GetUrlOk (line 131) | func (o *DockerRegistry) GetUrlOk() (*string, bool) { method SetUrl (line 139) | func (o *DockerRegistry) SetUrl(v string) { method GetUsername (line 144) | func (o *DockerRegistry) GetUsername() string { method GetUsernameOk (line 155) | func (o *DockerRegistry) GetUsernameOk() (*string, bool) { method SetUsername (line 163) | func (o *DockerRegistry) SetUsername(v string) { method GetProject (line 168) | func (o *DockerRegistry) GetProject() string { method GetProjectOk (line 179) | func (o *DockerRegistry) GetProjectOk() (*string, bool) { method SetProject (line 187) | func (o *DockerRegistry) SetProject(v string) { method GetRegistryType (line 192) | func (o *DockerRegistry) GetRegistryType() string { method GetRegistryTypeOk (line 203) | func (o *DockerRegistry) GetRegistryTypeOk() (*string, bool) { method SetRegistryType (line 211) | func (o *DockerRegistry) SetRegistryType(v string) { method GetCreatedAt (line 216) | func (o *DockerRegistry) GetCreatedAt() time.Time { method GetCreatedAtOk (line 227) | func (o *DockerRegistry) GetCreatedAtOk() (*time.Time, bool) { method SetCreatedAt (line 235) | func (o *DockerRegistry) SetCreatedAt(v time.Time) { method GetUpdatedAt (line 240) | func (o *DockerRegistry) GetUpdatedAt() time.Time { method GetUpdatedAtOk (line 251) | func (o *DockerRegistry) GetUpdatedAtOk() (*time.Time, bool) { method SetUpdatedAt (line 259) | func (o *DockerRegistry) SetUpdatedAt(v time.Time) { method MarshalJSON (line 263) | func (o DockerRegistry) MarshalJSON() ([]byte, error) { method ToMap (line 271) | func (o DockerRegistry) ToMap() (map[string]interface{}, error) { method UnmarshalJSON (line 289) | func (o *DockerRegistry) UnmarshalJSON(data []byte) (err error) { type _DockerRegistry (line 44) | type _DockerRegistry function NewDockerRegistry (line 50) | func NewDockerRegistry(id string, name string, url string, username stri... function NewDockerRegistryWithDefaults (line 66) | func NewDockerRegistryWithDefaults() *DockerRegistry { type NullableDockerRegistry (line 345) | type NullableDockerRegistry struct method Get (line 350) | func (v NullableDockerRegistry) Get() *DockerRegistry { method Set (line 354) | func (v *NullableDockerRegistry) Set(val *DockerRegistry) { method IsSet (line 359) | func (v NullableDockerRegistry) IsSet() bool { method Unset (line 363) | func (v *NullableDockerRegistry) Unset() { method MarshalJSON (line 372) | func (v NullableDockerRegistry) MarshalJSON() ([]byte, error) { method UnmarshalJSON (line 376) | func (v *NullableDockerRegistry) UnmarshalJSON(src []byte) error { function NewNullableDockerRegistry (line 368) | func NewNullableDockerRegistry(val *DockerRegistry) *NullableDockerRegis... FILE: libs/api-client-go/model_download_files.go type DownloadFiles (line 23) | type DownloadFiles struct method GetPaths (line 50) | func (o *DownloadFiles) GetPaths() []string { method GetPathsOk (line 61) | func (o *DownloadFiles) GetPathsOk() ([]string, bool) { method SetPaths (line 69) | func (o *DownloadFiles) SetPaths(v []string) { method MarshalJSON (line 73) | func (o DownloadFiles) MarshalJSON() ([]byte, error) { method ToMap (line 81) | func (o DownloadFiles) ToMap() (map[string]interface{}, error) { method UnmarshalJSON (line 92) | func (o *DownloadFiles) UnmarshalJSON(data []byte) (err error) { type _DownloadFiles (line 29) | type _DownloadFiles function NewDownloadFiles (line 35) | func NewDownloadFiles(paths []string) *DownloadFiles { function NewDownloadFilesWithDefaults (line 44) | func NewDownloadFilesWithDefaults() *DownloadFiles { type NullableDownloadFiles (line 134) | type NullableDownloadFiles struct method Get (line 139) | func (v NullableDownloadFiles) Get() *DownloadFiles { method Set (line 143) | func (v *NullableDownloadFiles) Set(val *DownloadFiles) { method IsSet (line 148) | func (v NullableDownloadFiles) IsSet() bool { method Unset (line 152) | func (v *NullableDownloadFiles) Unset() { method MarshalJSON (line 161) | func (v NullableDownloadFiles) MarshalJSON() ([]byte, error) { method UnmarshalJSON (line 165) | func (v *NullableDownloadFiles) UnmarshalJSON(src []byte) error { function NewNullableDownloadFiles (line 157) | func NewNullableDownloadFiles(val *DownloadFiles) *NullableDownloadFiles { FILE: libs/api-client-go/model_execute_request.go type ExecuteRequest (line 23) | type ExecuteRequest struct method GetCommand (line 53) | func (o *ExecuteRequest) GetCommand() string { method GetCommandOk (line 64) | func (o *ExecuteRequest) GetCommandOk() (*string, bool) { method SetCommand (line 72) | func (o *ExecuteRequest) SetCommand(v string) { method GetCwd (line 77) | func (o *ExecuteRequest) GetCwd() string { method GetCwdOk (line 87) | func (o *ExecuteRequest) GetCwdOk() (*string, bool) { method HasCwd (line 95) | func (o *ExecuteRequest) HasCwd() bool { method SetCwd (line 104) | func (o *ExecuteRequest) SetCwd(v string) { method GetTimeout (line 109) | func (o *ExecuteRequest) GetTimeout() float32 { method GetTimeoutOk (line 119) | func (o *ExecuteRequest) GetTimeoutOk() (*float32, bool) { method HasTimeout (line 127) | func (o *ExecuteRequest) HasTimeout() bool { method SetTimeout (line 136) | func (o *ExecuteRequest) SetTimeout(v float32) { method MarshalJSON (line 140) | func (o ExecuteRequest) MarshalJSON() ([]byte, error) { method ToMap (line 148) | func (o ExecuteRequest) ToMap() (map[string]interface{}, error) { method UnmarshalJSON (line 165) | func (o *ExecuteRequest) UnmarshalJSON(data []byte) (err error) { type _ExecuteRequest (line 32) | type _ExecuteRequest function NewExecuteRequest (line 38) | func NewExecuteRequest(command string) *ExecuteRequest { function NewExecuteRequestWithDefaults (line 47) | func NewExecuteRequestWithDefaults() *ExecuteRequest { type NullableExecuteRequest (line 209) | type NullableExecuteRequest struct method Get (line 214) | func (v NullableExecuteRequest) Get() *ExecuteRequest { method Set (line 218) | func (v *NullableExecuteRequest) Set(val *ExecuteRequest) { method IsSet (line 223) | func (v NullableExecuteRequest) IsSet() bool { method Unset (line 227) | func (v *NullableExecuteRequest) Unset() { method MarshalJSON (line 236) | func (v NullableExecuteRequest) MarshalJSON() ([]byte, error) { method UnmarshalJSON (line 240) | func (v *NullableExecuteRequest) UnmarshalJSON(src []byte) error { function NewNullableExecuteRequest (line 232) | func NewNullableExecuteRequest(val *ExecuteRequest) *NullableExecuteRequ... FILE: libs/api-client-go/model_execute_response.go type ExecuteResponse (line 23) | type ExecuteResponse struct method GetExitCode (line 53) | func (o *ExecuteResponse) GetExitCode() float32 { method GetExitCodeOk (line 64) | func (o *ExecuteResponse) GetExitCodeOk() (*float32, bool) { method SetExitCode (line 72) | func (o *ExecuteResponse) SetExitCode(v float32) { method GetResult (line 77) | func (o *ExecuteResponse) GetResult() string { method GetResultOk (line 88) | func (o *ExecuteResponse) GetResultOk() (*string, bool) { method SetResult (line 96) | func (o *ExecuteResponse) SetResult(v string) { method MarshalJSON (line 100) | func (o ExecuteResponse) MarshalJSON() ([]byte, error) { method ToMap (line 108) | func (o ExecuteResponse) ToMap() (map[string]interface{}, error) { method UnmarshalJSON (line 120) | func (o *ExecuteResponse) UnmarshalJSON(data []byte) (err error) { type _ExecuteResponse (line 31) | type _ExecuteResponse function NewExecuteResponse (line 37) | func NewExecuteResponse(exitCode float32, result string) *ExecuteResponse { function NewExecuteResponseWithDefaults (line 47) | func NewExecuteResponseWithDefaults() *ExecuteResponse { type NullableExecuteResponse (line 164) | type NullableExecuteResponse struct method Get (line 169) | func (v NullableExecuteResponse) Get() *ExecuteResponse { method Set (line 173) | func (v *NullableExecuteResponse) Set(val *ExecuteResponse) { method IsSet (line 178) | func (v NullableExecuteResponse) IsSet() bool { method Unset (line 182) | func (v *NullableExecuteResponse) Unset() { method MarshalJSON (line 191) | func (v NullableExecuteResponse) MarshalJSON() ([]byte, error) { method UnmarshalJSON (line 195) | func (v *NullableExecuteResponse) UnmarshalJSON(src []byte) error { function NewNullableExecuteResponse (line 187) | func NewNullableExecuteResponse(val *ExecuteResponse) *NullableExecuteRe... FILE: libs/api-client-go/model_file_info.go type FileInfo (line 23) | type FileInfo struct method GetName (line 63) | func (o *FileInfo) GetName() string { method GetNameOk (line 74) | func (o *FileInfo) GetNameOk() (*string, bool) { method SetName (line 82) | func (o *FileInfo) SetName(v string) { method GetIsDir (line 87) | func (o *FileInfo) GetIsDir() bool { method GetIsDirOk (line 98) | func (o *FileInfo) GetIsDirOk() (*bool, bool) { method SetIsDir (line 106) | func (o *FileInfo) SetIsDir(v bool) { method GetSize (line 111) | func (o *FileInfo) GetSize() float32 { method GetSizeOk (line 122) | func (o *FileInfo) GetSizeOk() (*float32, bool) { method SetSize (line 130) | func (o *FileInfo) SetSize(v float32) { method GetModTime (line 135) | func (o *FileInfo) GetModTime() string { method GetModTimeOk (line 146) | func (o *FileInfo) GetModTimeOk() (*string, bool) { method SetModTime (line 154) | func (o *FileInfo) SetModTime(v string) { method GetMode (line 159) | func (o *FileInfo) GetMode() string { method GetModeOk (line 170) | func (o *FileInfo) GetModeOk() (*string, bool) { method SetMode (line 178) | func (o *FileInfo) SetMode(v string) { method GetPermissions (line 183) | func (o *FileInfo) GetPermissions() string { method GetPermissionsOk (line 194) | func (o *FileInfo) GetPermissionsOk() (*string, bool) { method SetPermissions (line 202) | func (o *FileInfo) SetPermissions(v string) { method GetOwner (line 207) | func (o *FileInfo) GetOwner() string { method GetOwnerOk (line 218) | func (o *FileInfo) GetOwnerOk() (*string, bool) { method SetOwner (line 226) | func (o *FileInfo) SetOwner(v string) { method GetGroup (line 231) | func (o *FileInfo) GetGroup() string { method GetGroupOk (line 242) | func (o *FileInfo) GetGroupOk() (*string, bool) { method SetGroup (line 250) | func (o *FileInfo) SetGroup(v string) { method MarshalJSON (line 254) | func (o FileInfo) MarshalJSON() ([]byte, error) { method ToMap (line 262) | func (o FileInfo) ToMap() (map[string]interface{}, error) { method UnmarshalJSON (line 280) | func (o *FileInfo) UnmarshalJSON(data []byte) (err error) { type _FileInfo (line 35) | type _FileInfo function NewFileInfo (line 41) | func NewFileInfo(name string, isDir bool, size float32, modTime string, ... function NewFileInfoWithDefaults (line 57) | func NewFileInfoWithDefaults() *FileInfo { type NullableFileInfo (line 336) | type NullableFileInfo struct method Get (line 341) | func (v NullableFileInfo) Get() *FileInfo { method Set (line 345) | func (v *NullableFileInfo) Set(val *FileInfo) { method IsSet (line 350) | func (v NullableFileInfo) IsSet() bool { method Unset (line 354) | func (v *NullableFileInfo) Unset() { method MarshalJSON (line 363) | func (v NullableFileInfo) MarshalJSON() ([]byte, error) { method UnmarshalJSON (line 367) | func (v *NullableFileInfo) UnmarshalJSON(src []byte) error { function NewNullableFileInfo (line 359) | func NewNullableFileInfo(val *FileInfo) *NullableFileInfo { FILE: libs/api-client-go/model_file_status.go type FileStatus (line 23) | type FileStatus struct method GetName (line 55) | func (o *FileStatus) GetName() string { method GetNameOk (line 66) | func (o *FileStatus) GetNameOk() (*string, bool) { method SetName (line 74) | func (o *FileStatus) SetName(v string) { method GetStaging (line 79) | func (o *FileStatus) GetStaging() string { method GetStagingOk (line 90) | func (o *FileStatus) GetStagingOk() (*string, bool) { method SetStaging (line 98) | func (o *FileStatus) SetStaging(v string) { method GetWorktree (line 103) | func (o *FileStatus) GetWorktree() string { method GetWorktreeOk (line 114) | func (o *FileStatus) GetWorktreeOk() (*string, bool) { method SetWorktree (line 122) | func (o *FileStatus) SetWorktree(v string) { method GetExtra (line 127) | func (o *FileStatus) GetExtra() string { method GetExtraOk (line 138) | func (o *FileStatus) GetExtraOk() (*string, bool) { method SetExtra (line 146) | func (o *FileStatus) SetExtra(v string) { method MarshalJSON (line 150) | func (o FileStatus) MarshalJSON() ([]byte, error) { method ToMap (line 158) | func (o FileStatus) ToMap() (map[string]interface{}, error) { method UnmarshalJSON (line 172) | func (o *FileStatus) UnmarshalJSON(data []byte) (err error) { type _FileStatus (line 31) | type _FileStatus function NewFileStatus (line 37) | func NewFileStatus(name string, staging string, worktree string, extra s... function NewFileStatusWithDefaults (line 49) | func NewFileStatusWithDefaults() *FileStatus { type NullableFileStatus (line 220) | type NullableFileStatus struct method Get (line 225) | func (v NullableFileStatus) Get() *FileStatus { method Set (line 229) | func (v *NullableFileStatus) Set(val *FileStatus) { method IsSet (line 234) | func (v NullableFileStatus) IsSet() bool { method Unset (line 238) | func (v *NullableFileStatus) Unset() { method MarshalJSON (line 247) | func (v NullableFileStatus) MarshalJSON() ([]byte, error) { method UnmarshalJSON (line 251) | func (v *NullableFileStatus) UnmarshalJSON(src []byte) error { function NewNullableFileStatus (line 243) | func NewNullableFileStatus(val *FileStatus) *NullableFileStatus { FILE: libs/api-client-go/model_git_add_request.go type GitAddRequest (line 23) | type GitAddRequest struct method GetPath (line 52) | func (o *GitAddRequest) GetPath() string { method GetPathOk (line 63) | func (o *GitAddRequest) GetPathOk() (*string, bool) { method SetPath (line 71) | func (o *GitAddRequest) SetPath(v string) { method GetFiles (line 76) | func (o *GitAddRequest) GetFiles() []string { method GetFilesOk (line 87) | func (o *GitAddRequest) GetFilesOk() ([]string, bool) { method SetFiles (line 95) | func (o *GitAddRequest) SetFiles(v []string) { method MarshalJSON (line 99) | func (o GitAddRequest) MarshalJSON() ([]byte, error) { method ToMap (line 107) | func (o GitAddRequest) ToMap() (map[string]interface{}, error) { method UnmarshalJSON (line 119) | func (o *GitAddRequest) UnmarshalJSON(data []byte) (err error) { type _GitAddRequest (line 30) | type _GitAddRequest function NewGitAddRequest (line 36) | func NewGitAddRequest(path string, files []string) *GitAddRequest { function NewGitAddRequestWithDefaults (line 46) | func NewGitAddRequestWithDefaults() *GitAddRequest { type NullableGitAddRequest (line 163) | type NullableGitAddRequest struct method Get (line 168) | func (v NullableGitAddRequest) Get() *GitAddRequest { method Set (line 172) | func (v *NullableGitAddRequest) Set(val *GitAddRequest) { method IsSet (line 177) | func (v NullableGitAddRequest) IsSet() bool { method Unset (line 181) | func (v *NullableGitAddRequest) Unset() { method MarshalJSON (line 190) | func (v NullableGitAddRequest) MarshalJSON() ([]byte, error) { method UnmarshalJSON (line 194) | func (v *NullableGitAddRequest) UnmarshalJSON(src []byte) error { function NewNullableGitAddRequest (line 186) | func NewNullableGitAddRequest(val *GitAddRequest) *NullableGitAddRequest { FILE: libs/api-client-go/model_git_branch_request.go type GitBranchRequest (line 23) | type GitBranchRequest struct method GetPath (line 51) | func (o *GitBranchRequest) GetPath() string { method GetPathOk (line 62) | func (o *GitBranchRequest) GetPathOk() (*string, bool) { method SetPath (line 70) | func (o *GitBranchRequest) SetPath(v string) { method GetName (line 75) | func (o *GitBranchRequest) GetName() string { method GetNameOk (line 86) | func (o *GitBranchRequest) GetNameOk() (*string, bool) { method SetName (line 94) | func (o *GitBranchRequest) SetName(v string) { method MarshalJSON (line 98) | func (o GitBranchRequest) MarshalJSON() ([]byte, error) { method ToMap (line 106) | func (o GitBranchRequest) ToMap() (map[string]interface{}, error) { method UnmarshalJSON (line 118) | func (o *GitBranchRequest) UnmarshalJSON(data []byte) (err error) { type _GitBranchRequest (line 29) | type _GitBranchRequest function NewGitBranchRequest (line 35) | func NewGitBranchRequest(path string, name string) *GitBranchRequest { function NewGitBranchRequestWithDefaults (line 45) | func NewGitBranchRequestWithDefaults() *GitBranchRequest { type NullableGitBranchRequest (line 162) | type NullableGitBranchRequest struct method Get (line 167) | func (v NullableGitBranchRequest) Get() *GitBranchRequest { method Set (line 171) | func (v *NullableGitBranchRequest) Set(val *GitBranchRequest) { method IsSet (line 176) | func (v NullableGitBranchRequest) IsSet() bool { method Unset (line 180) | func (v *NullableGitBranchRequest) Unset() { method MarshalJSON (line 189) | func (v NullableGitBranchRequest) MarshalJSON() ([]byte, error) { method UnmarshalJSON (line 193) | func (v *NullableGitBranchRequest) UnmarshalJSON(src []byte) error { function NewNullableGitBranchRequest (line 185) | func NewNullableGitBranchRequest(val *GitBranchRequest) *NullableGitBran... FILE: libs/api-client-go/model_git_checkout_request.go type GitCheckoutRequest (line 23) | type GitCheckoutRequest struct method GetPath (line 51) | func (o *GitCheckoutRequest) GetPath() string { method GetPathOk (line 62) | func (o *GitCheckoutRequest) GetPathOk() (*string, bool) { method SetPath (line 70) | func (o *GitCheckoutRequest) SetPath(v string) { method GetBranch (line 75) | func (o *GitCheckoutRequest) GetBranch() string { method GetBranchOk (line 86) | func (o *GitCheckoutRequest) GetBranchOk() (*string, bool) { method SetBranch (line 94) | func (o *GitCheckoutRequest) SetBranch(v string) { method MarshalJSON (line 98) | func (o GitCheckoutRequest) MarshalJSON() ([]byte, error) { method ToMap (line 106) | func (o GitCheckoutRequest) ToMap() (map[string]interface{}, error) { method UnmarshalJSON (line 118) | func (o *GitCheckoutRequest) UnmarshalJSON(data []byte) (err error) { type _GitCheckoutRequest (line 29) | type _GitCheckoutRequest function NewGitCheckoutRequest (line 35) | func NewGitCheckoutRequest(path string, branch string) *GitCheckoutReque... function NewGitCheckoutRequestWithDefaults (line 45) | func NewGitCheckoutRequestWithDefaults() *GitCheckoutRequest { type NullableGitCheckoutRequest (line 162) | type NullableGitCheckoutRequest struct method Get (line 167) | func (v NullableGitCheckoutRequest) Get() *GitCheckoutRequest { method Set (line 171) | func (v *NullableGitCheckoutRequest) Set(val *GitCheckoutRequest) { method IsSet (line 176) | func (v NullableGitCheckoutRequest) IsSet() bool { method Unset (line 180) | func (v *NullableGitCheckoutRequest) Unset() { method MarshalJSON (line 189) | func (v NullableGitCheckoutRequest) MarshalJSON() ([]byte, error) { method UnmarshalJSON (line 193) | func (v *NullableGitCheckoutRequest) UnmarshalJSON(src []byte) error { function NewNullableGitCheckoutRequest (line 185) | func NewNullableGitCheckoutRequest(val *GitCheckoutRequest) *NullableGit... FILE: libs/api-client-go/model_git_clone_request.go type GitCloneRequest (line 23) | type GitCloneRequest struct method GetUrl (line 55) | func (o *GitCloneRequest) GetUrl() string { method GetUrlOk (line 66) | func (o *GitCloneRequest) GetUrlOk() (*string, bool) { method SetUrl (line 74) | func (o *GitCloneRequest) SetUrl(v string) { method GetPath (line 79) | func (o *GitCloneRequest) GetPath() string { method GetPathOk (line 90) | func (o *GitCloneRequest) GetPathOk() (*string, bool) { method SetPath (line 98) | func (o *GitCloneRequest) SetPath(v string) { method GetUsername (line 103) | func (o *GitCloneRequest) GetUsername() string { method GetUsernameOk (line 113) | func (o *GitCloneRequest) GetUsernameOk() (*string, bool) { method HasUsername (line 121) | func (o *GitCloneRequest) HasUsername() bool { method SetUsername (line 130) | func (o *GitCloneRequest) SetUsername(v string) { method GetPassword (line 135) | func (o *GitCloneRequest) GetPassword() string { method GetPasswordOk (line 145) | func (o *GitCloneRequest) GetPasswordOk() (*string, bool) { method HasPassword (line 153) | func (o *GitCloneRequest) HasPassword() bool { method SetPassword (line 162) | func (o *GitCloneRequest) SetPassword(v string) { method GetBranch (line 167) | func (o *GitCloneRequest) GetBranch() string { method GetBranchOk (line 177) | func (o *GitCloneRequest) GetBranchOk() (*string, bool) { method HasBranch (line 185) | func (o *GitCloneRequest) HasBranch() bool { method SetBranch (line 194) | func (o *GitCloneRequest) SetBranch(v string) { method GetCommitId (line 199) | func (o *GitCloneRequest) GetCommitId() string { method GetCommitIdOk (line 209) | func (o *GitCloneRequest) GetCommitIdOk() (*string, bool) { method HasCommitId (line 217) | func (o *GitCloneRequest) HasCommitId() bool { method SetCommitId (line 226) | func (o *GitCloneRequest) SetCommitId(v string) { method MarshalJSON (line 230) | func (o GitCloneRequest) MarshalJSON() ([]byte, error) { method ToMap (line 238) | func (o GitCloneRequest) ToMap() (map[string]interface{}, error) { method UnmarshalJSON (line 262) | func (o *GitCloneRequest) UnmarshalJSON(data []byte) (err error) { type _GitCloneRequest (line 33) | type _GitCloneRequest function NewGitCloneRequest (line 39) | func NewGitCloneRequest(url string, path string) *GitCloneRequest { function NewGitCloneRequestWithDefaults (line 49) | func NewGitCloneRequestWithDefaults() *GitCloneRequest { type NullableGitCloneRequest (line 310) | type NullableGitCloneRequest struct method Get (line 315) | func (v NullableGitCloneRequest) Get() *GitCloneRequest { method Set (line 319) | func (v *NullableGitCloneRequest) Set(val *GitCloneRequest) { method IsSet (line 324) | func (v NullableGitCloneRequest) IsSet() bool { method Unset (line 328) | func (v *NullableGitCloneRequest) Unset() { method MarshalJSON (line 337) | func (v NullableGitCloneRequest) MarshalJSON() ([]byte, error) { method UnmarshalJSON (line 341) | func (v *NullableGitCloneRequest) UnmarshalJSON(src []byte) error { function NewNullableGitCloneRequest (line 333) | func NewNullableGitCloneRequest(val *GitCloneRequest) *NullableGitCloneR... FILE: libs/api-client-go/model_git_commit_info.go type GitCommitInfo (line 23) | type GitCommitInfo struct method GetHash (line 57) | func (o *GitCommitInfo) GetHash() string { method GetHashOk (line 68) | func (o *GitCommitInfo) GetHashOk() (*string, bool) { method SetHash (line 76) | func (o *GitCommitInfo) SetHash(v string) { method GetMessage (line 81) | func (o *GitCommitInfo) GetMessage() string { method GetMessageOk (line 92) | func (o *GitCommitInfo) GetMessageOk() (*string, bool) { method SetMessage (line 100) | func (o *GitCommitInfo) SetMessage(v string) { method GetAuthor (line 105) | func (o *GitCommitInfo) GetAuthor() string { method GetAuthorOk (line 116) | func (o *GitCommitInfo) GetAuthorOk() (*string, bool) { method SetAuthor (line 124) | func (o *GitCommitInfo) SetAuthor(v string) { method GetEmail (line 129) | func (o *GitCommitInfo) GetEmail() string { method GetEmailOk (line 140) | func (o *GitCommitInfo) GetEmailOk() (*string, bool) { method SetEmail (line 148) | func (o *GitCommitInfo) SetEmail(v string) { method GetTimestamp (line 153) | func (o *GitCommitInfo) GetTimestamp() string { method GetTimestampOk (line 164) | func (o *GitCommitInfo) GetTimestampOk() (*string, bool) { method SetTimestamp (line 172) | func (o *GitCommitInfo) SetTimestamp(v string) { method MarshalJSON (line 176) | func (o GitCommitInfo) MarshalJSON() ([]byte, error) { method ToMap (line 184) | func (o GitCommitInfo) ToMap() (map[string]interface{}, error) { method UnmarshalJSON (line 199) | func (o *GitCommitInfo) UnmarshalJSON(data []byte) (err error) { type _GitCommitInfo (line 32) | type _GitCommitInfo function NewGitCommitInfo (line 38) | func NewGitCommitInfo(hash string, message string, author string, email ... function NewGitCommitInfoWithDefaults (line 51) | func NewGitCommitInfoWithDefaults() *GitCommitInfo { type NullableGitCommitInfo (line 249) | type NullableGitCommitInfo struct method Get (line 254) | func (v NullableGitCommitInfo) Get() *GitCommitInfo { method Set (line 258) | func (v *NullableGitCommitInfo) Set(val *GitCommitInfo) { method IsSet (line 263) | func (v NullableGitCommitInfo) IsSet() bool { method Unset (line 267) | func (v *NullableGitCommitInfo) Unset() { method MarshalJSON (line 276) | func (v NullableGitCommitInfo) MarshalJSON() ([]byte, error) { method UnmarshalJSON (line 280) | func (v *NullableGitCommitInfo) UnmarshalJSON(src []byte) error { function NewNullableGitCommitInfo (line 272) | func NewNullableGitCommitInfo(val *GitCommitInfo) *NullableGitCommitInfo { FILE: libs/api-client-go/model_git_commit_request.go type GitCommitRequest (line 23) | type GitCommitRequest struct method GetPath (line 61) | func (o *GitCommitRequest) GetPath() string { method GetPathOk (line 72) | func (o *GitCommitRequest) GetPathOk() (*string, bool) { method SetPath (line 80) | func (o *GitCommitRequest) SetPath(v string) { method GetMessage (line 85) | func (o *GitCommitRequest) GetMessage() string { method GetMessageOk (line 96) | func (o *GitCommitRequest) GetMessageOk() (*string, bool) { method SetMessage (line 104) | func (o *GitCommitRequest) SetMessage(v string) { method GetAuthor (line 109) | func (o *GitCommitRequest) GetAuthor() string { method GetAuthorOk (line 120) | func (o *GitCommitRequest) GetAuthorOk() (*string, bool) { method SetAuthor (line 128) | func (o *GitCommitRequest) SetAuthor(v string) { method GetEmail (line 133) | func (o *GitCommitRequest) GetEmail() string { method GetEmailOk (line 144) | func (o *GitCommitRequest) GetEmailOk() (*string, bool) { method SetEmail (line 152) | func (o *GitCommitRequest) SetEmail(v string) { method GetAllowEmpty (line 157) | func (o *GitCommitRequest) GetAllowEmpty() bool { method GetAllowEmptyOk (line 167) | func (o *GitCommitRequest) GetAllowEmptyOk() (*bool, bool) { method HasAllowEmpty (line 175) | func (o *GitCommitRequest) HasAllowEmpty() bool { method SetAllowEmpty (line 184) | func (o *GitCommitRequest) SetAllowEmpty(v bool) { method MarshalJSON (line 188) | func (o GitCommitRequest) MarshalJSON() ([]byte, error) { method ToMap (line 196) | func (o GitCommitRequest) ToMap() (map[string]interface{}, error) { method UnmarshalJSON (line 213) | func (o *GitCommitRequest) UnmarshalJSON(data []byte) (err error) { type _GitCommitRequest (line 33) | type _GitCommitRequest function NewGitCommitRequest (line 39) | func NewGitCommitRequest(path string, message string, author string, ema... function NewGitCommitRequestWithDefaults (line 53) | func NewGitCommitRequestWithDefaults() *GitCommitRequest { type NullableGitCommitRequest (line 262) | type NullableGitCommitRequest struct method Get (line 267) | func (v NullableGitCommitRequest) Get() *GitCommitRequest { method Set (line 271) | func (v *NullableGitCommitRequest) Set(val *GitCommitRequest) { method IsSet (line 276) | func (v NullableGitCommitRequest) IsSet() bool { method Unset (line 280) | func (v *NullableGitCommitRequest) Unset() { method MarshalJSON (line 289) | func (v NullableGitCommitRequest) MarshalJSON() ([]byte, error) { method UnmarshalJSON (line 293) | func (v *NullableGitCommitRequest) UnmarshalJSON(src []byte) error { function NewNullableGitCommitRequest (line 285) | func NewNullableGitCommitRequest(val *GitCommitRequest) *NullableGitComm... FILE: libs/api-client-go/model_git_commit_response.go type GitCommitResponse (line 23) | type GitCommitResponse struct method GetHash (line 49) | func (o *GitCommitResponse) GetHash() string { method GetHashOk (line 60) | func (o *GitCommitResponse) GetHashOk() (*string, bool) { method SetHash (line 68) | func (o *GitCommitResponse) SetHash(v string) { method MarshalJSON (line 72) | func (o GitCommitResponse) MarshalJSON() ([]byte, error) { method ToMap (line 80) | func (o GitCommitResponse) ToMap() (map[string]interface{}, error) { method UnmarshalJSON (line 91) | func (o *GitCommitResponse) UnmarshalJSON(data []byte) (err error) { type _GitCommitResponse (line 28) | type _GitCommitResponse function NewGitCommitResponse (line 34) | func NewGitCommitResponse(hash string) *GitCommitResponse { function NewGitCommitResponseWithDefaults (line 43) | func NewGitCommitResponseWithDefaults() *GitCommitResponse { type NullableGitCommitResponse (line 133) | type NullableGitCommitResponse struct method Get (line 138) | func (v NullableGitCommitResponse) Get() *GitCommitResponse { method Set (line 142) | func (v *NullableGitCommitResponse) Set(val *GitCommitResponse) { method IsSet (line 147) | func (v NullableGitCommitResponse) IsSet() bool { method Unset (line 151) | func (v *NullableGitCommitResponse) Unset() { method MarshalJSON (line 160) | func (v NullableGitCommitResponse) MarshalJSON() ([]byte, error) { method UnmarshalJSON (line 164) | func (v *NullableGitCommitResponse) UnmarshalJSON(src []byte) error { function NewNullableGitCommitResponse (line 156) | func NewNullableGitCommitResponse(val *GitCommitResponse) *NullableGitCo... FILE: libs/api-client-go/model_git_delete_branch_request.go type GitDeleteBranchRequest (line 23) | type GitDeleteBranchRequest struct method GetPath (line 51) | func (o *GitDeleteBranchRequest) GetPath() string { method GetPathOk (line 62) | func (o *GitDeleteBranchRequest) GetPathOk() (*string, bool) { method SetPath (line 70) | func (o *GitDeleteBranchRequest) SetPath(v string) { method GetName (line 75) | func (o *GitDeleteBranchRequest) GetName() string { method GetNameOk (line 86) | func (o *GitDeleteBranchRequest) GetNameOk() (*string, bool) { method SetName (line 94) | func (o *GitDeleteBranchRequest) SetName(v string) { method MarshalJSON (line 98) | func (o GitDeleteBranchRequest) MarshalJSON() ([]byte, error) { method ToMap (line 106) | func (o GitDeleteBranchRequest) ToMap() (map[string]interface{}, error) { method UnmarshalJSON (line 118) | func (o *GitDeleteBranchRequest) UnmarshalJSON(data []byte) (err error) { type _GitDeleteBranchRequest (line 29) | type _GitDeleteBranchRequest function NewGitDeleteBranchRequest (line 35) | func NewGitDeleteBranchRequest(path string, name string) *GitDeleteBranc... function NewGitDeleteBranchRequestWithDefaults (line 45) | func NewGitDeleteBranchRequestWithDefaults() *GitDeleteBranchRequest { type NullableGitDeleteBranchRequest (line 162) | type NullableGitDeleteBranchRequest struct method Get (line 167) | func (v NullableGitDeleteBranchRequest) Get() *GitDeleteBranchRequest { method Set (line 171) | func (v *NullableGitDeleteBranchRequest) Set(val *GitDeleteBranchReque... method IsSet (line 176) | func (v NullableGitDeleteBranchRequest) IsSet() bool { method Unset (line 180) | func (v *NullableGitDeleteBranchRequest) Unset() { method MarshalJSON (line 189) | func (v NullableGitDeleteBranchRequest) MarshalJSON() ([]byte, error) { method UnmarshalJSON (line 193) | func (v *NullableGitDeleteBranchRequest) UnmarshalJSON(src []byte) err... function NewNullableGitDeleteBranchRequest (line 185) | func NewNullableGitDeleteBranchRequest(val *GitDeleteBranchRequest) *Nul... FILE: libs/api-client-go/model_git_repo_request.go type GitRepoRequest (line 23) | type GitRepoRequest struct method GetPath (line 51) | func (o *GitRepoRequest) GetPath() string { method GetPathOk (line 62) | func (o *GitRepoRequest) GetPathOk() (*string, bool) { method SetPath (line 70) | func (o *GitRepoRequest) SetPath(v string) { method GetUsername (line 75) | func (o *GitRepoRequest) GetUsername() string { method GetUsernameOk (line 85) | func (o *GitRepoRequest) GetUsernameOk() (*string, bool) { method HasUsername (line 93) | func (o *GitRepoRequest) HasUsername() bool { method SetUsername (line 102) | func (o *GitRepoRequest) SetUsername(v string) { method GetPassword (line 107) | func (o *GitRepoRequest) GetPassword() string { method GetPasswordOk (line 117) | func (o *GitRepoRequest) GetPasswordOk() (*string, bool) { method HasPassword (line 125) | func (o *GitRepoRequest) HasPassword() bool { method SetPassword (line 134) | func (o *GitRepoRequest) SetPassword(v string) { method MarshalJSON (line 138) | func (o GitRepoRequest) MarshalJSON() ([]byte, error) { method ToMap (line 146) | func (o GitRepoRequest) ToMap() (map[string]interface{}, error) { method UnmarshalJSON (line 163) | func (o *GitRepoRequest) UnmarshalJSON(data []byte) (err error) { type _GitRepoRequest (line 30) | type _GitRepoRequest function NewGitRepoRequest (line 36) | func NewGitRepoRequest(path string) *GitRepoRequest { function NewGitRepoRequestWithDefaults (line 45) | func NewGitRepoRequestWithDefaults() *GitRepoRequest { type NullableGitRepoRequest (line 207) | type NullableGitRepoRequest struct method Get (line 212) | func (v NullableGitRepoRequest) Get() *GitRepoRequest { method Set (line 216) | func (v *NullableGitRepoRequest) Set(val *GitRepoRequest) { method IsSet (line 221) | func (v NullableGitRepoRequest) IsSet() bool { method Unset (line 225) | func (v *NullableGitRepoRequest) Unset() { method MarshalJSON (line 234) | func (v NullableGitRepoRequest) MarshalJSON() ([]byte, error) { method UnmarshalJSON (line 238) | func (v *NullableGitRepoRequest) UnmarshalJSON(src []byte) error { function NewNullableGitRepoRequest (line 230) | func NewNullableGitRepoRequest(val *GitRepoRequest) *NullableGitRepoRequ... FILE: libs/api-client-go/model_git_status.go type GitStatus (line 23) | type GitStatus struct method GetCurrentBranch (line 54) | func (o *GitStatus) GetCurrentBranch() string { method GetCurrentBranchOk (line 65) | func (o *GitStatus) GetCurrentBranchOk() (*string, bool) { method SetCurrentBranch (line 73) | func (o *GitStatus) SetCurrentBranch(v string) { method GetFileStatus (line 78) | func (o *GitStatus) GetFileStatus() []FileStatus { method GetFileStatusOk (line 89) | func (o *GitStatus) GetFileStatusOk() ([]FileStatus, bool) { method SetFileStatus (line 97) | func (o *GitStatus) SetFileStatus(v []FileStatus) { method GetAhead (line 102) | func (o *GitStatus) GetAhead() float32 { method GetAheadOk (line 112) | func (o *GitStatus) GetAheadOk() (*float32, bool) { method HasAhead (line 120) | func (o *GitStatus) HasAhead() bool { method SetAhead (line 129) | func (o *GitStatus) SetAhead(v float32) { method GetBehind (line 134) | func (o *GitStatus) GetBehind() float32 { method GetBehindOk (line 144) | func (o *GitStatus) GetBehindOk() (*float32, bool) { method HasBehind (line 152) | func (o *GitStatus) HasBehind() bool { method SetBehind (line 161) | func (o *GitStatus) SetBehind(v float32) { method GetBranchPublished (line 166) | func (o *GitStatus) GetBranchPublished() bool { method GetBranchPublishedOk (line 176) | func (o *GitStatus) GetBranchPublishedOk() (*bool, bool) { method HasBranchPublished (line 184) | func (o *GitStatus) HasBranchPublished() bool { method SetBranchPublished (line 193) | func (o *GitStatus) SetBranchPublished(v bool) { method MarshalJSON (line 197) | func (o GitStatus) MarshalJSON() ([]byte, error) { method ToMap (line 205) | func (o GitStatus) ToMap() (map[string]interface{}, error) { method UnmarshalJSON (line 226) | func (o *GitStatus) UnmarshalJSON(data []byte) (err error) { type _GitStatus (line 32) | type _GitStatus function NewGitStatus (line 38) | func NewGitStatus(currentBranch string, fileStatus []FileStatus) *GitSta... function NewGitStatusWithDefaults (line 48) | func NewGitStatusWithDefaults() *GitStatus { type NullableGitStatus (line 273) | type NullableGitStatus struct method Get (line 278) | func (v NullableGitStatus) Get() *GitStatus { method Set (line 282) | func (v *NullableGitStatus) Set(val *GitStatus) { method IsSet (line 287) | func (v NullableGitStatus) IsSet() bool { method Unset (line 291) | func (v *NullableGitStatus) Unset() { method MarshalJSON (line 300) | func (v NullableGitStatus) MarshalJSON() ([]byte, error) { method UnmarshalJSON (line 304) | func (v *NullableGitStatus) UnmarshalJSON(src []byte) error { function NewNullableGitStatus (line 296) | func NewNullableGitStatus(val *GitStatus) *NullableGitStatus { FILE: libs/api-client-go/model_health_controller_check_200_response.go type HealthControllerCheck200Response (line 22) | type HealthControllerCheck200Response struct method GetStatus (line 50) | func (o *HealthControllerCheck200Response) GetStatus() string { method GetStatusOk (line 60) | func (o *HealthControllerCheck200Response) GetStatusOk() (*string, boo... method HasStatus (line 68) | func (o *HealthControllerCheck200Response) HasStatus() bool { method SetStatus (line 77) | func (o *HealthControllerCheck200Response) SetStatus(v string) { method GetInfo (line 82) | func (o *HealthControllerCheck200Response) GetInfo() map[string]Health... method GetInfoOk (line 93) | func (o *HealthControllerCheck200Response) GetInfoOk() (*map[string]He... method HasInfo (line 101) | func (o *HealthControllerCheck200Response) HasInfo() bool { method SetInfo (line 110) | func (o *HealthControllerCheck200Response) SetInfo(v map[string]Health... method GetError (line 115) | func (o *HealthControllerCheck200Response) GetError() map[string]Healt... method GetErrorOk (line 126) | func (o *HealthControllerCheck200Response) GetErrorOk() (*map[string]H... method HasError (line 134) | func (o *HealthControllerCheck200Response) HasError() bool { method SetError (line 143) | func (o *HealthControllerCheck200Response) SetError(v map[string]Healt... method GetDetails (line 148) | func (o *HealthControllerCheck200Response) GetDetails() map[string]Hea... method GetDetailsOk (line 158) | func (o *HealthControllerCheck200Response) GetDetailsOk() (*map[string... method HasDetails (line 166) | func (o *HealthControllerCheck200Response) HasDetails() bool { method SetDetails (line 175) | func (o *HealthControllerCheck200Response) SetDetails(v map[string]Hea... method MarshalJSON (line 179) | func (o HealthControllerCheck200Response) MarshalJSON() ([]byte, error) { method ToMap (line 187) | func (o HealthControllerCheck200Response) ToMap() (map[string]interfac... method UnmarshalJSON (line 209) | func (o *HealthControllerCheck200Response) UnmarshalJSON(data []byte) ... type _HealthControllerCheck200Response (line 30) | type _HealthControllerCheck200Response function NewHealthControllerCheck200Response (line 36) | func NewHealthControllerCheck200Response() *HealthControllerCheck200Resp... function NewHealthControllerCheck200ResponseWithDefaults (line 44) | func NewHealthControllerCheck200ResponseWithDefaults() *HealthController... type NullableHealthControllerCheck200Response (line 233) | type NullableHealthControllerCheck200Response struct method Get (line 238) | func (v NullableHealthControllerCheck200Response) Get() *HealthControl... method Set (line 242) | func (v *NullableHealthControllerCheck200Response) Set(val *HealthCont... method IsSet (line 247) | func (v NullableHealthControllerCheck200Response) IsSet() bool { method Unset (line 251) | func (v *NullableHealthControllerCheck200Response) Unset() { method MarshalJSON (line 260) | func (v NullableHealthControllerCheck200Response) MarshalJSON() ([]byt... method UnmarshalJSON (line 264) | func (v *NullableHealthControllerCheck200Response) UnmarshalJSON(src [... function NewNullableHealthControllerCheck200Response (line 256) | func NewNullableHealthControllerCheck200Response(val *HealthControllerCh... FILE: libs/api-client-go/model_health_controller_check_200_response_info_value.go type HealthControllerCheck200ResponseInfoValue (line 23) | type HealthControllerCheck200ResponseInfoValue struct method GetStatus (line 49) | func (o *HealthControllerCheck200ResponseInfoValue) GetStatus() string { method GetStatusOk (line 60) | func (o *HealthControllerCheck200ResponseInfoValue) GetStatusOk() (*st... method SetStatus (line 68) | func (o *HealthControllerCheck200ResponseInfoValue) SetStatus(v string) { method MarshalJSON (line 72) | func (o HealthControllerCheck200ResponseInfoValue) MarshalJSON() ([]by... method ToMap (line 80) | func (o HealthControllerCheck200ResponseInfoValue) ToMap() (map[string... method UnmarshalJSON (line 91) | func (o *HealthControllerCheck200ResponseInfoValue) UnmarshalJSON(data... type _HealthControllerCheck200ResponseInfoValue (line 28) | type _HealthControllerCheck200ResponseInfoValue function NewHealthControllerCheck200ResponseInfoValue (line 34) | func NewHealthControllerCheck200ResponseInfoValue(status string) *Health... function NewHealthControllerCheck200ResponseInfoValueWithDefaults (line 43) | func NewHealthControllerCheck200ResponseInfoValueWithDefaults() *HealthC... type NullableHealthControllerCheck200ResponseInfoValue (line 133) | type NullableHealthControllerCheck200ResponseInfoValue struct method Get (line 138) | func (v NullableHealthControllerCheck200ResponseInfoValue) Get() *Heal... method Set (line 142) | func (v *NullableHealthControllerCheck200ResponseInfoValue) Set(val *H... method IsSet (line 147) | func (v NullableHealthControllerCheck200ResponseInfoValue) IsSet() bool { method Unset (line 151) | func (v *NullableHealthControllerCheck200ResponseInfoValue) Unset() { method MarshalJSON (line 160) | func (v NullableHealthControllerCheck200ResponseInfoValue) MarshalJSON... method UnmarshalJSON (line 164) | func (v *NullableHealthControllerCheck200ResponseInfoValue) UnmarshalJ... function NewNullableHealthControllerCheck200ResponseInfoValue (line 156) | func NewNullableHealthControllerCheck200ResponseInfoValue(val *HealthCon... FILE: libs/api-client-go/model_health_controller_check_503_response.go type HealthControllerCheck503Response (line 22) | type HealthControllerCheck503Response struct method GetStatus (line 50) | func (o *HealthControllerCheck503Response) GetStatus() string { method GetStatusOk (line 60) | func (o *HealthControllerCheck503Response) GetStatusOk() (*string, boo... method HasStatus (line 68) | func (o *HealthControllerCheck503Response) HasStatus() bool { method SetStatus (line 77) | func (o *HealthControllerCheck503Response) SetStatus(v string) { method GetInfo (line 82) | func (o *HealthControllerCheck503Response) GetInfo() map[string]Health... method GetInfoOk (line 93) | func (o *HealthControllerCheck503Response) GetInfoOk() (*map[string]He... method HasInfo (line 101) | func (o *HealthControllerCheck503Response) HasInfo() bool { method SetInfo (line 110) | func (o *HealthControllerCheck503Response) SetInfo(v map[string]Health... method GetError (line 115) | func (o *HealthControllerCheck503Response) GetError() map[string]Healt... method GetErrorOk (line 126) | func (o *HealthControllerCheck503Response) GetErrorOk() (*map[string]H... method HasError (line 134) | func (o *HealthControllerCheck503Response) HasError() bool { method SetError (line 143) | func (o *HealthControllerCheck503Response) SetError(v map[string]Healt... method GetDetails (line 148) | func (o *HealthControllerCheck503Response) GetDetails() map[string]Hea... method GetDetailsOk (line 158) | func (o *HealthControllerCheck503Response) GetDetailsOk() (*map[string... method HasDetails (line 166) | func (o *HealthControllerCheck503Response) HasDetails() bool { method SetDetails (line 175) | func (o *HealthControllerCheck503Response) SetDetails(v map[string]Hea... method MarshalJSON (line 179) | func (o HealthControllerCheck503Response) MarshalJSON() ([]byte, error) { method ToMap (line 187) | func (o HealthControllerCheck503Response) ToMap() (map[string]interfac... method UnmarshalJSON (line 209) | func (o *HealthControllerCheck503Response) UnmarshalJSON(data []byte) ... type _HealthControllerCheck503Response (line 30) | type _HealthControllerCheck503Response function NewHealthControllerCheck503Response (line 36) | func NewHealthControllerCheck503Response() *HealthControllerCheck503Resp... function NewHealthControllerCheck503ResponseWithDefaults (line 44) | func NewHealthControllerCheck503ResponseWithDefaults() *HealthController... type NullableHealthControllerCheck503Response (line 233) | type NullableHealthControllerCheck503Response struct method Get (line 238) | func (v NullableHealthControllerCheck503Response) Get() *HealthControl... method Set (line 242) | func (v *NullableHealthControllerCheck503Response) Set(val *HealthCont... method IsSet (line 247) | func (v NullableHealthControllerCheck503Response) IsSet() bool { method Unset (line 251) | func (v *NullableHealthControllerCheck503Response) Unset() { method MarshalJSON (line 260) | func (v NullableHealthControllerCheck503Response) MarshalJSON() ([]byt... method UnmarshalJSON (line 264) | func (v *NullableHealthControllerCheck503Response) UnmarshalJSON(src [... function NewNullableHealthControllerCheck503Response (line 256) | func NewNullableHealthControllerCheck503Response(val *HealthControllerCh... FILE: libs/api-client-go/model_job.go type Job (line 23) | type Job struct method GetId (line 73) | func (o *Job) GetId() string { method GetIdOk (line 84) | func (o *Job) GetIdOk() (*string, bool) { method SetId (line 92) | func (o *Job) SetId(v string) { method GetType (line 97) | func (o *Job) GetType() JobType { method GetTypeOk (line 108) | func (o *Job) GetTypeOk() (*JobType, bool) { method SetType (line 116) | func (o *Job) SetType(v JobType) { method GetStatus (line 121) | func (o *Job) GetStatus() JobStatus { method GetStatusOk (line 132) | func (o *Job) GetStatusOk() (*JobStatus, bool) { method SetStatus (line 140) | func (o *Job) SetStatus(v JobStatus) { method GetResourceType (line 145) | func (o *Job) GetResourceType() string { method GetResourceTypeOk (line 156) | func (o *Job) GetResourceTypeOk() (*string, bool) { method SetResourceType (line 164) | func (o *Job) SetResourceType(v string) { method GetResourceId (line 169) | func (o *Job) GetResourceId() string { method GetResourceIdOk (line 180) | func (o *Job) GetResourceIdOk() (*string, bool) { method SetResourceId (line 188) | func (o *Job) SetResourceId(v string) { method GetPayload (line 193) | func (o *Job) GetPayload() string { method GetPayloadOk (line 203) | func (o *Job) GetPayloadOk() (*string, bool) { method HasPayload (line 211) | func (o *Job) HasPayload() bool { method SetPayload (line 220) | func (o *Job) SetPayload(v string) { method GetTraceContext (line 225) | func (o *Job) GetTraceContext() map[string]interface{} { method GetTraceContextOk (line 235) | func (o *Job) GetTraceContextOk() (map[string]interface{}, bool) { method HasTraceContext (line 243) | func (o *Job) HasTraceContext() bool { method SetTraceContext (line 252) | func (o *Job) SetTraceContext(v map[string]interface{}) { method GetErrorMessage (line 257) | func (o *Job) GetErrorMessage() string { method GetErrorMessageOk (line 267) | func (o *Job) GetErrorMessageOk() (*string, bool) { method HasErrorMessage (line 275) | func (o *Job) HasErrorMessage() bool { method SetErrorMessage (line 284) | func (o *Job) SetErrorMessage(v string) { method GetCreatedAt (line 289) | func (o *Job) GetCreatedAt() string { method GetCreatedAtOk (line 300) | func (o *Job) GetCreatedAtOk() (*string, bool) { method SetCreatedAt (line 308) | func (o *Job) SetCreatedAt(v string) { method GetUpdatedAt (line 313) | func (o *Job) GetUpdatedAt() string { method GetUpdatedAtOk (line 323) | func (o *Job) GetUpdatedAtOk() (*string, bool) { method HasUpdatedAt (line 331) | func (o *Job) HasUpdatedAt() bool { method SetUpdatedAt (line 340) | func (o *Job) SetUpdatedAt(v string) { method MarshalJSON (line 344) | func (o Job) MarshalJSON() ([]byte, error) { method ToMap (line 352) | func (o Job) ToMap() (map[string]interface{}, error) { method UnmarshalJSON (line 380) | func (o *Job) UnmarshalJSON(data []byte) (err error) { type _Job (line 47) | type _Job function NewJob (line 53) | func NewJob(id string, type_ JobType, status JobStatus, resourceType str... function NewJobWithDefaults (line 67) | func NewJobWithDefaults() *Job { type NullableJob (line 436) | type NullableJob struct method Get (line 441) | func (v NullableJob) Get() *Job { method Set (line 445) | func (v *NullableJob) Set(val *Job) { method IsSet (line 450) | func (v NullableJob) IsSet() bool { method Unset (line 454) | func (v *NullableJob) Unset() { method MarshalJSON (line 463) | func (v NullableJob) MarshalJSON() ([]byte, error) { method UnmarshalJSON (line 467) | func (v *NullableJob) UnmarshalJSON(src []byte) error { function NewNullableJob (line 459) | func NewNullableJob(val *Job) *NullableJob { FILE: libs/api-client-go/model_job_status.go type JobStatus (line 20) | type JobStatus method UnmarshalJSON (line 38) | func (v *JobStatus) UnmarshalJSON(src []byte) error { method IsValid (line 67) | func (v JobStatus) IsValid() bool { method Ptr (line 77) | func (v JobStatus) Ptr() *JobStatus { constant JOBSTATUS_PENDING (line 24) | JOBSTATUS_PENDING JobStatus = "PENDING" constant JOBSTATUS_IN_PROGRESS (line 25) | JOBSTATUS_IN_PROGRESS JobStatus = "IN_PROGRESS" constant JOBSTATUS_COMPLETED (line 26) | JOBSTATUS_COMPLETED JobStatus = "COMPLETED" constant JOBSTATUS_FAILED (line 27) | JOBSTATUS_FAILED JobStatus = "FAILED" function NewJobStatusFromValue (line 57) | func NewJobStatusFromValue(v string) (*JobStatus, error) { type NullableJobStatus (line 81) | type NullableJobStatus struct method Get (line 86) | func (v NullableJobStatus) Get() *JobStatus { method Set (line 90) | func (v *NullableJobStatus) Set(val *JobStatus) { method IsSet (line 95) | func (v NullableJobStatus) IsSet() bool { method Unset (line 99) | func (v *NullableJobStatus) Unset() { method MarshalJSON (line 108) | func (v NullableJobStatus) MarshalJSON() ([]byte, error) { method UnmarshalJSON (line 112) | func (v *NullableJobStatus) UnmarshalJSON(src []byte) error { function NewNullableJobStatus (line 104) | func NewNullableJobStatus(val *JobStatus) *NullableJobStatus { FILE: libs/api-client-go/model_job_type.go type JobType (line 20) | type JobType method UnmarshalJSON (line 54) | func (v *JobType) UnmarshalJSON(src []byte) error { method IsValid (line 83) | func (v JobType) IsValid() bool { method Ptr (line 93) | func (v JobType) Ptr() *JobType { constant JOBTYPE_CREATE_SANDBOX (line 24) | JOBTYPE_CREATE_SANDBOX JobType = "CREATE_SANDBOX" constant JOBTYPE_START_SANDBOX (line 25) | JOBTYPE_START_SANDBOX JobType = "START_SANDBOX" constant JOBTYPE_STOP_SANDBOX (line 26) | JOBTYPE_STOP_SANDBOX JobType = "STOP_SANDBOX" constant JOBTYPE_DESTROY_SANDBOX (line 27) | JOBTYPE_DESTROY_SANDBOX JobType = "DESTROY_SANDBOX" constant JOBTYPE_RESIZE_SANDBOX (line 28) | JOBTYPE_RESIZE_SANDBOX JobType = "RESIZE_SANDBOX" constant JOBTYPE_CREATE_BACKUP (line 29) | JOBTYPE_CREATE_BACKUP JobType = "CREATE_BACKUP" constant JOBTYPE_BUILD_SNAPSHOT (line 30) | JOBTYPE_BUILD_SNAPSHOT JobType = "BUILD_SNAPSHOT" constant JOBTYPE_PULL_SNAPSHOT (line 31) | JOBTYPE_PULL_SNAPSHOT JobType = "PULL_SNAPSHOT" constant JOBTYPE_RECOVER_SANDBOX (line 32) | JOBTYPE_RECOVER_SANDBOX JobType = "RECOVER_SANDBOX" constant JOBTYPE_INSPECT_SNAPSHOT_IN_REGISTRY (line 33) | JOBTYPE_INSPECT_SNAPSHOT_IN_REGISTRY JobType = "INSPECT_SNAPSHOT_IN_REGI... constant JOBTYPE_REMOVE_SNAPSHOT (line 34) | JOBTYPE_REMOVE_SNAPSHOT JobType = "REMOVE_SNAPSHOT" constant JOBTYPE_UPDATE_SANDBOX_NETWORK_SETTINGS (line 35) | JOBTYPE_UPDATE_SANDBOX_NETWORK_SETTINGS JobType = "UPDATE_SANDBOX_NETWOR... function NewJobTypeFromValue (line 73) | func NewJobTypeFromValue(v string) (*JobType, error) { type NullableJobType (line 97) | type NullableJobType struct method Get (line 102) | func (v NullableJobType) Get() *JobType { method Set (line 106) | func (v *NullableJobType) Set(val *JobType) { method IsSet (line 111) | func (v NullableJobType) IsSet() bool { method Unset (line 115) | func (v *NullableJobType) Unset() { method MarshalJSON (line 124) | func (v NullableJobType) MarshalJSON() ([]byte, error) { method UnmarshalJSON (line 128) | func (v *NullableJobType) UnmarshalJSON(src []byte) error { function NewNullableJobType (line 120) | func NewNullableJobType(val *JobType) *NullableJobType { FILE: libs/api-client-go/model_keyboard_hotkey_request.go type KeyboardHotkeyRequest (line 23) | type KeyboardHotkeyRequest struct method GetKeys (line 50) | func (o *KeyboardHotkeyRequest) GetKeys() string { method GetKeysOk (line 61) | func (o *KeyboardHotkeyRequest) GetKeysOk() (*string, bool) { method SetKeys (line 69) | func (o *KeyboardHotkeyRequest) SetKeys(v string) { method MarshalJSON (line 73) | func (o KeyboardHotkeyRequest) MarshalJSON() ([]byte, error) { method ToMap (line 81) | func (o KeyboardHotkeyRequest) ToMap() (map[string]interface{}, error) { method UnmarshalJSON (line 92) | func (o *KeyboardHotkeyRequest) UnmarshalJSON(data []byte) (err error) { type _KeyboardHotkeyRequest (line 29) | type _KeyboardHotkeyRequest function NewKeyboardHotkeyRequest (line 35) | func NewKeyboardHotkeyRequest(keys string) *KeyboardHotkeyRequest { function NewKeyboardHotkeyRequestWithDefaults (line 44) | func NewKeyboardHotkeyRequestWithDefaults() *KeyboardHotkeyRequest { type NullableKeyboardHotkeyRequest (line 134) | type NullableKeyboardHotkeyRequest struct method Get (line 139) | func (v NullableKeyboardHotkeyRequest) Get() *KeyboardHotkeyRequest { method Set (line 143) | func (v *NullableKeyboardHotkeyRequest) Set(val *KeyboardHotkeyRequest) { method IsSet (line 148) | func (v NullableKeyboardHotkeyRequest) IsSet() bool { method Unset (line 152) | func (v *NullableKeyboardHotkeyRequest) Unset() { method MarshalJSON (line 161) | func (v NullableKeyboardHotkeyRequest) MarshalJSON() ([]byte, error) { method UnmarshalJSON (line 165) | func (v *NullableKeyboardHotkeyRequest) UnmarshalJSON(src []byte) error { function NewNullableKeyboardHotkeyRequest (line 157) | func NewNullableKeyboardHotkeyRequest(val *KeyboardHotkeyRequest) *Nulla... FILE: libs/api-client-go/model_keyboard_press_request.go type KeyboardPressRequest (line 23) | type KeyboardPressRequest struct method GetKey (line 52) | func (o *KeyboardPressRequest) GetKey() string { method GetKeyOk (line 63) | func (o *KeyboardPressRequest) GetKeyOk() (*string, bool) { method SetKey (line 71) | func (o *KeyboardPressRequest) SetKey(v string) { method GetModifiers (line 76) | func (o *KeyboardPressRequest) GetModifiers() []string { method GetModifiersOk (line 86) | func (o *KeyboardPressRequest) GetModifiersOk() ([]string, bool) { method HasModifiers (line 94) | func (o *KeyboardPressRequest) HasModifiers() bool { method SetModifiers (line 103) | func (o *KeyboardPressRequest) SetModifiers(v []string) { method MarshalJSON (line 107) | func (o KeyboardPressRequest) MarshalJSON() ([]byte, error) { method ToMap (line 115) | func (o KeyboardPressRequest) ToMap() (map[string]interface{}, error) { method UnmarshalJSON (line 129) | func (o *KeyboardPressRequest) UnmarshalJSON(data []byte) (err error) { type _KeyboardPressRequest (line 31) | type _KeyboardPressRequest function NewKeyboardPressRequest (line 37) | func NewKeyboardPressRequest(key string) *KeyboardPressRequest { function NewKeyboardPressRequestWithDefaults (line 46) | func NewKeyboardPressRequestWithDefaults() *KeyboardPressRequest { type NullableKeyboardPressRequest (line 172) | type NullableKeyboardPressRequest struct method Get (line 177) | func (v NullableKeyboardPressRequest) Get() *KeyboardPressRequest { method Set (line 181) | func (v *NullableKeyboardPressRequest) Set(val *KeyboardPressRequest) { method IsSet (line 186) | func (v NullableKeyboardPressRequest) IsSet() bool { method Unset (line 190) | func (v *NullableKeyboardPressRequest) Unset() { method MarshalJSON (line 199) | func (v NullableKeyboardPressRequest) MarshalJSON() ([]byte, error) { method UnmarshalJSON (line 203) | func (v *NullableKeyboardPressRequest) UnmarshalJSON(src []byte) error { function NewNullableKeyboardPressRequest (line 195) | func NewNullableKeyboardPressRequest(val *KeyboardPressRequest) *Nullabl... FILE: libs/api-client-go/model_keyboard_type_request.go type KeyboardTypeRequest (line 23) | type KeyboardTypeRequest struct method GetText (line 52) | func (o *KeyboardTypeRequest) GetText() string { method GetTextOk (line 63) | func (o *KeyboardTypeRequest) GetTextOk() (*string, bool) { method SetText (line 71) | func (o *KeyboardTypeRequest) SetText(v string) { method GetDelay (line 76) | func (o *KeyboardTypeRequest) GetDelay() float32 { method GetDelayOk (line 86) | func (o *KeyboardTypeRequest) GetDelayOk() (*float32, bool) { method HasDelay (line 94) | func (o *KeyboardTypeRequest) HasDelay() bool { method SetDelay (line 103) | func (o *KeyboardTypeRequest) SetDelay(v float32) { method MarshalJSON (line 107) | func (o KeyboardTypeRequest) MarshalJSON() ([]byte, error) { method ToMap (line 115) | func (o KeyboardTypeRequest) ToMap() (map[string]interface{}, error) { method UnmarshalJSON (line 129) | func (o *KeyboardTypeRequest) UnmarshalJSON(data []byte) (err error) { type _KeyboardTypeRequest (line 31) | type _KeyboardTypeRequest function NewKeyboardTypeRequest (line 37) | func NewKeyboardTypeRequest(text string) *KeyboardTypeRequest { function NewKeyboardTypeRequestWithDefaults (line 46) | func NewKeyboardTypeRequestWithDefaults() *KeyboardTypeRequest { type NullableKeyboardTypeRequest (line 172) | type NullableKeyboardTypeRequest struct method Get (line 177) | func (v NullableKeyboardTypeRequest) Get() *KeyboardTypeRequest { method Set (line 181) | func (v *NullableKeyboardTypeRequest) Set(val *KeyboardTypeRequest) { method IsSet (line 186) | func (v NullableKeyboardTypeRequest) IsSet() bool { method Unset (line 190) | func (v *NullableKeyboardTypeRequest) Unset() { method MarshalJSON (line 199) | func (v NullableKeyboardTypeRequest) MarshalJSON() ([]byte, error) { method UnmarshalJSON (line 203) | func (v *NullableKeyboardTypeRequest) UnmarshalJSON(src []byte) error { function NewNullableKeyboardTypeRequest (line 195) | func NewNullableKeyboardTypeRequest(val *KeyboardTypeRequest) *NullableK... FILE: libs/api-client-go/model_list_branch_response.go type ListBranchResponse (line 23) | type ListBranchResponse struct method GetBranches (line 49) | func (o *ListBranchResponse) GetBranches() []string { method GetBranchesOk (line 60) | func (o *ListBranchResponse) GetBranchesOk() ([]string, bool) { method SetBranches (line 68) | func (o *ListBranchResponse) SetBranches(v []string) { method MarshalJSON (line 72) | func (o ListBranchResponse) MarshalJSON() ([]byte, error) { method ToMap (line 80) | func (o ListBranchResponse) ToMap() (map[string]interface{}, error) { method UnmarshalJSON (line 91) | func (o *ListBranchResponse) UnmarshalJSON(data []byte) (err error) { type _ListBranchResponse (line 28) | type _ListBranchResponse function NewListBranchResponse (line 34) | func NewListBranchResponse(branches []string) *ListBranchResponse { function NewListBranchResponseWithDefaults (line 43) | func NewListBranchResponseWithDefaults() *ListBranchResponse { type NullableListBranchResponse (line 133) | type NullableListBranchResponse struct method Get (line 138) | func (v NullableListBranchResponse) Get() *ListBranchResponse { method Set (line 142) | func (v *NullableListBranchResponse) Set(val *ListBranchResponse) { method IsSet (line 147) | func (v NullableListBranchResponse) IsSet() bool { method Unset (line 151) | func (v *NullableListBranchResponse) Unset() { method MarshalJSON (line 160) | func (v NullableListBranchResponse) MarshalJSON() ([]byte, error) { method UnmarshalJSON (line 164) | func (v *NullableListBranchResponse) UnmarshalJSON(src []byte) error { function NewNullableListBranchResponse (line 156) | func NewNullableListBranchResponse(val *ListBranchResponse) *NullableLis... FILE: libs/api-client-go/model_log_entry.go type LogEntry (line 23) | type LogEntry struct method GetTimestamp (line 71) | func (o *LogEntry) GetTimestamp() string { method GetTimestampOk (line 82) | func (o *LogEntry) GetTimestampOk() (*string, bool) { method SetTimestamp (line 90) | func (o *LogEntry) SetTimestamp(v string) { method GetBody (line 95) | func (o *LogEntry) GetBody() string { method GetBodyOk (line 106) | func (o *LogEntry) GetBodyOk() (*string, bool) { method SetBody (line 114) | func (o *LogEntry) SetBody(v string) { method GetSeverityText (line 119) | func (o *LogEntry) GetSeverityText() string { method GetSeverityTextOk (line 130) | func (o *LogEntry) GetSeverityTextOk() (*string, bool) { method SetSeverityText (line 138) | func (o *LogEntry) SetSeverityText(v string) { method GetSeverityNumber (line 143) | func (o *LogEntry) GetSeverityNumber() float32 { method GetSeverityNumberOk (line 153) | func (o *LogEntry) GetSeverityNumberOk() (*float32, bool) { method HasSeverityNumber (line 161) | func (o *LogEntry) HasSeverityNumber() bool { method SetSeverityNumber (line 170) | func (o *LogEntry) SetSeverityNumber(v float32) { method GetServiceName (line 175) | func (o *LogEntry) GetServiceName() string { method GetServiceNameOk (line 186) | func (o *LogEntry) GetServiceNameOk() (*string, bool) { method SetServiceName (line 194) | func (o *LogEntry) SetServiceName(v string) { method GetResourceAttributes (line 199) | func (o *LogEntry) GetResourceAttributes() map[string]string { method GetResourceAttributesOk (line 210) | func (o *LogEntry) GetResourceAttributesOk() (*map[string]string, bool) { method SetResourceAttributes (line 218) | func (o *LogEntry) SetResourceAttributes(v map[string]string) { method GetLogAttributes (line 223) | func (o *LogEntry) GetLogAttributes() map[string]string { method GetLogAttributesOk (line 234) | func (o *LogEntry) GetLogAttributesOk() (*map[string]string, bool) { method SetLogAttributes (line 242) | func (o *LogEntry) SetLogAttributes(v map[string]string) { method GetTraceId (line 247) | func (o *LogEntry) GetTraceId() string { method GetTraceIdOk (line 257) | func (o *LogEntry) GetTraceIdOk() (*string, bool) { method HasTraceId (line 265) | func (o *LogEntry) HasTraceId() bool { method SetTraceId (line 274) | func (o *LogEntry) SetTraceId(v string) { method GetSpanId (line 279) | func (o *LogEntry) GetSpanId() string { method GetSpanIdOk (line 289) | func (o *LogEntry) GetSpanIdOk() (*string, bool) { method HasSpanId (line 297) | func (o *LogEntry) HasSpanId() bool { method SetSpanId (line 306) | func (o *LogEntry) SetSpanId(v string) { method MarshalJSON (line 310) | func (o LogEntry) MarshalJSON() ([]byte, error) { method ToMap (line 318) | func (o LogEntry) ToMap() (map[string]interface{}, error) { method UnmarshalJSON (line 343) | func (o *LogEntry) UnmarshalJSON(data []byte) (err error) { type _LogEntry (line 45) | type _LogEntry function NewLogEntry (line 51) | func NewLogEntry(timestamp string, body string, severityText string, ser... function NewLogEntryWithDefaults (line 65) | func NewLogEntryWithDefaults() *LogEntry { type NullableLogEntry (line 398) | type NullableLogEntry struct method Get (line 403) | func (v NullableLogEntry) Get() *LogEntry { method Set (line 407) | func (v *NullableLogEntry) Set(val *LogEntry) { method IsSet (line 412) | func (v NullableLogEntry) IsSet() bool { method Unset (line 416) | func (v *NullableLogEntry) Unset() { method MarshalJSON (line 425) | func (v NullableLogEntry) MarshalJSON() ([]byte, error) { method UnmarshalJSON (line 429) | func (v *NullableLogEntry) UnmarshalJSON(src []byte) error { function NewNullableLogEntry (line 421) | func NewNullableLogEntry(val *LogEntry) *NullableLogEntry { FILE: libs/api-client-go/model_lsp_completion_params.go type LspCompletionParams (line 23) | type LspCompletionParams struct method GetLanguageId (line 59) | func (o *LspCompletionParams) GetLanguageId() string { method GetLanguageIdOk (line 70) | func (o *LspCompletionParams) GetLanguageIdOk() (*string, bool) { method SetLanguageId (line 78) | func (o *LspCompletionParams) SetLanguageId(v string) { method GetPathToProject (line 83) | func (o *LspCompletionParams) GetPathToProject() string { method GetPathToProjectOk (line 94) | func (o *LspCompletionParams) GetPathToProjectOk() (*string, bool) { method SetPathToProject (line 102) | func (o *LspCompletionParams) SetPathToProject(v string) { method GetUri (line 107) | func (o *LspCompletionParams) GetUri() string { method GetUriOk (line 118) | func (o *LspCompletionParams) GetUriOk() (*string, bool) { method SetUri (line 126) | func (o *LspCompletionParams) SetUri(v string) { method GetPosition (line 131) | func (o *LspCompletionParams) GetPosition() Position { method GetPositionOk (line 142) | func (o *LspCompletionParams) GetPositionOk() (*Position, bool) { method SetPosition (line 150) | func (o *LspCompletionParams) SetPosition(v Position) { method GetContext (line 155) | func (o *LspCompletionParams) GetContext() CompletionContext { method GetContextOk (line 165) | func (o *LspCompletionParams) GetContextOk() (*CompletionContext, bool) { method HasContext (line 173) | func (o *LspCompletionParams) HasContext() bool { method SetContext (line 182) | func (o *LspCompletionParams) SetContext(v CompletionContext) { method MarshalJSON (line 186) | func (o LspCompletionParams) MarshalJSON() ([]byte, error) { method ToMap (line 194) | func (o LspCompletionParams) ToMap() (map[string]interface{}, error) { method UnmarshalJSON (line 211) | func (o *LspCompletionParams) UnmarshalJSON(data []byte) (err error) { type _LspCompletionParams (line 35) | type _LspCompletionParams function NewLspCompletionParams (line 41) | func NewLspCompletionParams(languageId string, pathToProject string, uri... function NewLspCompletionParamsWithDefaults (line 53) | func NewLspCompletionParamsWithDefaults() *LspCompletionParams { type NullableLspCompletionParams (line 260) | type NullableLspCompletionParams struct method Get (line 265) | func (v NullableLspCompletionParams) Get() *LspCompletionParams { method Set (line 269) | func (v *NullableLspCompletionParams) Set(val *LspCompletionParams) { method IsSet (line 274) | func (v NullableLspCompletionParams) IsSet() bool { method Unset (line 278) | func (v *NullableLspCompletionParams) Unset() { method MarshalJSON (line 287) | func (v NullableLspCompletionParams) MarshalJSON() ([]byte, error) { method UnmarshalJSON (line 291) | func (v *NullableLspCompletionParams) UnmarshalJSON(src []byte) error { function NewNullableLspCompletionParams (line 283) | func NewNullableLspCompletionParams(val *LspCompletionParams) *NullableL... FILE: libs/api-client-go/model_lsp_document_request.go type LspDocumentRequest (line 23) | type LspDocumentRequest struct method GetLanguageId (line 56) | func (o *LspDocumentRequest) GetLanguageId() string { method GetLanguageIdOk (line 67) | func (o *LspDocumentRequest) GetLanguageIdOk() (*string, bool) { method SetLanguageId (line 75) | func (o *LspDocumentRequest) SetLanguageId(v string) { method GetPathToProject (line 80) | func (o *LspDocumentRequest) GetPathToProject() string { method GetPathToProjectOk (line 91) | func (o *LspDocumentRequest) GetPathToProjectOk() (*string, bool) { method SetPathToProject (line 99) | func (o *LspDocumentRequest) SetPathToProject(v string) { method GetUri (line 104) | func (o *LspDocumentRequest) GetUri() string { method GetUriOk (line 115) | func (o *LspDocumentRequest) GetUriOk() (*string, bool) { method SetUri (line 123) | func (o *LspDocumentRequest) SetUri(v string) { method MarshalJSON (line 127) | func (o LspDocumentRequest) MarshalJSON() ([]byte, error) { method ToMap (line 135) | func (o LspDocumentRequest) ToMap() (map[string]interface{}, error) { method UnmarshalJSON (line 148) | func (o *LspDocumentRequest) UnmarshalJSON(data []byte) (err error) { type _LspDocumentRequest (line 33) | type _LspDocumentRequest function NewLspDocumentRequest (line 39) | func NewLspDocumentRequest(languageId string, pathToProject string, uri ... function NewLspDocumentRequestWithDefaults (line 50) | func NewLspDocumentRequestWithDefaults() *LspDocumentRequest { type NullableLspDocumentRequest (line 194) | type NullableLspDocumentRequest struct method Get (line 199) | func (v NullableLspDocumentRequest) Get() *LspDocumentRequest { method Set (line 203) | func (v *NullableLspDocumentRequest) Set(val *LspDocumentRequest) { method IsSet (line 208) | func (v NullableLspDocumentRequest) IsSet() bool { method Unset (line 212) | func (v *NullableLspDocumentRequest) Unset() { method MarshalJSON (line 221) | func (v NullableLspDocumentRequest) MarshalJSON() ([]byte, error) { method UnmarshalJSON (line 225) | func (v *NullableLspDocumentRequest) UnmarshalJSON(src []byte) error { function NewNullableLspDocumentRequest (line 217) | func NewNullableLspDocumentRequest(val *LspDocumentRequest) *NullableLsp... FILE: libs/api-client-go/model_lsp_location.go type LspLocation (line 23) | type LspLocation struct method GetRange (line 51) | func (o *LspLocation) GetRange() Range { method GetRangeOk (line 62) | func (o *LspLocation) GetRangeOk() (*Range, bool) { method SetRange (line 70) | func (o *LspLocation) SetRange(v Range) { method GetUri (line 75) | func (o *LspLocation) GetUri() string { method GetUriOk (line 86) | func (o *LspLocation) GetUriOk() (*string, bool) { method SetUri (line 94) | func (o *LspLocation) SetUri(v string) { method MarshalJSON (line 98) | func (o LspLocation) MarshalJSON() ([]byte, error) { method ToMap (line 106) | func (o LspLocation) ToMap() (map[string]interface{}, error) { method UnmarshalJSON (line 118) | func (o *LspLocation) UnmarshalJSON(data []byte) (err error) { type _LspLocation (line 29) | type _LspLocation function NewLspLocation (line 35) | func NewLspLocation(range_ Range, uri string) *LspLocation { function NewLspLocationWithDefaults (line 45) | func NewLspLocationWithDefaults() *LspLocation { type NullableLspLocation (line 162) | type NullableLspLocation struct method Get (line 167) | func (v NullableLspLocation) Get() *LspLocation { method Set (line 171) | func (v *NullableLspLocation) Set(val *LspLocation) { method IsSet (line 176) | func (v NullableLspLocation) IsSet() bool { method Unset (line 180) | func (v *NullableLspLocation) Unset() { method MarshalJSON (line 189) | func (v NullableLspLocation) MarshalJSON() ([]byte, error) { method UnmarshalJSON (line 193) | func (v *NullableLspLocation) UnmarshalJSON(src []byte) error { function NewNullableLspLocation (line 185) | func NewNullableLspLocation(val *LspLocation) *NullableLspLocation { FILE: libs/api-client-go/model_lsp_server_request.go type LspServerRequest (line 23) | type LspServerRequest struct method GetLanguageId (line 53) | func (o *LspServerRequest) GetLanguageId() string { method GetLanguageIdOk (line 64) | func (o *LspServerRequest) GetLanguageIdOk() (*string, bool) { method SetLanguageId (line 72) | func (o *LspServerRequest) SetLanguageId(v string) { method GetPathToProject (line 77) | func (o *LspServerRequest) GetPathToProject() string { method GetPathToProjectOk (line 88) | func (o *LspServerRequest) GetPathToProjectOk() (*string, bool) { method SetPathToProject (line 96) | func (o *LspServerRequest) SetPathToProject(v string) { method MarshalJSON (line 100) | func (o LspServerRequest) MarshalJSON() ([]byte, error) { method ToMap (line 108) | func (o LspServerRequest) ToMap() (map[string]interface{}, error) { method UnmarshalJSON (line 120) | func (o *LspServerRequest) UnmarshalJSON(data []byte) (err error) { type _LspServerRequest (line 31) | type _LspServerRequest function NewLspServerRequest (line 37) | func NewLspServerRequest(languageId string, pathToProject string) *LspSe... function NewLspServerRequestWithDefaults (line 47) | func NewLspServerRequestWithDefaults() *LspServerRequest { type NullableLspServerRequest (line 164) | type NullableLspServerRequest struct method Get (line 169) | func (v NullableLspServerRequest) Get() *LspServerRequest { method Set (line 173) | func (v *NullableLspServerRequest) Set(val *LspServerRequest) { method IsSet (line 178) | func (v NullableLspServerRequest) IsSet() bool { method Unset (line 182) | func (v *NullableLspServerRequest) Unset() { method MarshalJSON (line 191) | func (v NullableLspServerRequest) MarshalJSON() ([]byte, error) { method UnmarshalJSON (line 195) | func (v *NullableLspServerRequest) UnmarshalJSON(src []byte) error { function NewNullableLspServerRequest (line 187) | func NewNullableLspServerRequest(val *LspServerRequest) *NullableLspServ... FILE: libs/api-client-go/model_lsp_symbol.go type LspSymbol (line 23) | type LspSymbol struct method GetKind (line 53) | func (o *LspSymbol) GetKind() float32 { method GetKindOk (line 64) | func (o *LspSymbol) GetKindOk() (*float32, bool) { method SetKind (line 72) | func (o *LspSymbol) SetKind(v float32) { method GetLocation (line 77) | func (o *LspSymbol) GetLocation() LspLocation { method GetLocationOk (line 88) | func (o *LspSymbol) GetLocationOk() (*LspLocation, bool) { method SetLocation (line 96) | func (o *LspSymbol) SetLocation(v LspLocation) { method GetName (line 101) | func (o *LspSymbol) GetName() string { method GetNameOk (line 112) | func (o *LspSymbol) GetNameOk() (*string, bool) { method SetName (line 120) | func (o *LspSymbol) SetName(v string) { method MarshalJSON (line 124) | func (o LspSymbol) MarshalJSON() ([]byte, error) { method ToMap (line 132) | func (o LspSymbol) ToMap() (map[string]interface{}, error) { method UnmarshalJSON (line 145) | func (o *LspSymbol) UnmarshalJSON(data []byte) (err error) { type _LspSymbol (line 30) | type _LspSymbol function NewLspSymbol (line 36) | func NewLspSymbol(kind float32, location LspLocation, name string) *LspS... function NewLspSymbolWithDefaults (line 47) | func NewLspSymbolWithDefaults() *LspSymbol { type NullableLspSymbol (line 191) | type NullableLspSymbol struct method Get (line 196) | func (v NullableLspSymbol) Get() *LspSymbol { method Set (line 200) | func (v *NullableLspSymbol) Set(val *LspSymbol) { method IsSet (line 205) | func (v NullableLspSymbol) IsSet() bool { method Unset (line 209) | func (v *NullableLspSymbol) Unset() { method MarshalJSON (line 218) | func (v NullableLspSymbol) MarshalJSON() ([]byte, error) { method UnmarshalJSON (line 222) | func (v *NullableLspSymbol) UnmarshalJSON(src []byte) error { function NewNullableLspSymbol (line 214) | func NewNullableLspSymbol(val *LspSymbol) *NullableLspSymbol { FILE: libs/api-client-go/model_match.go type Match (line 23) | type Match struct method GetFile (line 53) | func (o *Match) GetFile() string { method GetFileOk (line 64) | func (o *Match) GetFileOk() (*string, bool) { method SetFile (line 72) | func (o *Match) SetFile(v string) { method GetLine (line 77) | func (o *Match) GetLine() float32 { method GetLineOk (line 88) | func (o *Match) GetLineOk() (*float32, bool) { method SetLine (line 96) | func (o *Match) SetLine(v float32) { method GetContent (line 101) | func (o *Match) GetContent() string { method GetContentOk (line 112) | func (o *Match) GetContentOk() (*string, bool) { method SetContent (line 120) | func (o *Match) SetContent(v string) { method MarshalJSON (line 124) | func (o Match) MarshalJSON() ([]byte, error) { method ToMap (line 132) | func (o Match) ToMap() (map[string]interface{}, error) { method UnmarshalJSON (line 145) | func (o *Match) UnmarshalJSON(data []byte) (err error) { type _Match (line 30) | type _Match function NewMatch (line 36) | func NewMatch(file string, line float32, content string) *Match { function NewMatchWithDefaults (line 47) | func NewMatchWithDefaults() *Match { type NullableMatch (line 191) | type NullableMatch struct method Get (line 196) | func (v NullableMatch) Get() *Match { method Set (line 200) | func (v *NullableMatch) Set(val *Match) { method IsSet (line 205) | func (v NullableMatch) IsSet() bool { method Unset (line 209) | func (v *NullableMatch) Unset() { method MarshalJSON (line 218) | func (v NullableMatch) MarshalJSON() ([]byte, error) { method UnmarshalJSON (line 222) | func (v *NullableMatch) UnmarshalJSON(src []byte) error { function NewNullableMatch (line 214) | func NewNullableMatch(val *Match) *NullableMatch { FILE: libs/api-client-go/model_metric_data_point.go type MetricDataPoint (line 23) | type MetricDataPoint struct method GetTimestamp (line 53) | func (o *MetricDataPoint) GetTimestamp() string { method GetTimestampOk (line 64) | func (o *MetricDataPoint) GetTimestampOk() (*string, bool) { method SetTimestamp (line 72) | func (o *MetricDataPoint) SetTimestamp(v string) { method GetValue (line 77) | func (o *MetricDataPoint) GetValue() float32 { method GetValueOk (line 88) | func (o *MetricDataPoint) GetValueOk() (*float32, bool) { method SetValue (line 96) | func (o *MetricDataPoint) SetValue(v float32) { method MarshalJSON (line 100) | func (o MetricDataPoint) MarshalJSON() ([]byte, error) { method ToMap (line 108) | func (o MetricDataPoint) ToMap() (map[string]interface{}, error) { method UnmarshalJSON (line 120) | func (o *MetricDataPoint) UnmarshalJSON(data []byte) (err error) { type _MetricDataPoint (line 31) | type _MetricDataPoint function NewMetricDataPoint (line 37) | func NewMetricDataPoint(timestamp string, value float32) *MetricDataPoint { function NewMetricDataPointWithDefaults (line 47) | func NewMetricDataPointWithDefaults() *MetricDataPoint { type NullableMetricDataPoint (line 164) | type NullableMetricDataPoint struct method Get (line 169) | func (v NullableMetricDataPoint) Get() *MetricDataPoint { method Set (line 173) | func (v *NullableMetricDataPoint) Set(val *MetricDataPoint) { method IsSet (line 178) | func (v NullableMetricDataPoint) IsSet() bool { method Unset (line 182) | func (v *NullableMetricDataPoint) Unset() { method MarshalJSON (line 191) | func (v NullableMetricDataPoint) MarshalJSON() ([]byte, error) { method UnmarshalJSON (line 195) | func (v *NullableMetricDataPoint) UnmarshalJSON(src []byte) error { function NewNullableMetricDataPoint (line 187) | func NewNullableMetricDataPoint(val *MetricDataPoint) *NullableMetricDat... FILE: libs/api-client-go/model_metric_series.go type MetricSeries (line 23) | type MetricSeries struct method GetMetricName (line 53) | func (o *MetricSeries) GetMetricName() string { method GetMetricNameOk (line 64) | func (o *MetricSeries) GetMetricNameOk() (*string, bool) { method SetMetricName (line 72) | func (o *MetricSeries) SetMetricName(v string) { method GetDataPoints (line 77) | func (o *MetricSeries) GetDataPoints() []MetricDataPoint { method GetDataPointsOk (line 88) | func (o *MetricSeries) GetDataPointsOk() ([]MetricDataPoint, bool) { method SetDataPoints (line 96) | func (o *MetricSeries) SetDataPoints(v []MetricDataPoint) { method MarshalJSON (line 100) | func (o MetricSeries) MarshalJSON() ([]byte, error) { method ToMap (line 108) | func (o MetricSeries) ToMap() (map[string]interface{}, error) { method UnmarshalJSON (line 120) | func (o *MetricSeries) UnmarshalJSON(data []byte) (err error) { type _MetricSeries (line 31) | type _MetricSeries function NewMetricSeries (line 37) | func NewMetricSeries(metricName string, dataPoints []MetricDataPoint) *M... function NewMetricSeriesWithDefaults (line 47) | func NewMetricSeriesWithDefaults() *MetricSeries { type NullableMetricSeries (line 164) | type NullableMetricSeries struct method Get (line 169) | func (v NullableMetricSeries) Get() *MetricSeries { method Set (line 173) | func (v *NullableMetricSeries) Set(val *MetricSeries) { method IsSet (line 178) | func (v NullableMetricSeries) IsSet() bool { method Unset (line 182) | func (v *NullableMetricSeries) Unset() { method MarshalJSON (line 191) | func (v NullableMetricSeries) MarshalJSON() ([]byte, error) { method UnmarshalJSON (line 195) | func (v *NullableMetricSeries) UnmarshalJSON(src []byte) error { function NewNullableMetricSeries (line 187) | func NewNullableMetricSeries(val *MetricSeries) *NullableMetricSeries { FILE: libs/api-client-go/model_metrics_response.go type MetricsResponse (line 23) | type MetricsResponse struct method GetSeries (line 50) | func (o *MetricsResponse) GetSeries() []MetricSeries { method GetSeriesOk (line 61) | func (o *MetricsResponse) GetSeriesOk() ([]MetricSeries, bool) { method SetSeries (line 69) | func (o *MetricsResponse) SetSeries(v []MetricSeries) { method MarshalJSON (line 73) | func (o MetricsResponse) MarshalJSON() ([]byte, error) { method ToMap (line 81) | func (o MetricsResponse) ToMap() (map[string]interface{}, error) { method UnmarshalJSON (line 92) | func (o *MetricsResponse) UnmarshalJSON(data []byte) (err error) { type _MetricsResponse (line 29) | type _MetricsResponse function NewMetricsResponse (line 35) | func NewMetricsResponse(series []MetricSeries) *MetricsResponse { function NewMetricsResponseWithDefaults (line 44) | func NewMetricsResponseWithDefaults() *MetricsResponse { type NullableMetricsResponse (line 134) | type NullableMetricsResponse struct method Get (line 139) | func (v NullableMetricsResponse) Get() *MetricsResponse { method Set (line 143) | func (v *NullableMetricsResponse) Set(val *MetricsResponse) { method IsSet (line 148) | func (v NullableMetricsResponse) IsSet() bool { method Unset (line 152) | func (v *NullableMetricsResponse) Unset() { method MarshalJSON (line 161) | func (v NullableMetricsResponse) MarshalJSON() ([]byte, error) { method UnmarshalJSON (line 165) | func (v *NullableMetricsResponse) UnmarshalJSON(src []byte) error { function NewNullableMetricsResponse (line 157) | func NewNullableMetricsResponse(val *MetricsResponse) *NullableMetricsRe... FILE: libs/api-client-go/model_mouse_click_request.go type MouseClickRequest (line 23) | type MouseClickRequest struct method GetX (line 57) | func (o *MouseClickRequest) GetX() float32 { method GetXOk (line 68) | func (o *MouseClickRequest) GetXOk() (*float32, bool) { method SetX (line 76) | func (o *MouseClickRequest) SetX(v float32) { method GetY (line 81) | func (o *MouseClickRequest) GetY() float32 { method GetYOk (line 92) | func (o *MouseClickRequest) GetYOk() (*float32, bool) { method SetY (line 100) | func (o *MouseClickRequest) SetY(v float32) { method GetButton (line 105) | func (o *MouseClickRequest) GetButton() string { method GetButtonOk (line 115) | func (o *MouseClickRequest) GetButtonOk() (*string, bool) { method HasButton (line 123) | func (o *MouseClickRequest) HasButton() bool { method SetButton (line 132) | func (o *MouseClickRequest) SetButton(v string) { method GetDouble (line 137) | func (o *MouseClickRequest) GetDouble() bool { method GetDoubleOk (line 147) | func (o *MouseClickRequest) GetDoubleOk() (*bool, bool) { method HasDouble (line 155) | func (o *MouseClickRequest) HasDouble() bool { method SetDouble (line 164) | func (o *MouseClickRequest) SetDouble(v bool) { method MarshalJSON (line 168) | func (o MouseClickRequest) MarshalJSON() ([]byte, error) { method ToMap (line 176) | func (o MouseClickRequest) ToMap() (map[string]interface{}, error) { method UnmarshalJSON (line 194) | func (o *MouseClickRequest) UnmarshalJSON(data []byte) (err error) { type _MouseClickRequest (line 35) | type _MouseClickRequest function NewMouseClickRequest (line 41) | func NewMouseClickRequest(x float32, y float32) *MouseClickRequest { function NewMouseClickRequestWithDefaults (line 51) | func NewMouseClickRequestWithDefaults() *MouseClickRequest { type NullableMouseClickRequest (line 240) | type NullableMouseClickRequest struct method Get (line 245) | func (v NullableMouseClickRequest) Get() *MouseClickRequest { method Set (line 249) | func (v *NullableMouseClickRequest) Set(val *MouseClickRequest) { method IsSet (line 254) | func (v NullableMouseClickRequest) IsSet() bool { method Unset (line 258) | func (v *NullableMouseClickRequest) Unset() { method MarshalJSON (line 267) | func (v NullableMouseClickRequest) MarshalJSON() ([]byte, error) { method UnmarshalJSON (line 271) | func (v *NullableMouseClickRequest) UnmarshalJSON(src []byte) error { function NewNullableMouseClickRequest (line 263) | func NewNullableMouseClickRequest(val *MouseClickRequest) *NullableMouse... FILE: libs/api-client-go/model_mouse_click_response.go type MouseClickResponse (line 23) | type MouseClickResponse struct method GetX (line 53) | func (o *MouseClickResponse) GetX() float32 { method GetXOk (line 64) | func (o *MouseClickResponse) GetXOk() (*float32, bool) { method SetX (line 72) | func (o *MouseClickResponse) SetX(v float32) { method GetY (line 77) | func (o *MouseClickResponse) GetY() float32 { method GetYOk (line 88) | func (o *MouseClickResponse) GetYOk() (*float32, bool) { method SetY (line 96) | func (o *MouseClickResponse) SetY(v float32) { method MarshalJSON (line 100) | func (o MouseClickResponse) MarshalJSON() ([]byte, error) { method ToMap (line 108) | func (o MouseClickResponse) ToMap() (map[string]interface{}, error) { method UnmarshalJSON (line 120) | func (o *MouseClickResponse) UnmarshalJSON(data []byte) (err error) { type _MouseClickResponse (line 31) | type _MouseClickResponse function NewMouseClickResponse (line 37) | func NewMouseClickResponse(x float32, y float32) *MouseClickResponse { function NewMouseClickResponseWithDefaults (line 47) | func NewMouseClickResponseWithDefaults() *MouseClickResponse { type NullableMouseClickResponse (line 164) | type NullableMouseClickResponse struct method Get (line 169) | func (v NullableMouseClickResponse) Get() *MouseClickResponse { method Set (line 173) | func (v *NullableMouseClickResponse) Set(val *MouseClickResponse) { method IsSet (line 178) | func (v NullableMouseClickResponse) IsSet() bool { method Unset (line 182) | func (v *NullableMouseClickResponse) Unset() { method MarshalJSON (line 191) | func (v NullableMouseClickResponse) MarshalJSON() ([]byte, error) { method UnmarshalJSON (line 195) | func (v *NullableMouseClickResponse) UnmarshalJSON(src []byte) error { function NewNullableMouseClickResponse (line 187) | func NewNullableMouseClickResponse(val *MouseClickResponse) *NullableMou... FILE: libs/api-client-go/model_mouse_drag_request.go type MouseDragRequest (line 23) | type MouseDragRequest struct method GetStartX (line 61) | func (o *MouseDragRequest) GetStartX() float32 { method GetStartXOk (line 72) | func (o *MouseDragRequest) GetStartXOk() (*float32, bool) { method SetStartX (line 80) | func (o *MouseDragRequest) SetStartX(v float32) { method GetStartY (line 85) | func (o *MouseDragRequest) GetStartY() float32 { method GetStartYOk (line 96) | func (o *MouseDragRequest) GetStartYOk() (*float32, bool) { method SetStartY (line 104) | func (o *MouseDragRequest) SetStartY(v float32) { method GetEndX (line 109) | func (o *MouseDragRequest) GetEndX() float32 { method GetEndXOk (line 120) | func (o *MouseDragRequest) GetEndXOk() (*float32, bool) { method SetEndX (line 128) | func (o *MouseDragRequest) SetEndX(v float32) { method GetEndY (line 133) | func (o *MouseDragRequest) GetEndY() float32 { method GetEndYOk (line 144) | func (o *MouseDragRequest) GetEndYOk() (*float32, bool) { method SetEndY (line 152) | func (o *MouseDragRequest) SetEndY(v float32) { method GetButton (line 157) | func (o *MouseDragRequest) GetButton() string { method GetButtonOk (line 167) | func (o *MouseDragRequest) GetButtonOk() (*string, bool) { method HasButton (line 175) | func (o *MouseDragRequest) HasButton() bool { method SetButton (line 184) | func (o *MouseDragRequest) SetButton(v string) { method MarshalJSON (line 188) | func (o MouseDragRequest) MarshalJSON() ([]byte, error) { method ToMap (line 196) | func (o MouseDragRequest) ToMap() (map[string]interface{}, error) { method UnmarshalJSON (line 213) | func (o *MouseDragRequest) UnmarshalJSON(data []byte) (err error) { type _MouseDragRequest (line 37) | type _MouseDragRequest function NewMouseDragRequest (line 43) | func NewMouseDragRequest(startX float32, startY float32, endX float32, e... function NewMouseDragRequestWithDefaults (line 55) | func NewMouseDragRequestWithDefaults() *MouseDragRequest { type NullableMouseDragRequest (line 262) | type NullableMouseDragRequest struct method Get (line 267) | func (v NullableMouseDragRequest) Get() *MouseDragRequest { method Set (line 271) | func (v *NullableMouseDragRequest) Set(val *MouseDragRequest) { method IsSet (line 276) | func (v NullableMouseDragRequest) IsSet() bool { method Unset (line 280) | func (v *NullableMouseDragRequest) Unset() { method MarshalJSON (line 289) | func (v NullableMouseDragRequest) MarshalJSON() ([]byte, error) { method UnmarshalJSON (line 293) | func (v *NullableMouseDragRequest) UnmarshalJSON(src []byte) error { function NewNullableMouseDragRequest (line 285) | func NewNullableMouseDragRequest(val *MouseDragRequest) *NullableMouseDr... FILE: libs/api-client-go/model_mouse_drag_response.go type MouseDragResponse (line 23) | type MouseDragResponse struct method GetX (line 53) | func (o *MouseDragResponse) GetX() float32 { method GetXOk (line 64) | func (o *MouseDragResponse) GetXOk() (*float32, bool) { method SetX (line 72) | func (o *MouseDragResponse) SetX(v float32) { method GetY (line 77) | func (o *MouseDragResponse) GetY() float32 { method GetYOk (line 88) | func (o *MouseDragResponse) GetYOk() (*float32, bool) { method SetY (line 96) | func (o *MouseDragResponse) SetY(v float32) { method MarshalJSON (line 100) | func (o MouseDragResponse) MarshalJSON() ([]byte, error) { method ToMap (line 108) | func (o MouseDragResponse) ToMap() (map[string]interface{}, error) { method UnmarshalJSON (line 120) | func (o *MouseDragResponse) UnmarshalJSON(data []byte) (err error) { type _MouseDragResponse (line 31) | type _MouseDragResponse function NewMouseDragResponse (line 37) | func NewMouseDragResponse(x float32, y float32) *MouseDragResponse { function NewMouseDragResponseWithDefaults (line 47) | func NewMouseDragResponseWithDefaults() *MouseDragResponse { type NullableMouseDragResponse (line 164) | type NullableMouseDragResponse struct method Get (line 169) | func (v NullableMouseDragResponse) Get() *MouseDragResponse { method Set (line 173) | func (v *NullableMouseDragResponse) Set(val *MouseDragResponse) { method IsSet (line 178) | func (v NullableMouseDragResponse) IsSet() bool { method Unset (line 182) | func (v *NullableMouseDragResponse) Unset() { method MarshalJSON (line 191) | func (v NullableMouseDragResponse) MarshalJSON() ([]byte, error) { method UnmarshalJSON (line 195) | func (v *NullableMouseDragResponse) UnmarshalJSON(src []byte) error { function NewNullableMouseDragResponse (line 187) | func NewNullableMouseDragResponse(val *MouseDragResponse) *NullableMouse... FILE: libs/api-client-go/model_mouse_move_request.go type MouseMoveRequest (line 23) | type MouseMoveRequest struct method GetX (line 53) | func (o *MouseMoveRequest) GetX() float32 { method GetXOk (line 64) | func (o *MouseMoveRequest) GetXOk() (*float32, bool) { method SetX (line 72) | func (o *MouseMoveRequest) SetX(v float32) { method GetY (line 77) | func (o *MouseMoveRequest) GetY() float32 { method GetYOk (line 88) | func (o *MouseMoveRequest) GetYOk() (*float32, bool) { method SetY (line 96) | func (o *MouseMoveRequest) SetY(v float32) { method MarshalJSON (line 100) | func (o MouseMoveRequest) MarshalJSON() ([]byte, error) { method ToMap (line 108) | func (o MouseMoveRequest) ToMap() (map[string]interface{}, error) { method UnmarshalJSON (line 120) | func (o *MouseMoveRequest) UnmarshalJSON(data []byte) (err error) { type _MouseMoveRequest (line 31) | type _MouseMoveRequest function NewMouseMoveRequest (line 37) | func NewMouseMoveRequest(x float32, y float32) *MouseMoveRequest { function NewMouseMoveRequestWithDefaults (line 47) | func NewMouseMoveRequestWithDefaults() *MouseMoveRequest { type NullableMouseMoveRequest (line 164) | type NullableMouseMoveRequest struct method Get (line 169) | func (v NullableMouseMoveRequest) Get() *MouseMoveRequest { method Set (line 173) | func (v *NullableMouseMoveRequest) Set(val *MouseMoveRequest) { method IsSet (line 178) | func (v NullableMouseMoveRequest) IsSet() bool { method Unset (line 182) | func (v *NullableMouseMoveRequest) Unset() { method MarshalJSON (line 191) | func (v NullableMouseMoveRequest) MarshalJSON() ([]byte, error) { method UnmarshalJSON (line 195) | func (v *NullableMouseMoveRequest) UnmarshalJSON(src []byte) error { function NewNullableMouseMoveRequest (line 187) | func NewNullableMouseMoveRequest(val *MouseMoveRequest) *NullableMouseMo... FILE: libs/api-client-go/model_mouse_move_response.go type MouseMoveResponse (line 23) | type MouseMoveResponse struct method GetX (line 53) | func (o *MouseMoveResponse) GetX() float32 { method GetXOk (line 64) | func (o *MouseMoveResponse) GetXOk() (*float32, bool) { method SetX (line 72) | func (o *MouseMoveResponse) SetX(v float32) { method GetY (line 77) | func (o *MouseMoveResponse) GetY() float32 { method GetYOk (line 88) | func (o *MouseMoveResponse) GetYOk() (*float32, bool) { method SetY (line 96) | func (o *MouseMoveResponse) SetY(v float32) { method MarshalJSON (line 100) | func (o MouseMoveResponse) MarshalJSON() ([]byte, error) { method ToMap (line 108) | func (o MouseMoveResponse) ToMap() (map[string]interface{}, error) { method UnmarshalJSON (line 120) | func (o *MouseMoveResponse) UnmarshalJSON(data []byte) (err error) { type _MouseMoveResponse (line 31) | type _MouseMoveResponse function NewMouseMoveResponse (line 37) | func NewMouseMoveResponse(x float32, y float32) *MouseMoveResponse { function NewMouseMoveResponseWithDefaults (line 47) | func NewMouseMoveResponseWithDefaults() *MouseMoveResponse { type NullableMouseMoveResponse (line 164) | type NullableMouseMoveResponse struct method Get (line 169) | func (v NullableMouseMoveResponse) Get() *MouseMoveResponse { method Set (line 173) | func (v *NullableMouseMoveResponse) Set(val *MouseMoveResponse) { method IsSet (line 178) | func (v NullableMouseMoveResponse) IsSet() bool { method Unset (line 182) | func (v *NullableMouseMoveResponse) Unset() { method MarshalJSON (line 191) | func (v NullableMouseMoveResponse) MarshalJSON() ([]byte, error) { method UnmarshalJSON (line 195) | func (v *NullableMouseMoveResponse) UnmarshalJSON(src []byte) error { function NewNullableMouseMoveResponse (line 187) | func NewNullableMouseMoveResponse(val *MouseMoveResponse) *NullableMouse... FILE: libs/api-client-go/model_mouse_position.go type MousePosition (line 23) | type MousePosition struct method GetX (line 53) | func (o *MousePosition) GetX() float32 { method GetXOk (line 64) | func (o *MousePosition) GetXOk() (*float32, bool) { method SetX (line 72) | func (o *MousePosition) SetX(v float32) { method GetY (line 77) | func (o *MousePosition) GetY() float32 { method GetYOk (line 88) | func (o *MousePosition) GetYOk() (*float32, bool) { method SetY (line 96) | func (o *MousePosition) SetY(v float32) { method MarshalJSON (line 100) | func (o MousePosition) MarshalJSON() ([]byte, error) { method ToMap (line 108) | func (o MousePosition) ToMap() (map[string]interface{}, error) { method UnmarshalJSON (line 120) | func (o *MousePosition) UnmarshalJSON(data []byte) (err error) { type _MousePosition (line 31) | type _MousePosition function NewMousePosition (line 37) | func NewMousePosition(x float32, y float32) *MousePosition { function NewMousePositionWithDefaults (line 47) | func NewMousePositionWithDefaults() *MousePosition { type NullableMousePosition (line 164) | type NullableMousePosition struct method Get (line 169) | func (v NullableMousePosition) Get() *MousePosition { method Set (line 173) | func (v *NullableMousePosition) Set(val *MousePosition) { method IsSet (line 178) | func (v NullableMousePosition) IsSet() bool { method Unset (line 182) | func (v *NullableMousePosition) Unset() { method MarshalJSON (line 191) | func (v NullableMousePosition) MarshalJSON() ([]byte, error) { method UnmarshalJSON (line 195) | func (v *NullableMousePosition) UnmarshalJSON(src []byte) error { function NewNullableMousePosition (line 187) | func NewNullableMousePosition(val *MousePosition) *NullableMousePosition { FILE: libs/api-client-go/model_mouse_scroll_request.go type MouseScrollRequest (line 23) | type MouseScrollRequest struct method GetX (line 58) | func (o *MouseScrollRequest) GetX() float32 { method GetXOk (line 69) | func (o *MouseScrollRequest) GetXOk() (*float32, bool) { method SetX (line 77) | func (o *MouseScrollRequest) SetX(v float32) { method GetY (line 82) | func (o *MouseScrollRequest) GetY() float32 { method GetYOk (line 93) | func (o *MouseScrollRequest) GetYOk() (*float32, bool) { method SetY (line 101) | func (o *MouseScrollRequest) SetY(v float32) { method GetDirection (line 106) | func (o *MouseScrollRequest) GetDirection() string { method GetDirectionOk (line 117) | func (o *MouseScrollRequest) GetDirectionOk() (*string, bool) { method SetDirection (line 125) | func (o *MouseScrollRequest) SetDirection(v string) { method GetAmount (line 130) | func (o *MouseScrollRequest) GetAmount() float32 { method GetAmountOk (line 140) | func (o *MouseScrollRequest) GetAmountOk() (*float32, bool) { method HasAmount (line 148) | func (o *MouseScrollRequest) HasAmount() bool { method SetAmount (line 157) | func (o *MouseScrollRequest) SetAmount(v float32) { method MarshalJSON (line 161) | func (o MouseScrollRequest) MarshalJSON() ([]byte, error) { method ToMap (line 169) | func (o MouseScrollRequest) ToMap() (map[string]interface{}, error) { method UnmarshalJSON (line 185) | func (o *MouseScrollRequest) UnmarshalJSON(data []byte) (err error) { type _MouseScrollRequest (line 35) | type _MouseScrollRequest function NewMouseScrollRequest (line 41) | func NewMouseScrollRequest(x float32, y float32, direction string) *Mous... function NewMouseScrollRequestWithDefaults (line 52) | func NewMouseScrollRequestWithDefaults() *MouseScrollRequest { type NullableMouseScrollRequest (line 232) | type NullableMouseScrollRequest struct method Get (line 237) | func (v NullableMouseScrollRequest) Get() *MouseScrollRequest { method Set (line 241) | func (v *NullableMouseScrollRequest) Set(val *MouseScrollRequest) { method IsSet (line 246) | func (v NullableMouseScrollRequest) IsSet() bool { method Unset (line 250) | func (v *NullableMouseScrollRequest) Unset() { method MarshalJSON (line 259) | func (v NullableMouseScrollRequest) MarshalJSON() ([]byte, error) { method UnmarshalJSON (line 263) | func (v *NullableMouseScrollRequest) UnmarshalJSON(src []byte) error { function NewNullableMouseScrollRequest (line 255) | func NewNullableMouseScrollRequest(val *MouseScrollRequest) *NullableMou... FILE: libs/api-client-go/model_mouse_scroll_response.go type MouseScrollResponse (line 23) | type MouseScrollResponse struct method GetSuccess (line 50) | func (o *MouseScrollResponse) GetSuccess() bool { method GetSuccessOk (line 61) | func (o *MouseScrollResponse) GetSuccessOk() (*bool, bool) { method SetSuccess (line 69) | func (o *MouseScrollResponse) SetSuccess(v bool) { method MarshalJSON (line 73) | func (o MouseScrollResponse) MarshalJSON() ([]byte, error) { method ToMap (line 81) | func (o MouseScrollResponse) ToMap() (map[string]interface{}, error) { method UnmarshalJSON (line 92) | func (o *MouseScrollResponse) UnmarshalJSON(data []byte) (err error) { type _MouseScrollResponse (line 29) | type _MouseScrollResponse function NewMouseScrollResponse (line 35) | func NewMouseScrollResponse(success bool) *MouseScrollResponse { function NewMouseScrollResponseWithDefaults (line 44) | func NewMouseScrollResponseWithDefaults() *MouseScrollResponse { type NullableMouseScrollResponse (line 134) | type NullableMouseScrollResponse struct method Get (line 139) | func (v NullableMouseScrollResponse) Get() *MouseScrollResponse { method Set (line 143) | func (v *NullableMouseScrollResponse) Set(val *MouseScrollResponse) { method IsSet (line 148) | func (v NullableMouseScrollResponse) IsSet() bool { method Unset (line 152) | func (v *NullableMouseScrollResponse) Unset() { method MarshalJSON (line 161) | func (v NullableMouseScrollResponse) MarshalJSON() ([]byte, error) { method UnmarshalJSON (line 165) | func (v *NullableMouseScrollResponse) UnmarshalJSON(src []byte) error { function NewNullableMouseScrollResponse (line 157) | func NewNullableMouseScrollResponse(val *MouseScrollResponse) *NullableM... FILE: libs/api-client-go/model_oidc_config.go type OidcConfig (line 23) | type OidcConfig struct method GetIssuer (line 56) | func (o *OidcConfig) GetIssuer() string { method GetIssuerOk (line 67) | func (o *OidcConfig) GetIssuerOk() (*string, bool) { method SetIssuer (line 75) | func (o *OidcConfig) SetIssuer(v string) { method GetClientId (line 80) | func (o *OidcConfig) GetClientId() string { method GetClientIdOk (line 91) | func (o *OidcConfig) GetClientIdOk() (*string, bool) { method SetClientId (line 99) | func (o *OidcConfig) SetClientId(v string) { method GetAudience (line 104) | func (o *OidcConfig) GetAudience() string { method GetAudienceOk (line 115) | func (o *OidcConfig) GetAudienceOk() (*string, bool) { method SetAudience (line 123) | func (o *OidcConfig) SetAudience(v string) { method MarshalJSON (line 127) | func (o OidcConfig) MarshalJSON() ([]byte, error) { method ToMap (line 135) | func (o OidcConfig) ToMap() (map[string]interface{}, error) { method UnmarshalJSON (line 148) | func (o *OidcConfig) UnmarshalJSON(data []byte) (err error) { type _OidcConfig (line 33) | type _OidcConfig function NewOidcConfig (line 39) | func NewOidcConfig(issuer string, clientId string, audience string) *Oid... function NewOidcConfigWithDefaults (line 50) | func NewOidcConfigWithDefaults() *OidcConfig { type NullableOidcConfig (line 194) | type NullableOidcConfig struct method Get (line 199) | func (v NullableOidcConfig) Get() *OidcConfig { method Set (line 203) | func (v *NullableOidcConfig) Set(val *OidcConfig) { method IsSet (line 208) | func (v NullableOidcConfig) IsSet() bool { method Unset (line 212) | func (v *NullableOidcConfig) Unset() { method MarshalJSON (line 221) | func (v NullableOidcConfig) MarshalJSON() ([]byte, error) { method UnmarshalJSON (line 225) | func (v *NullableOidcConfig) UnmarshalJSON(src []byte) error { function NewNullableOidcConfig (line 217) | func NewNullableOidcConfig(val *OidcConfig) *NullableOidcConfig { FILE: libs/api-client-go/model_organization.go type Organization (line 24) | type Organization struct method GetId (line 121) | func (o *Organization) GetId() string { method GetIdOk (line 132) | func (o *Organization) GetIdOk() (*string, bool) { method SetId (line 140) | func (o *Organization) SetId(v string) { method GetName (line 145) | func (o *Organization) GetName() string { method GetNameOk (line 156) | func (o *Organization) GetNameOk() (*string, bool) { method SetName (line 164) | func (o *Organization) SetName(v string) { method GetCreatedBy (line 169) | func (o *Organization) GetCreatedBy() string { method GetCreatedByOk (line 180) | func (o *Organization) GetCreatedByOk() (*string, bool) { method SetCreatedBy (line 188) | func (o *Organization) SetCreatedBy(v string) { method GetPersonal (line 193) | func (o *Organization) GetPersonal() bool { method GetPersonalOk (line 204) | func (o *Organization) GetPersonalOk() (*bool, bool) { method SetPersonal (line 212) | func (o *Organization) SetPersonal(v bool) { method GetCreatedAt (line 217) | func (o *Organization) GetCreatedAt() time.Time { method GetCreatedAtOk (line 228) | func (o *Organization) GetCreatedAtOk() (*time.Time, bool) { method SetCreatedAt (line 236) | func (o *Organization) SetCreatedAt(v time.Time) { method GetUpdatedAt (line 241) | func (o *Organization) GetUpdatedAt() time.Time { method GetUpdatedAtOk (line 252) | func (o *Organization) GetUpdatedAtOk() (*time.Time, bool) { method SetUpdatedAt (line 260) | func (o *Organization) SetUpdatedAt(v time.Time) { method GetSuspended (line 265) | func (o *Organization) GetSuspended() bool { method GetSuspendedOk (line 276) | func (o *Organization) GetSuspendedOk() (*bool, bool) { method SetSuspended (line 284) | func (o *Organization) SetSuspended(v bool) { method GetSuspendedAt (line 289) | func (o *Organization) GetSuspendedAt() time.Time { method GetSuspendedAtOk (line 300) | func (o *Organization) GetSuspendedAtOk() (*time.Time, bool) { method SetSuspendedAt (line 308) | func (o *Organization) SetSuspendedAt(v time.Time) { method GetSuspensionReason (line 313) | func (o *Organization) GetSuspensionReason() string { method GetSuspensionReasonOk (line 324) | func (o *Organization) GetSuspensionReasonOk() (*string, bool) { method SetSuspensionReason (line 332) | func (o *Organization) SetSuspensionReason(v string) { method GetSuspendedUntil (line 337) | func (o *Organization) GetSuspendedUntil() time.Time { method GetSuspendedUntilOk (line 348) | func (o *Organization) GetSuspendedUntilOk() (*time.Time, bool) { method SetSuspendedUntil (line 356) | func (o *Organization) SetSuspendedUntil(v time.Time) { method GetSuspensionCleanupGracePeriodHours (line 361) | func (o *Organization) GetSuspensionCleanupGracePeriodHours() float32 { method GetSuspensionCleanupGracePeriodHoursOk (line 372) | func (o *Organization) GetSuspensionCleanupGracePeriodHoursOk() (*floa... method SetSuspensionCleanupGracePeriodHours (line 380) | func (o *Organization) SetSuspensionCleanupGracePeriodHours(v float32) { method GetMaxCpuPerSandbox (line 385) | func (o *Organization) GetMaxCpuPerSandbox() float32 { method GetMaxCpuPerSandboxOk (line 396) | func (o *Organization) GetMaxCpuPerSandboxOk() (*float32, bool) { method SetMaxCpuPerSandbox (line 404) | func (o *Organization) SetMaxCpuPerSandbox(v float32) { method GetMaxMemoryPerSandbox (line 409) | func (o *Organization) GetMaxMemoryPerSandbox() float32 { method GetMaxMemoryPerSandboxOk (line 420) | func (o *Organization) GetMaxMemoryPerSandboxOk() (*float32, bool) { method SetMaxMemoryPerSandbox (line 428) | func (o *Organization) SetMaxMemoryPerSandbox(v float32) { method GetMaxDiskPerSandbox (line 433) | func (o *Organization) GetMaxDiskPerSandbox() float32 { method GetMaxDiskPerSandboxOk (line 444) | func (o *Organization) GetMaxDiskPerSandboxOk() (*float32, bool) { method SetMaxDiskPerSandbox (line 452) | func (o *Organization) SetMaxDiskPerSandbox(v float32) { method GetSnapshotDeactivationTimeoutMinutes (line 457) | func (o *Organization) GetSnapshotDeactivationTimeoutMinutes() float32 { method GetSnapshotDeactivationTimeoutMinutesOk (line 468) | func (o *Organization) GetSnapshotDeactivationTimeoutMinutesOk() (*flo... method SetSnapshotDeactivationTimeoutMinutes (line 476) | func (o *Organization) SetSnapshotDeactivationTimeoutMinutes(v float32) { method GetSandboxLimitedNetworkEgress (line 481) | func (o *Organization) GetSandboxLimitedNetworkEgress() bool { method GetSandboxLimitedNetworkEgressOk (line 492) | func (o *Organization) GetSandboxLimitedNetworkEgressOk() (*bool, bool) { method SetSandboxLimitedNetworkEgress (line 500) | func (o *Organization) SetSandboxLimitedNetworkEgress(v bool) { method GetDefaultRegionId (line 505) | func (o *Organization) GetDefaultRegionId() string { method GetDefaultRegionIdOk (line 515) | func (o *Organization) GetDefaultRegionIdOk() (*string, bool) { method HasDefaultRegionId (line 523) | func (o *Organization) HasDefaultRegionId() bool { method SetDefaultRegionId (line 532) | func (o *Organization) SetDefaultRegionId(v string) { method GetAuthenticatedRateLimit (line 538) | func (o *Organization) GetAuthenticatedRateLimit() float32 { method GetAuthenticatedRateLimitOk (line 550) | func (o *Organization) GetAuthenticatedRateLimitOk() (*float32, bool) { method SetAuthenticatedRateLimit (line 558) | func (o *Organization) SetAuthenticatedRateLimit(v float32) { method GetSandboxCreateRateLimit (line 564) | func (o *Organization) GetSandboxCreateRateLimit() float32 { method GetSandboxCreateRateLimitOk (line 576) | func (o *Organization) GetSandboxCreateRateLimitOk() (*float32, bool) { method SetSandboxCreateRateLimit (line 584) | func (o *Organization) SetSandboxCreateRateLimit(v float32) { method GetSandboxLifecycleRateLimit (line 590) | func (o *Organization) GetSandboxLifecycleRateLimit() float32 { method GetSandboxLifecycleRateLimitOk (line 602) | func (o *Organization) GetSandboxLifecycleRateLimitOk() (*float32, boo... method SetSandboxLifecycleRateLimit (line 610) | func (o *Organization) SetSandboxLifecycleRateLimit(v float32) { method GetExperimentalConfig (line 615) | func (o *Organization) GetExperimentalConfig() map[string]interface{} { method GetExperimentalConfigOk (line 626) | func (o *Organization) GetExperimentalConfigOk() (map[string]interface... method SetExperimentalConfig (line 634) | func (o *Organization) SetExperimentalConfig(v map[string]interface{}) { method GetAuthenticatedRateLimitTtlSeconds (line 640) | func (o *Organization) GetAuthenticatedRateLimitTtlSeconds() float32 { method GetAuthenticatedRateLimitTtlSecondsOk (line 652) | func (o *Organization) GetAuthenticatedRateLimitTtlSecondsOk() (*float... method SetAuthenticatedRateLimitTtlSeconds (line 660) | func (o *Organization) SetAuthenticatedRateLimitTtlSeconds(v float32) { method GetSandboxCreateRateLimitTtlSeconds (line 666) | func (o *Organization) GetSandboxCreateRateLimitTtlSeconds() float32 { method GetSandboxCreateRateLimitTtlSecondsOk (line 678) | func (o *Organization) GetSandboxCreateRateLimitTtlSecondsOk() (*float... method SetSandboxCreateRateLimitTtlSeconds (line 686) | func (o *Organization) SetSandboxCreateRateLimitTtlSeconds(v float32) { method GetSandboxLifecycleRateLimitTtlSeconds (line 692) | func (o *Organization) GetSandboxLifecycleRateLimitTtlSeconds() float32 { method GetSandboxLifecycleRateLimitTtlSecondsOk (line 704) | func (o *Organization) GetSandboxLifecycleRateLimitTtlSecondsOk() (*fl... method SetSandboxLifecycleRateLimitTtlSeconds (line 712) | func (o *Organization) SetSandboxLifecycleRateLimitTtlSeconds(v float3... method MarshalJSON (line 716) | func (o Organization) MarshalJSON() ([]byte, error) { method ToMap (line 724) | func (o Organization) ToMap() (map[string]interface{}, error) { method UnmarshalJSON (line 760) | func (o *Organization) UnmarshalJSON(data []byte) (err error) { type _Organization (line 76) | type _Organization function NewOrganization (line 82) | func NewOrganization(id string, name string, createdBy string, personal ... function NewOrganizationWithDefaults (line 113) | func NewOrganizationWithDefaults() *Organization { type NullableOrganization (line 847) | type NullableOrganization struct method Get (line 852) | func (v NullableOrganization) Get() *Organization { method Set (line 856) | func (v *NullableOrganization) Set(val *Organization) { method IsSet (line 861) | func (v NullableOrganization) IsSet() bool { method Unset (line 865) | func (v *NullableOrganization) Unset() { method MarshalJSON (line 874) | func (v NullableOrganization) MarshalJSON() ([]byte, error) { method UnmarshalJSON (line 878) | func (v *NullableOrganization) UnmarshalJSON(src []byte) error { function NewNullableOrganization (line 870) | func NewNullableOrganization(val *Organization) *NullableOrganization { FILE: libs/api-client-go/model_organization_invitation.go type OrganizationInvitation (line 24) | type OrganizationInvitation struct method GetId (line 81) | func (o *OrganizationInvitation) GetId() string { method GetIdOk (line 92) | func (o *OrganizationInvitation) GetIdOk() (*string, bool) { method SetId (line 100) | func (o *OrganizationInvitation) SetId(v string) { method GetEmail (line 105) | func (o *OrganizationInvitation) GetEmail() string { method GetEmailOk (line 116) | func (o *OrganizationInvitation) GetEmailOk() (*string, bool) { method SetEmail (line 124) | func (o *OrganizationInvitation) SetEmail(v string) { method GetInvitedBy (line 129) | func (o *OrganizationInvitation) GetInvitedBy() string { method GetInvitedByOk (line 140) | func (o *OrganizationInvitation) GetInvitedByOk() (*string, bool) { method SetInvitedBy (line 148) | func (o *OrganizationInvitation) SetInvitedBy(v string) { method GetOrganizationId (line 153) | func (o *OrganizationInvitation) GetOrganizationId() string { method GetOrganizationIdOk (line 164) | func (o *OrganizationInvitation) GetOrganizationIdOk() (*string, bool) { method SetOrganizationId (line 172) | func (o *OrganizationInvitation) SetOrganizationId(v string) { method GetOrganizationName (line 177) | func (o *OrganizationInvitation) GetOrganizationName() string { method GetOrganizationNameOk (line 188) | func (o *OrganizationInvitation) GetOrganizationNameOk() (*string, boo... method SetOrganizationName (line 196) | func (o *OrganizationInvitation) SetOrganizationName(v string) { method GetExpiresAt (line 201) | func (o *OrganizationInvitation) GetExpiresAt() time.Time { method GetExpiresAtOk (line 212) | func (o *OrganizationInvitation) GetExpiresAtOk() (*time.Time, bool) { method SetExpiresAt (line 220) | func (o *OrganizationInvitation) SetExpiresAt(v time.Time) { method GetStatus (line 225) | func (o *OrganizationInvitation) GetStatus() string { method GetStatusOk (line 236) | func (o *OrganizationInvitation) GetStatusOk() (*string, bool) { method SetStatus (line 244) | func (o *OrganizationInvitation) SetStatus(v string) { method GetRole (line 249) | func (o *OrganizationInvitation) GetRole() string { method GetRoleOk (line 260) | func (o *OrganizationInvitation) GetRoleOk() (*string, bool) { method SetRole (line 268) | func (o *OrganizationInvitation) SetRole(v string) { method GetAssignedRoles (line 273) | func (o *OrganizationInvitation) GetAssignedRoles() []OrganizationRole { method GetAssignedRolesOk (line 284) | func (o *OrganizationInvitation) GetAssignedRolesOk() ([]OrganizationR... method SetAssignedRoles (line 292) | func (o *OrganizationInvitation) SetAssignedRoles(v []OrganizationRole) { method GetCreatedAt (line 297) | func (o *OrganizationInvitation) GetCreatedAt() time.Time { method GetCreatedAtOk (line 308) | func (o *OrganizationInvitation) GetCreatedAtOk() (*time.Time, bool) { method SetCreatedAt (line 316) | func (o *OrganizationInvitation) SetCreatedAt(v time.Time) { method GetUpdatedAt (line 321) | func (o *OrganizationInvitation) GetUpdatedAt() time.Time { method GetUpdatedAtOk (line 332) | func (o *OrganizationInvitation) GetUpdatedAtOk() (*time.Time, bool) { method SetUpdatedAt (line 340) | func (o *OrganizationInvitation) SetUpdatedAt(v time.Time) { method MarshalJSON (line 344) | func (o OrganizationInvitation) MarshalJSON() ([]byte, error) { method ToMap (line 352) | func (o OrganizationInvitation) ToMap() (map[string]interface{}, error) { method UnmarshalJSON (line 373) | func (o *OrganizationInvitation) UnmarshalJSON(data []byte) (err error) { type _OrganizationInvitation (line 50) | type _OrganizationInvitation function NewOrganizationInvitation (line 56) | func NewOrganizationInvitation(id string, email string, invitedBy string... function NewOrganizationInvitationWithDefaults (line 75) | func NewOrganizationInvitationWithDefaults() *OrganizationInvitation { type NullableOrganizationInvitation (line 435) | type NullableOrganizationInvitation struct method Get (line 440) | func (v NullableOrganizationInvitation) Get() *OrganizationInvitation { method Set (line 444) | func (v *NullableOrganizationInvitation) Set(val *OrganizationInvitati... method IsSet (line 449) | func (v NullableOrganizationInvitation) IsSet() bool { method Unset (line 453) | func (v *NullableOrganizationInvitation) Unset() { method MarshalJSON (line 462) | func (v NullableOrganizationInvitation) MarshalJSON() ([]byte, error) { method UnmarshalJSON (line 466) | func (v *NullableOrganizationInvitation) UnmarshalJSON(src []byte) err... function NewNullableOrganizationInvitation (line 458) | func NewNullableOrganizationInvitation(val *OrganizationInvitation) *Nul... FILE: libs/api-client-go/model_organization_role.go type OrganizationRole (line 24) | type OrganizationRole struct method GetId (line 69) | func (o *OrganizationRole) GetId() string { method GetIdOk (line 80) | func (o *OrganizationRole) GetIdOk() (*string, bool) { method SetId (line 88) | func (o *OrganizationRole) SetId(v string) { method GetName (line 93) | func (o *OrganizationRole) GetName() string { method GetNameOk (line 104) | func (o *OrganizationRole) GetNameOk() (*string, bool) { method SetName (line 112) | func (o *OrganizationRole) SetName(v string) { method GetDescription (line 117) | func (o *OrganizationRole) GetDescription() string { method GetDescriptionOk (line 128) | func (o *OrganizationRole) GetDescriptionOk() (*string, bool) { method SetDescription (line 136) | func (o *OrganizationRole) SetDescription(v string) { method GetPermissions (line 141) | func (o *OrganizationRole) GetPermissions() []string { method GetPermissionsOk (line 152) | func (o *OrganizationRole) GetPermissionsOk() ([]string, bool) { method SetPermissions (line 160) | func (o *OrganizationRole) SetPermissions(v []string) { method GetIsGlobal (line 165) | func (o *OrganizationRole) GetIsGlobal() bool { method GetIsGlobalOk (line 176) | func (o *OrganizationRole) GetIsGlobalOk() (*bool, bool) { method SetIsGlobal (line 184) | func (o *OrganizationRole) SetIsGlobal(v bool) { method GetCreatedAt (line 189) | func (o *OrganizationRole) GetCreatedAt() time.Time { method GetCreatedAtOk (line 200) | func (o *OrganizationRole) GetCreatedAtOk() (*time.Time, bool) { method SetCreatedAt (line 208) | func (o *OrganizationRole) SetCreatedAt(v time.Time) { method GetUpdatedAt (line 213) | func (o *OrganizationRole) GetUpdatedAt() time.Time { method GetUpdatedAtOk (line 224) | func (o *OrganizationRole) GetUpdatedAtOk() (*time.Time, bool) { method SetUpdatedAt (line 232) | func (o *OrganizationRole) SetUpdatedAt(v time.Time) { method MarshalJSON (line 236) | func (o OrganizationRole) MarshalJSON() ([]byte, error) { method ToMap (line 244) | func (o OrganizationRole) ToMap() (map[string]interface{}, error) { method UnmarshalJSON (line 261) | func (o *OrganizationRole) UnmarshalJSON(data []byte) (err error) { type _OrganizationRole (line 42) | type _OrganizationRole function NewOrganizationRole (line 48) | func NewOrganizationRole(id string, name string, description string, per... function NewOrganizationRoleWithDefaults (line 63) | func NewOrganizationRoleWithDefaults() *OrganizationRole { type NullableOrganizationRole (line 315) | type NullableOrganizationRole struct method Get (line 320) | func (v NullableOrganizationRole) Get() *OrganizationRole { method Set (line 324) | func (v *NullableOrganizationRole) Set(val *OrganizationRole) { method IsSet (line 329) | func (v NullableOrganizationRole) IsSet() bool { method Unset (line 333) | func (v *NullableOrganizationRole) Unset() { method MarshalJSON (line 342) | func (v NullableOrganizationRole) MarshalJSON() ([]byte, error) { method UnmarshalJSON (line 346) | func (v *NullableOrganizationRole) UnmarshalJSON(src []byte) error { function NewNullableOrganizationRole (line 338) | func NewNullableOrganizationRole(val *OrganizationRole) *NullableOrganiz... FILE: libs/api-client-go/model_organization_sandbox_default_limited_network_egress.go type OrganizationSandboxDefaultLimitedNetworkEgress (line 23) | type OrganizationSandboxDefaultLimitedNetworkEgress struct method GetSandboxDefaultLimitedNetworkEgress (line 50) | func (o *OrganizationSandboxDefaultLimitedNetworkEgress) GetSandboxDef... method GetSandboxDefaultLimitedNetworkEgressOk (line 61) | func (o *OrganizationSandboxDefaultLimitedNetworkEgress) GetSandboxDef... method SetSandboxDefaultLimitedNetworkEgress (line 69) | func (o *OrganizationSandboxDefaultLimitedNetworkEgress) SetSandboxDef... method MarshalJSON (line 73) | func (o OrganizationSandboxDefaultLimitedNetworkEgress) MarshalJSON() ... method ToMap (line 81) | func (o OrganizationSandboxDefaultLimitedNetworkEgress) ToMap() (map[s... method UnmarshalJSON (line 92) | func (o *OrganizationSandboxDefaultLimitedNetworkEgress) UnmarshalJSON... type _OrganizationSandboxDefaultLimitedNetworkEgress (line 29) | type _OrganizationSandboxDefaultLimitedNetworkEgress function NewOrganizationSandboxDefaultLimitedNetworkEgress (line 35) | func NewOrganizationSandboxDefaultLimitedNetworkEgress(sandboxDefaultLim... function NewOrganizationSandboxDefaultLimitedNetworkEgressWithDefaults (line 44) | func NewOrganizationSandboxDefaultLimitedNetworkEgressWithDefaults() *Or... type NullableOrganizationSandboxDefaultLimitedNetworkEgress (line 134) | type NullableOrganizationSandboxDefaultLimitedNetworkEgress struct method Get (line 139) | func (v NullableOrganizationSandboxDefaultLimitedNetworkEgress) Get() ... method Set (line 143) | func (v *NullableOrganizationSandboxDefaultLimitedNetworkEgress) Set(v... method IsSet (line 148) | func (v NullableOrganizationSandboxDefaultLimitedNetworkEgress) IsSet(... method Unset (line 152) | func (v *NullableOrganizationSandboxDefaultLimitedNetworkEgress) Unset... method MarshalJSON (line 161) | func (v NullableOrganizationSandboxDefaultLimitedNetworkEgress) Marsha... method UnmarshalJSON (line 165) | func (v *NullableOrganizationSandboxDefaultLimitedNetworkEgress) Unmar... function NewNullableOrganizationSandboxDefaultLimitedNetworkEgress (line 157) | func NewNullableOrganizationSandboxDefaultLimitedNetworkEgress(val *Orga... FILE: libs/api-client-go/model_organization_suspension.go type OrganizationSuspension (line 24) | type OrganizationSuspension struct method GetReason (line 56) | func (o *OrganizationSuspension) GetReason() string { method GetReasonOk (line 67) | func (o *OrganizationSuspension) GetReasonOk() (*string, bool) { method SetReason (line 75) | func (o *OrganizationSuspension) SetReason(v string) { method GetUntil (line 80) | func (o *OrganizationSuspension) GetUntil() time.Time { method GetUntilOk (line 91) | func (o *OrganizationSuspension) GetUntilOk() (*time.Time, bool) { method SetUntil (line 99) | func (o *OrganizationSuspension) SetUntil(v time.Time) { method GetSuspensionCleanupGracePeriodHours (line 104) | func (o *OrganizationSuspension) GetSuspensionCleanupGracePeriodHours(... method GetSuspensionCleanupGracePeriodHoursOk (line 114) | func (o *OrganizationSuspension) GetSuspensionCleanupGracePeriodHoursO... method HasSuspensionCleanupGracePeriodHours (line 122) | func (o *OrganizationSuspension) HasSuspensionCleanupGracePeriodHours(... method SetSuspensionCleanupGracePeriodHours (line 131) | func (o *OrganizationSuspension) SetSuspensionCleanupGracePeriodHours(... method MarshalJSON (line 135) | func (o OrganizationSuspension) MarshalJSON() ([]byte, error) { method ToMap (line 143) | func (o OrganizationSuspension) ToMap() (map[string]interface{}, error) { method UnmarshalJSON (line 158) | func (o *OrganizationSuspension) UnmarshalJSON(data []byte) (err error) { type _OrganizationSuspension (line 34) | type _OrganizationSuspension function NewOrganizationSuspension (line 40) | func NewOrganizationSuspension(reason string, until time.Time) *Organiza... function NewOrganizationSuspensionWithDefaults (line 50) | func NewOrganizationSuspensionWithDefaults() *OrganizationSuspension { type NullableOrganizationSuspension (line 203) | type NullableOrganizationSuspension struct method Get (line 208) | func (v NullableOrganizationSuspension) Get() *OrganizationSuspension { method Set (line 212) | func (v *NullableOrganizationSuspension) Set(val *OrganizationSuspensi... method IsSet (line 217) | func (v NullableOrganizationSuspension) IsSet() bool { method Unset (line 221) | func (v *NullableOrganizationSuspension) Unset() { method MarshalJSON (line 230) | func (v NullableOrganizationSuspension) MarshalJSON() ([]byte, error) { method UnmarshalJSON (line 234) | func (v *NullableOrganizationSuspension) UnmarshalJSON(src []byte) err... function NewNullableOrganizationSuspension (line 226) | func NewNullableOrganizationSuspension(val *OrganizationSuspension) *Nul... FILE: libs/api-client-go/model_organization_usage_overview.go type OrganizationUsageOverview (line 23) | type OrganizationUsageOverview struct method GetRegionUsage (line 57) | func (o *OrganizationUsageOverview) GetRegionUsage() []RegionUsageOver... method GetRegionUsageOk (line 68) | func (o *OrganizationUsageOverview) GetRegionUsageOk() ([]RegionUsageO... method SetRegionUsage (line 76) | func (o *OrganizationUsageOverview) SetRegionUsage(v []RegionUsageOver... method GetTotalSnapshotQuota (line 81) | func (o *OrganizationUsageOverview) GetTotalSnapshotQuota() float32 { method GetTotalSnapshotQuotaOk (line 92) | func (o *OrganizationUsageOverview) GetTotalSnapshotQuotaOk() (*float3... method SetTotalSnapshotQuota (line 100) | func (o *OrganizationUsageOverview) SetTotalSnapshotQuota(v float32) { method GetCurrentSnapshotUsage (line 105) | func (o *OrganizationUsageOverview) GetCurrentSnapshotUsage() float32 { method GetCurrentSnapshotUsageOk (line 116) | func (o *OrganizationUsageOverview) GetCurrentSnapshotUsageOk() (*floa... method SetCurrentSnapshotUsage (line 124) | func (o *OrganizationUsageOverview) SetCurrentSnapshotUsage(v float32) { method GetTotalVolumeQuota (line 129) | func (o *OrganizationUsageOverview) GetTotalVolumeQuota() float32 { method GetTotalVolumeQuotaOk (line 140) | func (o *OrganizationUsageOverview) GetTotalVolumeQuotaOk() (*float32,... method SetTotalVolumeQuota (line 148) | func (o *OrganizationUsageOverview) SetTotalVolumeQuota(v float32) { method GetCurrentVolumeUsage (line 153) | func (o *OrganizationUsageOverview) GetCurrentVolumeUsage() float32 { method GetCurrentVolumeUsageOk (line 164) | func (o *OrganizationUsageOverview) GetCurrentVolumeUsageOk() (*float3... method SetCurrentVolumeUsage (line 172) | func (o *OrganizationUsageOverview) SetCurrentVolumeUsage(v float32) { method MarshalJSON (line 176) | func (o OrganizationUsageOverview) MarshalJSON() ([]byte, error) { method ToMap (line 184) | func (o OrganizationUsageOverview) ToMap() (map[string]interface{}, er... method UnmarshalJSON (line 199) | func (o *OrganizationUsageOverview) UnmarshalJSON(data []byte) (err er... type _OrganizationUsageOverview (line 32) | type _OrganizationUsageOverview function NewOrganizationUsageOverview (line 38) | func NewOrganizationUsageOverview(regionUsage []RegionUsageOverview, tot... function NewOrganizationUsageOverviewWithDefaults (line 51) | func NewOrganizationUsageOverviewWithDefaults() *OrganizationUsageOvervi... type NullableOrganizationUsageOverview (line 249) | type NullableOrganizationUsageOverview struct method Get (line 254) | func (v NullableOrganizationUsageOverview) Get() *OrganizationUsageOve... method Set (line 258) | func (v *NullableOrganizationUsageOverview) Set(val *OrganizationUsage... method IsSet (line 263) | func (v NullableOrganizationUsageOverview) IsSet() bool { method Unset (line 267) | func (v *NullableOrganizationUsageOverview) Unset() { method MarshalJSON (line 276) | func (v NullableOrganizationUsageOverview) MarshalJSON() ([]byte, erro... method UnmarshalJSON (line 280) | func (v *NullableOrganizationUsageOverview) UnmarshalJSON(src []byte) ... function NewNullableOrganizationUsageOverview (line 272) | func NewNullableOrganizationUsageOverview(val *OrganizationUsageOverview... FILE: libs/api-client-go/model_organization_user.go type OrganizationUser (line 24) | type OrganizationUser struct method GetUserId (line 72) | func (o *OrganizationUser) GetUserId() string { method GetUserIdOk (line 83) | func (o *OrganizationUser) GetUserIdOk() (*string, bool) { method SetUserId (line 91) | func (o *OrganizationUser) SetUserId(v string) { method GetOrganizationId (line 96) | func (o *OrganizationUser) GetOrganizationId() string { method GetOrganizationIdOk (line 107) | func (o *OrganizationUser) GetOrganizationIdOk() (*string, bool) { method SetOrganizationId (line 115) | func (o *OrganizationUser) SetOrganizationId(v string) { method GetName (line 120) | func (o *OrganizationUser) GetName() string { method GetNameOk (line 131) | func (o *OrganizationUser) GetNameOk() (*string, bool) { method SetName (line 139) | func (o *OrganizationUser) SetName(v string) { method GetEmail (line 144) | func (o *OrganizationUser) GetEmail() string { method GetEmailOk (line 155) | func (o *OrganizationUser) GetEmailOk() (*string, bool) { method SetEmail (line 163) | func (o *OrganizationUser) SetEmail(v string) { method GetRole (line 168) | func (o *OrganizationUser) GetRole() string { method GetRoleOk (line 179) | func (o *OrganizationUser) GetRoleOk() (*string, bool) { method SetRole (line 187) | func (o *OrganizationUser) SetRole(v string) { method GetAssignedRoles (line 192) | func (o *OrganizationUser) GetAssignedRoles() []OrganizationRole { method GetAssignedRolesOk (line 203) | func (o *OrganizationUser) GetAssignedRolesOk() ([]OrganizationRole, b... method SetAssignedRoles (line 211) | func (o *OrganizationUser) SetAssignedRoles(v []OrganizationRole) { method GetCreatedAt (line 216) | func (o *OrganizationUser) GetCreatedAt() time.Time { method GetCreatedAtOk (line 227) | func (o *OrganizationUser) GetCreatedAtOk() (*time.Time, bool) { method SetCreatedAt (line 235) | func (o *OrganizationUser) SetCreatedAt(v time.Time) { method GetUpdatedAt (line 240) | func (o *OrganizationUser) GetUpdatedAt() time.Time { method GetUpdatedAtOk (line 251) | func (o *OrganizationUser) GetUpdatedAtOk() (*time.Time, bool) { method SetUpdatedAt (line 259) | func (o *OrganizationUser) SetUpdatedAt(v time.Time) { method MarshalJSON (line 263) | func (o OrganizationUser) MarshalJSON() ([]byte, error) { method ToMap (line 271) | func (o OrganizationUser) ToMap() (map[string]interface{}, error) { method UnmarshalJSON (line 289) | func (o *OrganizationUser) UnmarshalJSON(data []byte) (err error) { type _OrganizationUser (line 44) | type _OrganizationUser function NewOrganizationUser (line 50) | func NewOrganizationUser(userId string, organizationId string, name stri... function NewOrganizationUserWithDefaults (line 66) | func NewOrganizationUserWithDefaults() *OrganizationUser { type NullableOrganizationUser (line 345) | type NullableOrganizationUser struct method Get (line 350) | func (v NullableOrganizationUser) Get() *OrganizationUser { method Set (line 354) | func (v *NullableOrganizationUser) Set(val *OrganizationUser) { method IsSet (line 359) | func (v NullableOrganizationUser) IsSet() bool { method Unset (line 363) | func (v *NullableOrganizationUser) Unset() { method MarshalJSON (line 372) | func (v NullableOrganizationUser) MarshalJSON() ([]byte, error) { method UnmarshalJSON (line 376) | func (v *NullableOrganizationUser) UnmarshalJSON(src []byte) error { function NewNullableOrganizationUser (line 368) | func NewNullableOrganizationUser(val *OrganizationUser) *NullableOrganiz... FILE: libs/api-client-go/model_otel_config.go type OtelConfig (line 23) | type OtelConfig struct method GetEndpoint (line 52) | func (o *OtelConfig) GetEndpoint() string { method GetEndpointOk (line 63) | func (o *OtelConfig) GetEndpointOk() (*string, bool) { method SetEndpoint (line 71) | func (o *OtelConfig) SetEndpoint(v string) { method GetHeaders (line 76) | func (o *OtelConfig) GetHeaders() map[string]string { method GetHeadersOk (line 87) | func (o *OtelConfig) GetHeadersOk() (*map[string]string, bool) { method HasHeaders (line 95) | func (o *OtelConfig) HasHeaders() bool { method SetHeaders (line 104) | func (o *OtelConfig) SetHeaders(v map[string]string) { method MarshalJSON (line 108) | func (o OtelConfig) MarshalJSON() ([]byte, error) { method ToMap (line 116) | func (o OtelConfig) ToMap() (map[string]interface{}, error) { method UnmarshalJSON (line 130) | func (o *OtelConfig) UnmarshalJSON(data []byte) (err error) { type _OtelConfig (line 31) | type _OtelConfig function NewOtelConfig (line 37) | func NewOtelConfig(endpoint string) *OtelConfig { function NewOtelConfigWithDefaults (line 46) | func NewOtelConfigWithDefaults() *OtelConfig { type NullableOtelConfig (line 173) | type NullableOtelConfig struct method Get (line 178) | func (v NullableOtelConfig) Get() *OtelConfig { method Set (line 182) | func (v *NullableOtelConfig) Set(val *OtelConfig) { method IsSet (line 187) | func (v NullableOtelConfig) IsSet() bool { method Unset (line 191) | func (v *NullableOtelConfig) Unset() { method MarshalJSON (line 200) | func (v NullableOtelConfig) MarshalJSON() ([]byte, error) { method UnmarshalJSON (line 204) | func (v *NullableOtelConfig) UnmarshalJSON(src []byte) error { function NewNullableOtelConfig (line 196) | func NewNullableOtelConfig(val *OtelConfig) *NullableOtelConfig { FILE: libs/api-client-go/model_paginated_audit_logs.go type PaginatedAuditLogs (line 23) | type PaginatedAuditLogs struct method GetItems (line 57) | func (o *PaginatedAuditLogs) GetItems() []AuditLog { method GetItemsOk (line 68) | func (o *PaginatedAuditLogs) GetItemsOk() ([]AuditLog, bool) { method SetItems (line 76) | func (o *PaginatedAuditLogs) SetItems(v []AuditLog) { method GetTotal (line 81) | func (o *PaginatedAuditLogs) GetTotal() float32 { method GetTotalOk (line 92) | func (o *PaginatedAuditLogs) GetTotalOk() (*float32, bool) { method SetTotal (line 100) | func (o *PaginatedAuditLogs) SetTotal(v float32) { method GetPage (line 105) | func (o *PaginatedAuditLogs) GetPage() float32 { method GetPageOk (line 116) | func (o *PaginatedAuditLogs) GetPageOk() (*float32, bool) { method SetPage (line 124) | func (o *PaginatedAuditLogs) SetPage(v float32) { method GetTotalPages (line 129) | func (o *PaginatedAuditLogs) GetTotalPages() float32 { method GetTotalPagesOk (line 140) | func (o *PaginatedAuditLogs) GetTotalPagesOk() (*float32, bool) { method SetTotalPages (line 148) | func (o *PaginatedAuditLogs) SetTotalPages(v float32) { method GetNextToken (line 153) | func (o *PaginatedAuditLogs) GetNextToken() string { method GetNextTokenOk (line 163) | func (o *PaginatedAuditLogs) GetNextTokenOk() (*string, bool) { method HasNextToken (line 171) | func (o *PaginatedAuditLogs) HasNextToken() bool { method SetNextToken (line 180) | func (o *PaginatedAuditLogs) SetNextToken(v string) { method MarshalJSON (line 184) | func (o PaginatedAuditLogs) MarshalJSON() ([]byte, error) { method ToMap (line 192) | func (o PaginatedAuditLogs) ToMap() (map[string]interface{}, error) { method UnmarshalJSON (line 209) | func (o *PaginatedAuditLogs) UnmarshalJSON(data []byte) (err error) { type _PaginatedAuditLogs (line 33) | type _PaginatedAuditLogs function NewPaginatedAuditLogs (line 39) | func NewPaginatedAuditLogs(items []AuditLog, total float32, page float32... function NewPaginatedAuditLogsWithDefaults (line 51) | func NewPaginatedAuditLogsWithDefaults() *PaginatedAuditLogs { type NullablePaginatedAuditLogs (line 258) | type NullablePaginatedAuditLogs struct method Get (line 263) | func (v NullablePaginatedAuditLogs) Get() *PaginatedAuditLogs { method Set (line 267) | func (v *NullablePaginatedAuditLogs) Set(val *PaginatedAuditLogs) { method IsSet (line 272) | func (v NullablePaginatedAuditLogs) IsSet() bool { method Unset (line 276) | func (v *NullablePaginatedAuditLogs) Unset() { method MarshalJSON (line 285) | func (v NullablePaginatedAuditLogs) MarshalJSON() ([]byte, error) { method UnmarshalJSON (line 289) | func (v *NullablePaginatedAuditLogs) UnmarshalJSON(src []byte) error { function NewNullablePaginatedAuditLogs (line 281) | func NewNullablePaginatedAuditLogs(val *PaginatedAuditLogs) *NullablePag... FILE: libs/api-client-go/model_paginated_jobs.go type PaginatedJobs (line 23) | type PaginatedJobs struct method GetItems (line 55) | func (o *PaginatedJobs) GetItems() []Job { method GetItemsOk (line 66) | func (o *PaginatedJobs) GetItemsOk() ([]Job, bool) { method SetItems (line 74) | func (o *PaginatedJobs) SetItems(v []Job) { method GetTotal (line 79) | func (o *PaginatedJobs) GetTotal() float32 { method GetTotalOk (line 90) | func (o *PaginatedJobs) GetTotalOk() (*float32, bool) { method SetTotal (line 98) | func (o *PaginatedJobs) SetTotal(v float32) { method GetPage (line 103) | func (o *PaginatedJobs) GetPage() float32 { method GetPageOk (line 114) | func (o *PaginatedJobs) GetPageOk() (*float32, bool) { method SetPage (line 122) | func (o *PaginatedJobs) SetPage(v float32) { method GetTotalPages (line 127) | func (o *PaginatedJobs) GetTotalPages() float32 { method GetTotalPagesOk (line 138) | func (o *PaginatedJobs) GetTotalPagesOk() (*float32, bool) { method SetTotalPages (line 146) | func (o *PaginatedJobs) SetTotalPages(v float32) { method MarshalJSON (line 150) | func (o PaginatedJobs) MarshalJSON() ([]byte, error) { method ToMap (line 158) | func (o PaginatedJobs) ToMap() (map[string]interface{}, error) { method UnmarshalJSON (line 172) | func (o *PaginatedJobs) UnmarshalJSON(data []byte) (err error) { type _PaginatedJobs (line 31) | type _PaginatedJobs function NewPaginatedJobs (line 37) | func NewPaginatedJobs(items []Job, total float32, page float32, totalPag... function NewPaginatedJobsWithDefaults (line 49) | func NewPaginatedJobsWithDefaults() *PaginatedJobs { type NullablePaginatedJobs (line 220) | type NullablePaginatedJobs struct method Get (line 225) | func (v NullablePaginatedJobs) Get() *PaginatedJobs { method Set (line 229) | func (v *NullablePaginatedJobs) Set(val *PaginatedJobs) { method IsSet (line 234) | func (v NullablePaginatedJobs) IsSet() bool { method Unset (line 238) | func (v *NullablePaginatedJobs) Unset() { method MarshalJSON (line 247) | func (v NullablePaginatedJobs) MarshalJSON() ([]byte, error) { method UnmarshalJSON (line 251) | func (v *NullablePaginatedJobs) UnmarshalJSON(src []byte) error { function NewNullablePaginatedJobs (line 243) | func NewNullablePaginatedJobs(val *PaginatedJobs) *NullablePaginatedJobs { FILE: libs/api-client-go/model_paginated_logs.go type PaginatedLogs (line 23) | type PaginatedLogs struct method GetItems (line 59) | func (o *PaginatedLogs) GetItems() []LogEntry { method GetItemsOk (line 70) | func (o *PaginatedLogs) GetItemsOk() ([]LogEntry, bool) { method SetItems (line 78) | func (o *PaginatedLogs) SetItems(v []LogEntry) { method GetTotal (line 83) | func (o *PaginatedLogs) GetTotal() float32 { method GetTotalOk (line 94) | func (o *PaginatedLogs) GetTotalOk() (*float32, bool) { method SetTotal (line 102) | func (o *PaginatedLogs) SetTotal(v float32) { method GetPage (line 107) | func (o *PaginatedLogs) GetPage() float32 { method GetPageOk (line 118) | func (o *PaginatedLogs) GetPageOk() (*float32, bool) { method SetPage (line 126) | func (o *PaginatedLogs) SetPage(v float32) { method GetTotalPages (line 131) | func (o *PaginatedLogs) GetTotalPages() float32 { method GetTotalPagesOk (line 142) | func (o *PaginatedLogs) GetTotalPagesOk() (*float32, bool) { method SetTotalPages (line 150) | func (o *PaginatedLogs) SetTotalPages(v float32) { method MarshalJSON (line 154) | func (o PaginatedLogs) MarshalJSON() ([]byte, error) { method ToMap (line 162) | func (o PaginatedLogs) ToMap() (map[string]interface{}, error) { method UnmarshalJSON (line 176) | func (o *PaginatedLogs) UnmarshalJSON(data []byte) (err error) { type _PaginatedLogs (line 35) | type _PaginatedLogs function NewPaginatedLogs (line 41) | func NewPaginatedLogs(items []LogEntry, total float32, page float32, tot... function NewPaginatedLogsWithDefaults (line 53) | func NewPaginatedLogsWithDefaults() *PaginatedLogs { type NullablePaginatedLogs (line 224) | type NullablePaginatedLogs struct method Get (line 229) | func (v NullablePaginatedLogs) Get() *PaginatedLogs { method Set (line 233) | func (v *NullablePaginatedLogs) Set(val *PaginatedLogs) { method IsSet (line 238) | func (v NullablePaginatedLogs) IsSet() bool { method Unset (line 242) | func (v *NullablePaginatedLogs) Unset() { method MarshalJSON (line 251) | func (v NullablePaginatedLogs) MarshalJSON() ([]byte, error) { method UnmarshalJSON (line 255) | func (v *NullablePaginatedLogs) UnmarshalJSON(src []byte) error { function NewNullablePaginatedLogs (line 247) | func NewNullablePaginatedLogs(val *PaginatedLogs) *NullablePaginatedLogs { FILE: libs/api-client-go/model_paginated_sandboxes.go type PaginatedSandboxes (line 23) | type PaginatedSandboxes struct method GetItems (line 55) | func (o *PaginatedSandboxes) GetItems() []Sandbox { method GetItemsOk (line 66) | func (o *PaginatedSandboxes) GetItemsOk() ([]Sandbox, bool) { method SetItems (line 74) | func (o *PaginatedSandboxes) SetItems(v []Sandbox) { method GetTotal (line 79) | func (o *PaginatedSandboxes) GetTotal() float32 { method GetTotalOk (line 90) | func (o *PaginatedSandboxes) GetTotalOk() (*float32, bool) { method SetTotal (line 98) | func (o *PaginatedSandboxes) SetTotal(v float32) { method GetPage (line 103) | func (o *PaginatedSandboxes) GetPage() float32 { method GetPageOk (line 114) | func (o *PaginatedSandboxes) GetPageOk() (*float32, bool) { method SetPage (line 122) | func (o *PaginatedSandboxes) SetPage(v float32) { method GetTotalPages (line 127) | func (o *PaginatedSandboxes) GetTotalPages() float32 { method GetTotalPagesOk (line 138) | func (o *PaginatedSandboxes) GetTotalPagesOk() (*float32, bool) { method SetTotalPages (line 146) | func (o *PaginatedSandboxes) SetTotalPages(v float32) { method MarshalJSON (line 150) | func (o PaginatedSandboxes) MarshalJSON() ([]byte, error) { method ToMap (line 158) | func (o PaginatedSandboxes) ToMap() (map[string]interface{}, error) { method UnmarshalJSON (line 172) | func (o *PaginatedSandboxes) UnmarshalJSON(data []byte) (err error) { type _PaginatedSandboxes (line 31) | type _PaginatedSandboxes function NewPaginatedSandboxes (line 37) | func NewPaginatedSandboxes(items []Sandbox, total float32, page float32,... function NewPaginatedSandboxesWithDefaults (line 49) | func NewPaginatedSandboxesWithDefaults() *PaginatedSandboxes { type NullablePaginatedSandboxes (line 220) | type NullablePaginatedSandboxes struct method Get (line 225) | func (v NullablePaginatedSandboxes) Get() *PaginatedSandboxes { method Set (line 229) | func (v *NullablePaginatedSandboxes) Set(val *PaginatedSandboxes) { method IsSet (line 234) | func (v NullablePaginatedSandboxes) IsSet() bool { method Unset (line 238) | func (v *NullablePaginatedSandboxes) Unset() { method MarshalJSON (line 247) | func (v NullablePaginatedSandboxes) MarshalJSON() ([]byte, error) { method UnmarshalJSON (line 251) | func (v *NullablePaginatedSandboxes) UnmarshalJSON(src []byte) error { function NewNullablePaginatedSandboxes (line 243) | func NewNullablePaginatedSandboxes(val *PaginatedSandboxes) *NullablePag... FILE: libs/api-client-go/model_paginated_snapshots.go type PaginatedSnapshots (line 23) | type PaginatedSnapshots struct method GetItems (line 55) | func (o *PaginatedSnapshots) GetItems() []SnapshotDto { method GetItemsOk (line 66) | func (o *PaginatedSnapshots) GetItemsOk() ([]SnapshotDto, bool) { method SetItems (line 74) | func (o *PaginatedSnapshots) SetItems(v []SnapshotDto) { method GetTotal (line 79) | func (o *PaginatedSnapshots) GetTotal() float32 { method GetTotalOk (line 90) | func (o *PaginatedSnapshots) GetTotalOk() (*float32, bool) { method SetTotal (line 98) | func (o *PaginatedSnapshots) SetTotal(v float32) { method GetPage (line 103) | func (o *PaginatedSnapshots) GetPage() float32 { method GetPageOk (line 114) | func (o *PaginatedSnapshots) GetPageOk() (*float32, bool) { method SetPage (line 122) | func (o *PaginatedSnapshots) SetPage(v float32) { method GetTotalPages (line 127) | func (o *PaginatedSnapshots) GetTotalPages() float32 { method GetTotalPagesOk (line 138) | func (o *PaginatedSnapshots) GetTotalPagesOk() (*float32, bool) { method SetTotalPages (line 146) | func (o *PaginatedSnapshots) SetTotalPages(v float32) { method MarshalJSON (line 150) | func (o PaginatedSnapshots) MarshalJSON() ([]byte, error) { method ToMap (line 158) | func (o PaginatedSnapshots) ToMap() (map[string]interface{}, error) { method UnmarshalJSON (line 172) | func (o *PaginatedSnapshots) UnmarshalJSON(data []byte) (err error) { type _PaginatedSnapshots (line 31) | type _PaginatedSnapshots function NewPaginatedSnapshots (line 37) | func NewPaginatedSnapshots(items []SnapshotDto, total float32, page floa... function NewPaginatedSnapshotsWithDefaults (line 49) | func NewPaginatedSnapshotsWithDefaults() *PaginatedSnapshots { type NullablePaginatedSnapshots (line 220) | type NullablePaginatedSnapshots struct method Get (line 225) | func (v NullablePaginatedSnapshots) Get() *PaginatedSnapshots { method Set (line 229) | func (v *NullablePaginatedSnapshots) Set(val *PaginatedSnapshots) { method IsSet (line 234) | func (v NullablePaginatedSnapshots) IsSet() bool { method Unset (line 238) | func (v *NullablePaginatedSnapshots) Unset() { method MarshalJSON (line 247) | func (v NullablePaginatedSnapshots) MarshalJSON() ([]byte, error) { method UnmarshalJSON (line 251) | func (v *NullablePaginatedSnapshots) UnmarshalJSON(src []byte) error { function NewNullablePaginatedSnapshots (line 243) | func NewNullablePaginatedSnapshots(val *PaginatedSnapshots) *NullablePag... FILE: libs/api-client-go/model_paginated_traces.go type PaginatedTraces (line 23) | type PaginatedTraces struct method GetItems (line 59) | func (o *PaginatedTraces) GetItems() []TraceSummary { method GetItemsOk (line 70) | func (o *PaginatedTraces) GetItemsOk() ([]TraceSummary, bool) { method SetItems (line 78) | func (o *PaginatedTraces) SetItems(v []TraceSummary) { method GetTotal (line 83) | func (o *PaginatedTraces) GetTotal() float32 { method GetTotalOk (line 94) | func (o *PaginatedTraces) GetTotalOk() (*float32, bool) { method SetTotal (line 102) | func (o *PaginatedTraces) SetTotal(v float32) { method GetPage (line 107) | func (o *PaginatedTraces) GetPage() float32 { method GetPageOk (line 118) | func (o *PaginatedTraces) GetPageOk() (*float32, bool) { method SetPage (line 126) | func (o *PaginatedTraces) SetPage(v float32) { method GetTotalPages (line 131) | func (o *PaginatedTraces) GetTotalPages() float32 { method GetTotalPagesOk (line 142) | func (o *PaginatedTraces) GetTotalPagesOk() (*float32, bool) { method SetTotalPages (line 150) | func (o *PaginatedTraces) SetTotalPages(v float32) { method MarshalJSON (line 154) | func (o PaginatedTraces) MarshalJSON() ([]byte, error) { method ToMap (line 162) | func (o PaginatedTraces) ToMap() (map[string]interface{}, error) { method UnmarshalJSON (line 176) | func (o *PaginatedTraces) UnmarshalJSON(data []byte) (err error) { type _PaginatedTraces (line 35) | type _PaginatedTraces function NewPaginatedTraces (line 41) | func NewPaginatedTraces(items []TraceSummary, total float32, page float3... function NewPaginatedTracesWithDefaults (line 53) | func NewPaginatedTracesWithDefaults() *PaginatedTraces { type NullablePaginatedTraces (line 224) | type NullablePaginatedTraces struct method Get (line 229) | func (v NullablePaginatedTraces) Get() *PaginatedTraces { method Set (line 233) | func (v *NullablePaginatedTraces) Set(val *PaginatedTraces) { method IsSet (line 238) | func (v NullablePaginatedTraces) IsSet() bool { method Unset (line 242) | func (v *NullablePaginatedTraces) Unset() { method MarshalJSON (line 251) | func (v NullablePaginatedTraces) MarshalJSON() ([]byte, error) { method UnmarshalJSON (line 255) | func (v *NullablePaginatedTraces) UnmarshalJSON(src []byte) error { function NewNullablePaginatedTraces (line 247) | func NewNullablePaginatedTraces(val *PaginatedTraces) *NullablePaginated... FILE: libs/api-client-go/model_poll_jobs_response.go type PollJobsResponse (line 23) | type PollJobsResponse struct method GetJobs (line 50) | func (o *PollJobsResponse) GetJobs() []Job { method GetJobsOk (line 61) | func (o *PollJobsResponse) GetJobsOk() ([]Job, bool) { method SetJobs (line 69) | func (o *PollJobsResponse) SetJobs(v []Job) { method MarshalJSON (line 73) | func (o PollJobsResponse) MarshalJSON() ([]byte, error) { method ToMap (line 81) | func (o PollJobsResponse) ToMap() (map[string]interface{}, error) { method UnmarshalJSON (line 92) | func (o *PollJobsResponse) UnmarshalJSON(data []byte) (err error) { type _PollJobsResponse (line 29) | type _PollJobsResponse function NewPollJobsResponse (line 35) | func NewPollJobsResponse(jobs []Job) *PollJobsResponse { function NewPollJobsResponseWithDefaults (line 44) | func NewPollJobsResponseWithDefaults() *PollJobsResponse { type NullablePollJobsResponse (line 134) | type NullablePollJobsResponse struct method Get (line 139) | func (v NullablePollJobsResponse) Get() *PollJobsResponse { method Set (line 143) | func (v *NullablePollJobsResponse) Set(val *PollJobsResponse) { method IsSet (line 148) | func (v NullablePollJobsResponse) IsSet() bool { method Unset (line 152) | func (v *NullablePollJobsResponse) Unset() { method MarshalJSON (line 161) | func (v NullablePollJobsResponse) MarshalJSON() ([]byte, error) { method UnmarshalJSON (line 165) | func (v *NullablePollJobsResponse) UnmarshalJSON(src []byte) error { function NewNullablePollJobsResponse (line 157) | func NewNullablePollJobsResponse(val *PollJobsResponse) *NullablePollJob... FILE: libs/api-client-go/model_port_preview_url.go type PortPreviewUrl (line 23) | type PortPreviewUrl struct method GetSandboxId (line 56) | func (o *PortPreviewUrl) GetSandboxId() string { method GetSandboxIdOk (line 67) | func (o *PortPreviewUrl) GetSandboxIdOk() (*string, bool) { method SetSandboxId (line 75) | func (o *PortPreviewUrl) SetSandboxId(v string) { method GetUrl (line 80) | func (o *PortPreviewUrl) GetUrl() string { method GetUrlOk (line 91) | func (o *PortPreviewUrl) GetUrlOk() (*string, bool) { method SetUrl (line 99) | func (o *PortPreviewUrl) SetUrl(v string) { method GetToken (line 104) | func (o *PortPreviewUrl) GetToken() string { method GetTokenOk (line 115) | func (o *PortPreviewUrl) GetTokenOk() (*string, bool) { method SetToken (line 123) | func (o *PortPreviewUrl) SetToken(v string) { method MarshalJSON (line 127) | func (o PortPreviewUrl) MarshalJSON() ([]byte, error) { method ToMap (line 135) | func (o PortPreviewUrl) ToMap() (map[string]interface{}, error) { method UnmarshalJSON (line 148) | func (o *PortPreviewUrl) UnmarshalJSON(data []byte) (err error) { type _PortPreviewUrl (line 33) | type _PortPreviewUrl function NewPortPreviewUrl (line 39) | func NewPortPreviewUrl(sandboxId string, url string, token string) *Port... function NewPortPreviewUrlWithDefaults (line 50) | func NewPortPreviewUrlWithDefaults() *PortPreviewUrl { type NullablePortPreviewUrl (line 194) | type NullablePortPreviewUrl struct method Get (line 199) | func (v NullablePortPreviewUrl) Get() *PortPreviewUrl { method Set (line 203) | func (v *NullablePortPreviewUrl) Set(val *PortPreviewUrl) { method IsSet (line 208) | func (v NullablePortPreviewUrl) IsSet() bool { method Unset (line 212) | func (v *NullablePortPreviewUrl) Unset() { method MarshalJSON (line 221) | func (v NullablePortPreviewUrl) MarshalJSON() ([]byte, error) { method UnmarshalJSON (line 225) | func (v *NullablePortPreviewUrl) UnmarshalJSON(src []byte) error { function NewNullablePortPreviewUrl (line 217) | func NewNullablePortPreviewUrl(val *PortPreviewUrl) *NullablePortPreview... FILE: libs/api-client-go/model_position.go type Position (line 23) | type Position struct method GetLine (line 51) | func (o *Position) GetLine() float32 { method GetLineOk (line 62) | func (o *Position) GetLineOk() (*float32, bool) { method SetLine (line 70) | func (o *Position) SetLine(v float32) { method GetCharacter (line 75) | func (o *Position) GetCharacter() float32 { method GetCharacterOk (line 86) | func (o *Position) GetCharacterOk() (*float32, bool) { method SetCharacter (line 94) | func (o *Position) SetCharacter(v float32) { method MarshalJSON (line 98) | func (o Position) MarshalJSON() ([]byte, error) { method ToMap (line 106) | func (o Position) ToMap() (map[string]interface{}, error) { method UnmarshalJSON (line 118) | func (o *Position) UnmarshalJSON(data []byte) (err error) { type _Position (line 29) | type _Position function NewPosition (line 35) | func NewPosition(line float32, character float32) *Position { function NewPositionWithDefaults (line 45) | func NewPositionWithDefaults() *Position { type NullablePosition (line 162) | type NullablePosition struct method Get (line 167) | func (v NullablePosition) Get() *Position { method Set (line 171) | func (v *NullablePosition) Set(val *Position) { method IsSet (line 176) | func (v NullablePosition) IsSet() bool { method Unset (line 180) | func (v *NullablePosition) Unset() { method MarshalJSON (line 189) | func (v NullablePosition) MarshalJSON() ([]byte, error) { method UnmarshalJSON (line 193) | func (v *NullablePosition) UnmarshalJSON(src []byte) error { function NewNullablePosition (line 185) | func NewNullablePosition(val *Position) *NullablePosition { FILE: libs/api-client-go/model_posthog_config.go type PosthogConfig (line 23) | type PosthogConfig struct method GetApiKey (line 53) | func (o *PosthogConfig) GetApiKey() string { method GetApiKeyOk (line 64) | func (o *PosthogConfig) GetApiKeyOk() (*string, bool) { method SetApiKey (line 72) | func (o *PosthogConfig) SetApiKey(v string) { method GetHost (line 77) | func (o *PosthogConfig) GetHost() string { method GetHostOk (line 88) | func (o *PosthogConfig) GetHostOk() (*string, bool) { method SetHost (line 96) | func (o *PosthogConfig) SetHost(v string) { method MarshalJSON (line 100) | func (o PosthogConfig) MarshalJSON() ([]byte, error) { method ToMap (line 108) | func (o PosthogConfig) ToMap() (map[string]interface{}, error) { method UnmarshalJSON (line 120) | func (o *PosthogConfig) UnmarshalJSON(data []byte) (err error) { type _PosthogConfig (line 31) | type _PosthogConfig function NewPosthogConfig (line 37) | func NewPosthogConfig(apiKey string, host string) *PosthogConfig { function NewPosthogConfigWithDefaults (line 47) | func NewPosthogConfigWithDefaults() *PosthogConfig { type NullablePosthogConfig (line 164) | type NullablePosthogConfig struct method Get (line 169) | func (v NullablePosthogConfig) Get() *PosthogConfig { method Set (line 173) | func (v *NullablePosthogConfig) Set(val *PosthogConfig) { method IsSet (line 178) | func (v NullablePosthogConfig) IsSet() bool { method Unset (line 182) | func (v *NullablePosthogConfig) Unset() { method MarshalJSON (line 191) | func (v NullablePosthogConfig) MarshalJSON() ([]byte, error) { method UnmarshalJSON (line 195) | func (v *NullablePosthogConfig) UnmarshalJSON(src []byte) error { function NewNullablePosthogConfig (line 187) | func NewNullablePosthogConfig(val *PosthogConfig) *NullablePosthogConfig { FILE: libs/api-client-go/model_process_errors_response.go type ProcessErrorsResponse (line 23) | type ProcessErrorsResponse struct method GetProcessName (line 53) | func (o *ProcessErrorsResponse) GetProcessName() string { method GetProcessNameOk (line 64) | func (o *ProcessErrorsResponse) GetProcessNameOk() (*string, bool) { method SetProcessName (line 72) | func (o *ProcessErrorsResponse) SetProcessName(v string) { method GetErrors (line 77) | func (o *ProcessErrorsResponse) GetErrors() string { method GetErrorsOk (line 88) | func (o *ProcessErrorsResponse) GetErrorsOk() (*string, bool) { method SetErrors (line 96) | func (o *ProcessErrorsResponse) SetErrors(v string) { method MarshalJSON (line 100) | func (o ProcessErrorsResponse) MarshalJSON() ([]byte, error) { method ToMap (line 108) | func (o ProcessErrorsResponse) ToMap() (map[string]interface{}, error) { method UnmarshalJSON (line 120) | func (o *ProcessErrorsResponse) UnmarshalJSON(data []byte) (err error) { type _ProcessErrorsResponse (line 31) | type _ProcessErrorsResponse function NewProcessErrorsResponse (line 37) | func NewProcessErrorsResponse(processName string, errors string) *Proces... function NewProcessErrorsResponseWithDefaults (line 47) | func NewProcessErrorsResponseWithDefaults() *ProcessErrorsResponse { type NullableProcessErrorsResponse (line 164) | type NullableProcessErrorsResponse struct method Get (line 169) | func (v NullableProcessErrorsResponse) Get() *ProcessErrorsResponse { method Set (line 173) | func (v *NullableProcessErrorsResponse) Set(val *ProcessErrorsResponse) { method IsSet (line 178) | func (v NullableProcessErrorsResponse) IsSet() bool { method Unset (line 182) | func (v *NullableProcessErrorsResponse) Unset() { method MarshalJSON (line 191) | func (v NullableProcessErrorsResponse) MarshalJSON() ([]byte, error) { method UnmarshalJSON (line 195) | func (v *NullableProcessErrorsResponse) UnmarshalJSON(src []byte) error { function NewNullableProcessErrorsResponse (line 187) | func NewNullableProcessErrorsResponse(val *ProcessErrorsResponse) *Nulla... FILE: libs/api-client-go/model_process_logs_response.go type ProcessLogsResponse (line 23) | type ProcessLogsResponse struct method GetProcessName (line 53) | func (o *ProcessLogsResponse) GetProcessName() string { method GetProcessNameOk (line 64) | func (o *ProcessLogsResponse) GetProcessNameOk() (*string, bool) { method SetProcessName (line 72) | func (o *ProcessLogsResponse) SetProcessName(v string) { method GetLogs (line 77) | func (o *ProcessLogsResponse) GetLogs() string { method GetLogsOk (line 88) | func (o *ProcessLogsResponse) GetLogsOk() (*string, bool) { method SetLogs (line 96) | func (o *ProcessLogsResponse) SetLogs(v string) { method MarshalJSON (line 100) | func (o ProcessLogsResponse) MarshalJSON() ([]byte, error) { method ToMap (line 108) | func (o ProcessLogsResponse) ToMap() (map[string]interface{}, error) { method UnmarshalJSON (line 120) | func (o *ProcessLogsResponse) UnmarshalJSON(data []byte) (err error) { type _ProcessLogsResponse (line 31) | type _ProcessLogsResponse function NewProcessLogsResponse (line 37) | func NewProcessLogsResponse(processName string, logs string) *ProcessLog... function NewProcessLogsResponseWithDefaults (line 47) | func NewProcessLogsResponseWithDefaults() *ProcessLogsResponse { type NullableProcessLogsResponse (line 164) | type NullableProcessLogsResponse struct method Get (line 169) | func (v NullableProcessLogsResponse) Get() *ProcessLogsResponse { method Set (line 173) | func (v *NullableProcessLogsResponse) Set(val *ProcessLogsResponse) { method IsSet (line 178) | func (v NullableProcessLogsResponse) IsSet() bool { method Unset (line 182) | func (v *NullableProcessLogsResponse) Unset() { method MarshalJSON (line 191) | func (v NullableProcessLogsResponse) MarshalJSON() ([]byte, error) { method UnmarshalJSON (line 195) | func (v *NullableProcessLogsResponse) UnmarshalJSON(src []byte) error { function NewNullableProcessLogsResponse (line 187) | func NewNullableProcessLogsResponse(val *ProcessLogsResponse) *NullableP... FILE: libs/api-client-go/model_process_restart_response.go type ProcessRestartResponse (line 23) | type ProcessRestartResponse struct method GetMessage (line 53) | func (o *ProcessRestartResponse) GetMessage() string { method GetMessageOk (line 64) | func (o *ProcessRestartResponse) GetMessageOk() (*string, bool) { method SetMessage (line 72) | func (o *ProcessRestartResponse) SetMessage(v string) { method GetProcessName (line 77) | func (o *ProcessRestartResponse) GetProcessName() string { method GetProcessNameOk (line 88) | func (o *ProcessRestartResponse) GetProcessNameOk() (*string, bool) { method SetProcessName (line 96) | func (o *ProcessRestartResponse) SetProcessName(v string) { method MarshalJSON (line 100) | func (o ProcessRestartResponse) MarshalJSON() ([]byte, error) { method ToMap (line 108) | func (o ProcessRestartResponse) ToMap() (map[string]interface{}, error) { method UnmarshalJSON (line 120) | func (o *ProcessRestartResponse) UnmarshalJSON(data []byte) (err error) { type _ProcessRestartResponse (line 31) | type _ProcessRestartResponse function NewProcessRestartResponse (line 37) | func NewProcessRestartResponse(message string, processName string) *Proc... function NewProcessRestartResponseWithDefaults (line 47) | func NewProcessRestartResponseWithDefaults() *ProcessRestartResponse { type NullableProcessRestartResponse (line 164) | type NullableProcessRestartResponse struct method Get (line 169) | func (v NullableProcessRestartResponse) Get() *ProcessRestartResponse { method Set (line 173) | func (v *NullableProcessRestartResponse) Set(val *ProcessRestartRespon... method IsSet (line 178) | func (v NullableProcessRestartResponse) IsSet() bool { method Unset (line 182) | func (v *NullableProcessRestartResponse) Unset() { method MarshalJSON (line 191) | func (v NullableProcessRestartResponse) MarshalJSON() ([]byte, error) { method UnmarshalJSON (line 195) | func (v *NullableProcessRestartResponse) UnmarshalJSON(src []byte) err... function NewNullableProcessRestartResponse (line 187) | func NewNullableProcessRestartResponse(val *ProcessRestartResponse) *Nul... FILE: libs/api-client-go/model_process_status_response.go type ProcessStatusResponse (line 23) | type ProcessStatusResponse struct method GetProcessName (line 53) | func (o *ProcessStatusResponse) GetProcessName() string { method GetProcessNameOk (line 64) | func (o *ProcessStatusResponse) GetProcessNameOk() (*string, bool) { method SetProcessName (line 72) | func (o *ProcessStatusResponse) SetProcessName(v string) { method GetRunning (line 77) | func (o *ProcessStatusResponse) GetRunning() bool { method GetRunningOk (line 88) | func (o *ProcessStatusResponse) GetRunningOk() (*bool, bool) { method SetRunning (line 96) | func (o *ProcessStatusResponse) SetRunning(v bool) { method MarshalJSON (line 100) | func (o ProcessStatusResponse) MarshalJSON() ([]byte, error) { method ToMap (line 108) | func (o ProcessStatusResponse) ToMap() (map[string]interface{}, error) { method UnmarshalJSON (line 120) | func (o *ProcessStatusResponse) UnmarshalJSON(data []byte) (err error) { type _ProcessStatusResponse (line 31) | type _ProcessStatusResponse function NewProcessStatusResponse (line 37) | func NewProcessStatusResponse(processName string, running bool) *Process... function NewProcessStatusResponseWithDefaults (line 47) | func NewProcessStatusResponseWithDefaults() *ProcessStatusResponse { type NullableProcessStatusResponse (line 164) | type NullableProcessStatusResponse struct method Get (line 169) | func (v NullableProcessStatusResponse) Get() *ProcessStatusResponse { method Set (line 173) | func (v *NullableProcessStatusResponse) Set(val *ProcessStatusResponse) { method IsSet (line 178) | func (v NullableProcessStatusResponse) IsSet() bool { method Unset (line 182) | func (v *NullableProcessStatusResponse) Unset() { method MarshalJSON (line 191) | func (v NullableProcessStatusResponse) MarshalJSON() ([]byte, error) { method UnmarshalJSON (line 195) | func (v *NullableProcessStatusResponse) UnmarshalJSON(src []byte) error { function NewNullableProcessStatusResponse (line 187) | func NewNullableProcessStatusResponse(val *ProcessStatusResponse) *Nulla... FILE: libs/api-client-go/model_project_dir_response.go type ProjectDirResponse (line 22) | type ProjectDirResponse struct method GetDir (line 47) | func (o *ProjectDirResponse) GetDir() string { method GetDirOk (line 57) | func (o *ProjectDirResponse) GetDirOk() (*string, bool) { method HasDir (line 65) | func (o *ProjectDirResponse) HasDir() bool { method SetDir (line 74) | func (o *ProjectDirResponse) SetDir(v string) { method MarshalJSON (line 78) | func (o ProjectDirResponse) MarshalJSON() ([]byte, error) { method ToMap (line 86) | func (o ProjectDirResponse) ToMap() (map[string]interface{}, error) { method UnmarshalJSON (line 99) | func (o *ProjectDirResponse) UnmarshalJSON(data []byte) (err error) { type _ProjectDirResponse (line 27) | type _ProjectDirResponse function NewProjectDirResponse (line 33) | func NewProjectDirResponse() *ProjectDirResponse { function NewProjectDirResponseWithDefaults (line 41) | func NewProjectDirResponseWithDefaults() *ProjectDirResponse { type NullableProjectDirResponse (line 120) | type NullableProjectDirResponse struct method Get (line 125) | func (v NullableProjectDirResponse) Get() *ProjectDirResponse { method Set (line 129) | func (v *NullableProjectDirResponse) Set(val *ProjectDirResponse) { method IsSet (line 134) | func (v NullableProjectDirResponse) IsSet() bool { method Unset (line 138) | func (v *NullableProjectDirResponse) Unset() { method MarshalJSON (line 147) | func (v NullableProjectDirResponse) MarshalJSON() ([]byte, error) { method UnmarshalJSON (line 151) | func (v *NullableProjectDirResponse) UnmarshalJSON(src []byte) error { function NewNullableProjectDirResponse (line 143) | func NewNullableProjectDirResponse(val *ProjectDirResponse) *NullablePro... FILE: libs/api-client-go/model_pty_create_request.go type PtyCreateRequest (line 23) | type PtyCreateRequest struct method GetId (line 64) | func (o *PtyCreateRequest) GetId() string { method GetIdOk (line 75) | func (o *PtyCreateRequest) GetIdOk() (*string, bool) { method SetId (line 83) | func (o *PtyCreateRequest) SetId(v string) { method GetCwd (line 88) | func (o *PtyCreateRequest) GetCwd() string { method GetCwdOk (line 98) | func (o *PtyCreateRequest) GetCwdOk() (*string, bool) { method HasCwd (line 106) | func (o *PtyCreateRequest) HasCwd() bool { method SetCwd (line 115) | func (o *PtyCreateRequest) SetCwd(v string) { method GetEnvs (line 120) | func (o *PtyCreateRequest) GetEnvs() map[string]interface{} { method GetEnvsOk (line 130) | func (o *PtyCreateRequest) GetEnvsOk() (map[string]interface{}, bool) { method HasEnvs (line 138) | func (o *PtyCreateRequest) HasEnvs() bool { method SetEnvs (line 147) | func (o *PtyCreateRequest) SetEnvs(v map[string]interface{}) { method GetCols (line 152) | func (o *PtyCreateRequest) GetCols() float32 { method GetColsOk (line 162) | func (o *PtyCreateRequest) GetColsOk() (*float32, bool) { method HasCols (line 170) | func (o *PtyCreateRequest) HasCols() bool { method SetCols (line 179) | func (o *PtyCreateRequest) SetCols(v float32) { method GetRows (line 184) | func (o *PtyCreateRequest) GetRows() float32 { method GetRowsOk (line 194) | func (o *PtyCreateRequest) GetRowsOk() (*float32, bool) { method HasRows (line 202) | func (o *PtyCreateRequest) HasRows() bool { method SetRows (line 211) | func (o *PtyCreateRequest) SetRows(v float32) { method GetLazyStart (line 216) | func (o *PtyCreateRequest) GetLazyStart() bool { method GetLazyStartOk (line 226) | func (o *PtyCreateRequest) GetLazyStartOk() (*bool, bool) { method HasLazyStart (line 234) | func (o *PtyCreateRequest) HasLazyStart() bool { method SetLazyStart (line 243) | func (o *PtyCreateRequest) SetLazyStart(v bool) { method MarshalJSON (line 247) | func (o PtyCreateRequest) MarshalJSON() ([]byte, error) { method ToMap (line 255) | func (o PtyCreateRequest) ToMap() (map[string]interface{}, error) { method UnmarshalJSON (line 281) | func (o *PtyCreateRequest) UnmarshalJSON(data []byte) (err error) { type _PtyCreateRequest (line 39) | type _PtyCreateRequest function NewPtyCreateRequest (line 45) | func NewPtyCreateRequest(id string) *PtyCreateRequest { function NewPtyCreateRequestWithDefaults (line 56) | func NewPtyCreateRequestWithDefaults() *PtyCreateRequest { type NullablePtyCreateRequest (line 328) | type NullablePtyCreateRequest struct method Get (line 333) | func (v NullablePtyCreateRequest) Get() *PtyCreateRequest { method Set (line 337) | func (v *NullablePtyCreateRequest) Set(val *PtyCreateRequest) { method IsSet (line 342) | func (v NullablePtyCreateRequest) IsSet() bool { method Unset (line 346) | func (v *NullablePtyCreateRequest) Unset() { method MarshalJSON (line 355) | func (v NullablePtyCreateRequest) MarshalJSON() ([]byte, error) { method UnmarshalJSON (line 359) | func (v *NullablePtyCreateRequest) UnmarshalJSON(src []byte) error { function NewNullablePtyCreateRequest (line 351) | func NewNullablePtyCreateRequest(val *PtyCreateRequest) *NullablePtyCrea... FILE: libs/api-client-go/model_pty_create_response.go type PtyCreateResponse (line 23) | type PtyCreateResponse struct method GetSessionId (line 50) | func (o *PtyCreateResponse) GetSessionId() string { method GetSessionIdOk (line 61) | func (o *PtyCreateResponse) GetSessionIdOk() (*string, bool) { method SetSessionId (line 69) | func (o *PtyCreateResponse) SetSessionId(v string) { method MarshalJSON (line 73) | func (o PtyCreateResponse) MarshalJSON() ([]byte, error) { method ToMap (line 81) | func (o PtyCreateResponse) ToMap() (map[string]interface{}, error) { method UnmarshalJSON (line 92) | func (o *PtyCreateResponse) UnmarshalJSON(data []byte) (err error) { type _PtyCreateResponse (line 29) | type _PtyCreateResponse function NewPtyCreateResponse (line 35) | func NewPtyCreateResponse(sessionId string) *PtyCreateResponse { function NewPtyCreateResponseWithDefaults (line 44) | func NewPtyCreateResponseWithDefaults() *PtyCreateResponse { type NullablePtyCreateResponse (line 134) | type NullablePtyCreateResponse struct method Get (line 139) | func (v NullablePtyCreateResponse) Get() *PtyCreateResponse { method Set (line 143) | func (v *NullablePtyCreateResponse) Set(val *PtyCreateResponse) { method IsSet (line 148) | func (v NullablePtyCreateResponse) IsSet() bool { method Unset (line 152) | func (v *NullablePtyCreateResponse) Unset() { method MarshalJSON (line 161) | func (v NullablePtyCreateResponse) MarshalJSON() ([]byte, error) { method UnmarshalJSON (line 165) | func (v *NullablePtyCreateResponse) UnmarshalJSON(src []byte) error { function NewNullablePtyCreateResponse (line 157) | func NewNullablePtyCreateResponse(val *PtyCreateResponse) *NullablePtyCr... FILE: libs/api-client-go/model_pty_list_response.go type PtyListResponse (line 23) | type PtyListResponse struct method GetSessions (line 50) | func (o *PtyListResponse) GetSessions() []PtySessionInfo { method GetSessionsOk (line 61) | func (o *PtyListResponse) GetSessionsOk() ([]PtySessionInfo, bool) { method SetSessions (line 69) | func (o *PtyListResponse) SetSessions(v []PtySessionInfo) { method MarshalJSON (line 73) | func (o PtyListResponse) MarshalJSON() ([]byte, error) { method ToMap (line 81) | func (o PtyListResponse) ToMap() (map[string]interface{}, error) { method UnmarshalJSON (line 92) | func (o *PtyListResponse) UnmarshalJSON(data []byte) (err error) { type _PtyListResponse (line 29) | type _PtyListResponse function NewPtyListResponse (line 35) | func NewPtyListResponse(sessions []PtySessionInfo) *PtyListResponse { function NewPtyListResponseWithDefaults (line 44) | func NewPtyListResponseWithDefaults() *PtyListResponse { type NullablePtyListResponse (line 134) | type NullablePtyListResponse struct method Get (line 139) | func (v NullablePtyListResponse) Get() *PtyListResponse { method Set (line 143) | func (v *NullablePtyListResponse) Set(val *PtyListResponse) { method IsSet (line 148) | func (v NullablePtyListResponse) IsSet() bool { method Unset (line 152) | func (v *NullablePtyListResponse) Unset() { method MarshalJSON (line 161) | func (v NullablePtyListResponse) MarshalJSON() ([]byte, error) { method UnmarshalJSON (line 165) | func (v *NullablePtyListResponse) UnmarshalJSON(src []byte) error { function NewNullablePtyListResponse (line 157) | func NewNullablePtyListResponse(val *PtyListResponse) *NullablePtyListRe... FILE: libs/api-client-go/model_pty_resize_request.go type PtyResizeRequest (line 23) | type PtyResizeRequest struct method GetCols (line 53) | func (o *PtyResizeRequest) GetCols() float32 { method GetColsOk (line 64) | func (o *PtyResizeRequest) GetColsOk() (*float32, bool) { method SetCols (line 72) | func (o *PtyResizeRequest) SetCols(v float32) { method GetRows (line 77) | func (o *PtyResizeRequest) GetRows() float32 { method GetRowsOk (line 88) | func (o *PtyResizeRequest) GetRowsOk() (*float32, bool) { method SetRows (line 96) | func (o *PtyResizeRequest) SetRows(v float32) { method MarshalJSON (line 100) | func (o PtyResizeRequest) MarshalJSON() ([]byte, error) { method ToMap (line 108) | func (o PtyResizeRequest) ToMap() (map[string]interface{}, error) { method UnmarshalJSON (line 120) | func (o *PtyResizeRequest) UnmarshalJSON(data []byte) (err error) { type _PtyResizeRequest (line 31) | type _PtyResizeRequest function NewPtyResizeRequest (line 37) | func NewPtyResizeRequest(cols float32, rows float32) *PtyResizeRequest { function NewPtyResizeRequestWithDefaults (line 47) | func NewPtyResizeRequestWithDefaults() *PtyResizeRequest { type NullablePtyResizeRequest (line 164) | type NullablePtyResizeRequest struct method Get (line 169) | func (v NullablePtyResizeRequest) Get() *PtyResizeRequest { method Set (line 173) | func (v *NullablePtyResizeRequest) Set(val *PtyResizeRequest) { method IsSet (line 178) | func (v NullablePtyResizeRequest) IsSet() bool { method Unset (line 182) | func (v *NullablePtyResizeRequest) Unset() { method MarshalJSON (line 191) | func (v NullablePtyResizeRequest) MarshalJSON() ([]byte, error) { method UnmarshalJSON (line 195) | func (v *NullablePtyResizeRequest) UnmarshalJSON(src []byte) error { function NewNullablePtyResizeRequest (line 187) | func NewNullablePtyResizeRequest(val *PtyResizeRequest) *NullablePtyResi... FILE: libs/api-client-go/model_pty_session_info.go type PtySessionInfo (line 23) | type PtySessionInfo struct method GetId (line 73) | func (o *PtySessionInfo) GetId() string { method GetIdOk (line 84) | func (o *PtySessionInfo) GetIdOk() (*string, bool) { method SetId (line 92) | func (o *PtySessionInfo) SetId(v string) { method GetCwd (line 97) | func (o *PtySessionInfo) GetCwd() string { method GetCwdOk (line 108) | func (o *PtySessionInfo) GetCwdOk() (*string, bool) { method SetCwd (line 116) | func (o *PtySessionInfo) SetCwd(v string) { method GetEnvs (line 121) | func (o *PtySessionInfo) GetEnvs() map[string]interface{} { method GetEnvsOk (line 132) | func (o *PtySessionInfo) GetEnvsOk() (map[string]interface{}, bool) { method SetEnvs (line 140) | func (o *PtySessionInfo) SetEnvs(v map[string]interface{}) { method GetCols (line 145) | func (o *PtySessionInfo) GetCols() float32 { method GetColsOk (line 156) | func (o *PtySessionInfo) GetColsOk() (*float32, bool) { method SetCols (line 164) | func (o *PtySessionInfo) SetCols(v float32) { method GetRows (line 169) | func (o *PtySessionInfo) GetRows() float32 { method GetRowsOk (line 180) | func (o *PtySessionInfo) GetRowsOk() (*float32, bool) { method SetRows (line 188) | func (o *PtySessionInfo) SetRows(v float32) { method GetCreatedAt (line 193) | func (o *PtySessionInfo) GetCreatedAt() string { method GetCreatedAtOk (line 204) | func (o *PtySessionInfo) GetCreatedAtOk() (*string, bool) { method SetCreatedAt (line 212) | func (o *PtySessionInfo) SetCreatedAt(v string) { method GetActive (line 217) | func (o *PtySessionInfo) GetActive() bool { method GetActiveOk (line 228) | func (o *PtySessionInfo) GetActiveOk() (*bool, bool) { method SetActive (line 236) | func (o *PtySessionInfo) SetActive(v bool) { method GetLazyStart (line 241) | func (o *PtySessionInfo) GetLazyStart() bool { method GetLazyStartOk (line 252) | func (o *PtySessionInfo) GetLazyStartOk() (*bool, bool) { method SetLazyStart (line 260) | func (o *PtySessionInfo) SetLazyStart(v bool) { method MarshalJSON (line 264) | func (o PtySessionInfo) MarshalJSON() ([]byte, error) { method ToMap (line 272) | func (o PtySessionInfo) ToMap() (map[string]interface{}, error) { method UnmarshalJSON (line 290) | func (o *PtySessionInfo) UnmarshalJSON(data []byte) (err error) { type _PtySessionInfo (line 43) | type _PtySessionInfo function NewPtySessionInfo (line 49) | func NewPtySessionInfo(id string, cwd string, envs map[string]interface{... function NewPtySessionInfoWithDefaults (line 65) | func NewPtySessionInfoWithDefaults() *PtySessionInfo { type NullablePtySessionInfo (line 346) | type NullablePtySessionInfo struct method Get (line 351) | func (v NullablePtySessionInfo) Get() *PtySessionInfo { method Set (line 355) | func (v *NullablePtySessionInfo) Set(val *PtySessionInfo) { method IsSet (line 360) | func (v NullablePtySessionInfo) IsSet() bool { method Unset (line 364) | func (v *NullablePtySessionInfo) Unset() { method MarshalJSON (line 373) | func (v NullablePtySessionInfo) MarshalJSON() ([]byte, error) { method UnmarshalJSON (line 377) | func (v *NullablePtySessionInfo) UnmarshalJSON(src []byte) error { function NewNullablePtySessionInfo (line 369) | func NewNullablePtySessionInfo(val *PtySessionInfo) *NullablePtySessionI... FILE: libs/api-client-go/model_range.go type Range (line 23) | type Range struct method GetStart (line 51) | func (o *Range) GetStart() Position { method GetStartOk (line 62) | func (o *Range) GetStartOk() (*Position, bool) { method SetStart (line 70) | func (o *Range) SetStart(v Position) { method GetEnd (line 75) | func (o *Range) GetEnd() Position { method GetEndOk (line 86) | func (o *Range) GetEndOk() (*Position, bool) { method SetEnd (line 94) | func (o *Range) SetEnd(v Position) { method MarshalJSON (line 98) | func (o Range) MarshalJSON() ([]byte, error) { method ToMap (line 106) | func (o Range) ToMap() (map[string]interface{}, error) { method UnmarshalJSON (line 118) | func (o *Range) UnmarshalJSON(data []byte) (err error) { type _Range (line 29) | type _Range function NewRange (line 35) | func NewRange(start Position, end Position) *Range { function NewRangeWithDefaults (line 45) | func NewRangeWithDefaults() *Range { type NullableRange (line 162) | type NullableRange struct method Get (line 167) | func (v NullableRange) Get() *Range { method Set (line 171) | func (v *NullableRange) Set(val *Range) { method IsSet (line 176) | func (v NullableRange) IsSet() bool { method Unset (line 180) | func (v *NullableRange) Unset() { method MarshalJSON (line 189) | func (v NullableRange) MarshalJSON() ([]byte, error) { method UnmarshalJSON (line 193) | func (v *NullableRange) UnmarshalJSON(src []byte) error { function NewNullableRange (line 185) | func NewNullableRange(val *Range) *NullableRange { FILE: libs/api-client-go/model_rate_limit_config.go type RateLimitConfig (line 22) | type RateLimitConfig struct method GetFailedAuth (line 54) | func (o *RateLimitConfig) GetFailedAuth() RateLimitEntry { method GetFailedAuthOk (line 64) | func (o *RateLimitConfig) GetFailedAuthOk() (*RateLimitEntry, bool) { method HasFailedAuth (line 72) | func (o *RateLimitConfig) HasFailedAuth() bool { method SetFailedAuth (line 81) | func (o *RateLimitConfig) SetFailedAuth(v RateLimitEntry) { method GetAuthenticated (line 86) | func (o *RateLimitConfig) GetAuthenticated() RateLimitEntry { method GetAuthenticatedOk (line 96) | func (o *RateLimitConfig) GetAuthenticatedOk() (*RateLimitEntry, bool) { method HasAuthenticated (line 104) | func (o *RateLimitConfig) HasAuthenticated() bool { method SetAuthenticated (line 113) | func (o *RateLimitConfig) SetAuthenticated(v RateLimitEntry) { method GetSandboxCreate (line 118) | func (o *RateLimitConfig) GetSandboxCreate() RateLimitEntry { method GetSandboxCreateOk (line 128) | func (o *RateLimitConfig) GetSandboxCreateOk() (*RateLimitEntry, bool) { method HasSandboxCreate (line 136) | func (o *RateLimitConfig) HasSandboxCreate() bool { method SetSandboxCreate (line 145) | func (o *RateLimitConfig) SetSandboxCreate(v RateLimitEntry) { method GetSandboxLifecycle (line 150) | func (o *RateLimitConfig) GetSandboxLifecycle() RateLimitEntry { method GetSandboxLifecycleOk (line 160) | func (o *RateLimitConfig) GetSandboxLifecycleOk() (*RateLimitEntry, bo... method HasSandboxLifecycle (line 168) | func (o *RateLimitConfig) HasSandboxLifecycle() bool { method SetSandboxLifecycle (line 177) | func (o *RateLimitConfig) SetSandboxLifecycle(v RateLimitEntry) { method MarshalJSON (line 181) | func (o RateLimitConfig) MarshalJSON() ([]byte, error) { method ToMap (line 189) | func (o RateLimitConfig) ToMap() (map[string]interface{}, error) { method UnmarshalJSON (line 211) | func (o *RateLimitConfig) UnmarshalJSON(data []byte) (err error) { type _RateLimitConfig (line 34) | type _RateLimitConfig function NewRateLimitConfig (line 40) | func NewRateLimitConfig() *RateLimitConfig { function NewRateLimitConfigWithDefaults (line 48) | func NewRateLimitConfigWithDefaults() *RateLimitConfig { type NullableRateLimitConfig (line 235) | type NullableRateLimitConfig struct method Get (line 240) | func (v NullableRateLimitConfig) Get() *RateLimitConfig { method Set (line 244) | func (v *NullableRateLimitConfig) Set(val *RateLimitConfig) { method IsSet (line 249) | func (v NullableRateLimitConfig) IsSet() bool { method Unset (line 253) | func (v *NullableRateLimitConfig) Unset() { method MarshalJSON (line 262) | func (v NullableRateLimitConfig) MarshalJSON() ([]byte, error) { method UnmarshalJSON (line 266) | func (v *NullableRateLimitConfig) UnmarshalJSON(src []byte) error { function NewNullableRateLimitConfig (line 258) | func NewNullableRateLimitConfig(val *RateLimitConfig) *NullableRateLimit... FILE: libs/api-client-go/model_rate_limit_entry.go type RateLimitEntry (line 22) | type RateLimitEntry struct method GetTtl (line 50) | func (o *RateLimitEntry) GetTtl() float32 { method GetTtlOk (line 60) | func (o *RateLimitEntry) GetTtlOk() (*float32, bool) { method HasTtl (line 68) | func (o *RateLimitEntry) HasTtl() bool { method SetTtl (line 77) | func (o *RateLimitEntry) SetTtl(v float32) { method GetLimit (line 82) | func (o *RateLimitEntry) GetLimit() float32 { method GetLimitOk (line 92) | func (o *RateLimitEntry) GetLimitOk() (*float32, bool) { method HasLimit (line 100) | func (o *RateLimitEntry) HasLimit() bool { method SetLimit (line 109) | func (o *RateLimitEntry) SetLimit(v float32) { method MarshalJSON (line 113) | func (o RateLimitEntry) MarshalJSON() ([]byte, error) { method ToMap (line 121) | func (o RateLimitEntry) ToMap() (map[string]interface{}, error) { method UnmarshalJSON (line 137) | func (o *RateLimitEntry) UnmarshalJSON(data []byte) (err error) { type _RateLimitEntry (line 30) | type _RateLimitEntry function NewRateLimitEntry (line 36) | func NewRateLimitEntry() *RateLimitEntry { function NewRateLimitEntryWithDefaults (line 44) | func NewRateLimitEntryWithDefaults() *RateLimitEntry { type NullableRateLimitEntry (line 159) | type NullableRateLimitEntry struct method Get (line 164) | func (v NullableRateLimitEntry) Get() *RateLimitEntry { method Set (line 168) | func (v *NullableRateLimitEntry) Set(val *RateLimitEntry) { method IsSet (line 173) | func (v NullableRateLimitEntry) IsSet() bool { method Unset (line 177) | func (v *NullableRateLimitEntry) Unset() { method MarshalJSON (line 186) | func (v NullableRateLimitEntry) MarshalJSON() ([]byte, error) { method UnmarshalJSON (line 190) | func (v *NullableRateLimitEntry) UnmarshalJSON(src []byte) error { function NewNullableRateLimitEntry (line 182) | func NewNullableRateLimitEntry(val *RateLimitEntry) *NullableRateLimitEn... FILE: libs/api-client-go/model_regenerate_api_key_response.go type RegenerateApiKeyResponse (line 23) | type RegenerateApiKeyResponse struct method GetApiKey (line 50) | func (o *RegenerateApiKeyResponse) GetApiKey() string { method GetApiKeyOk (line 61) | func (o *RegenerateApiKeyResponse) GetApiKeyOk() (*string, bool) { method SetApiKey (line 69) | func (o *RegenerateApiKeyResponse) SetApiKey(v string) { method MarshalJSON (line 73) | func (o RegenerateApiKeyResponse) MarshalJSON() ([]byte, error) { method ToMap (line 81) | func (o RegenerateApiKeyResponse) ToMap() (map[string]interface{}, err... method UnmarshalJSON (line 92) | func (o *RegenerateApiKeyResponse) UnmarshalJSON(data []byte) (err err... type _RegenerateApiKeyResponse (line 29) | type _RegenerateApiKeyResponse function NewRegenerateApiKeyResponse (line 35) | func NewRegenerateApiKeyResponse(apiKey string) *RegenerateApiKeyResponse { function NewRegenerateApiKeyResponseWithDefaults (line 44) | func NewRegenerateApiKeyResponseWithDefaults() *RegenerateApiKeyResponse { type NullableRegenerateApiKeyResponse (line 134) | type NullableRegenerateApiKeyResponse struct method Get (line 139) | func (v NullableRegenerateApiKeyResponse) Get() *RegenerateApiKeyRespo... method Set (line 143) | func (v *NullableRegenerateApiKeyResponse) Set(val *RegenerateApiKeyRe... method IsSet (line 148) | func (v NullableRegenerateApiKeyResponse) IsSet() bool { method Unset (line 152) | func (v *NullableRegenerateApiKeyResponse) Unset() { method MarshalJSON (line 161) | func (v NullableRegenerateApiKeyResponse) MarshalJSON() ([]byte, error) { method UnmarshalJSON (line 165) | func (v *NullableRegenerateApiKeyResponse) UnmarshalJSON(src []byte) e... function NewNullableRegenerateApiKeyResponse (line 157) | func NewNullableRegenerateApiKeyResponse(val *RegenerateApiKeyResponse) ... FILE: libs/api-client-go/model_region.go type Region (line 23) | type Region struct method GetId (line 70) | func (o *Region) GetId() string { method GetIdOk (line 81) | func (o *Region) GetIdOk() (*string, bool) { method SetId (line 89) | func (o *Region) SetId(v string) { method GetName (line 94) | func (o *Region) GetName() string { method GetNameOk (line 105) | func (o *Region) GetNameOk() (*string, bool) { method SetName (line 113) | func (o *Region) SetName(v string) { method GetOrganizationId (line 118) | func (o *Region) GetOrganizationId() string { method GetOrganizationIdOk (line 129) | func (o *Region) GetOrganizationIdOk() (*string, bool) { method HasOrganizationId (line 137) | func (o *Region) HasOrganizationId() bool { method SetOrganizationId (line 146) | func (o *Region) SetOrganizationId(v string) { method SetOrganizationIdNil (line 150) | func (o *Region) SetOrganizationIdNil() { method UnsetOrganizationId (line 155) | func (o *Region) UnsetOrganizationId() { method GetRegionType (line 160) | func (o *Region) GetRegionType() RegionType { method GetRegionTypeOk (line 171) | func (o *Region) GetRegionTypeOk() (*RegionType, bool) { method SetRegionType (line 179) | func (o *Region) SetRegionType(v RegionType) { method GetCreatedAt (line 184) | func (o *Region) GetCreatedAt() string { method GetCreatedAtOk (line 195) | func (o *Region) GetCreatedAtOk() (*string, bool) { method SetCreatedAt (line 203) | func (o *Region) SetCreatedAt(v string) { method GetUpdatedAt (line 208) | func (o *Region) GetUpdatedAt() string { method GetUpdatedAtOk (line 219) | func (o *Region) GetUpdatedAtOk() (*string, bool) { method SetUpdatedAt (line 227) | func (o *Region) SetUpdatedAt(v string) { method GetProxyUrl (line 232) | func (o *Region) GetProxyUrl() string { method GetProxyUrlOk (line 243) | func (o *Region) GetProxyUrlOk() (*string, bool) { method HasProxyUrl (line 251) | func (o *Region) HasProxyUrl() bool { method SetProxyUrl (line 260) | func (o *Region) SetProxyUrl(v string) { method SetProxyUrlNil (line 264) | func (o *Region) SetProxyUrlNil() { method UnsetProxyUrl (line 269) | func (o *Region) UnsetProxyUrl() { method GetSshGatewayUrl (line 274) | func (o *Region) GetSshGatewayUrl() string { method GetSshGatewayUrlOk (line 285) | func (o *Region) GetSshGatewayUrlOk() (*string, bool) { method HasSshGatewayUrl (line 293) | func (o *Region) HasSshGatewayUrl() bool { method SetSshGatewayUrl (line 302) | func (o *Region) SetSshGatewayUrl(v string) { method SetSshGatewayUrlNil (line 306) | func (o *Region) SetSshGatewayUrlNil() { method UnsetSshGatewayUrl (line 311) | func (o *Region) UnsetSshGatewayUrl() { method GetSnapshotManagerUrl (line 316) | func (o *Region) GetSnapshotManagerUrl() string { method GetSnapshotManagerUrlOk (line 327) | func (o *Region) GetSnapshotManagerUrlOk() (*string, bool) { method HasSnapshotManagerUrl (line 335) | func (o *Region) HasSnapshotManagerUrl() bool { method SetSnapshotManagerUrl (line 344) | func (o *Region) SetSnapshotManagerUrl(v string) { method SetSnapshotManagerUrlNil (line 348) | func (o *Region) SetSnapshotManagerUrlNil() { method UnsetSnapshotManagerUrl (line 353) | func (o *Region) UnsetSnapshotManagerUrl() { method MarshalJSON (line 357) | func (o Region) MarshalJSON() ([]byte, error) { method ToMap (line 365) | func (o Region) ToMap() (map[string]interface{}, error) { method UnmarshalJSON (line 392) | func (o *Region) UnmarshalJSON(data []byte) (err error) { type _Region (line 45) | type _Region function NewRegion (line 51) | func NewRegion(id string, name string, regionType RegionType, createdAt ... function NewRegionWithDefaults (line 64) | func NewRegionWithDefaults() *Region { type NullableRegion (line 446) | type NullableRegion struct method Get (line 451) | func (v NullableRegion) Get() *Region { method Set (line 455) | func (v *NullableRegion) Set(val *Region) { method IsSet (line 460) | func (v NullableRegion) IsSet() bool { method Unset (line 464) | func (v *NullableRegion) Unset() { method MarshalJSON (line 473) | func (v NullableRegion) MarshalJSON() ([]byte, error) { method UnmarshalJSON (line 477) | func (v *NullableRegion) UnmarshalJSON(src []byte) error { function NewNullableRegion (line 469) | func NewNullableRegion(val *Region) *NullableRegion { FILE: libs/api-client-go/model_region_quota.go type RegionQuota (line 23) | type RegionQuota struct method GetOrganizationId (line 57) | func (o *RegionQuota) GetOrganizationId() string { method GetOrganizationIdOk (line 68) | func (o *RegionQuota) GetOrganizationIdOk() (*string, bool) { method SetOrganizationId (line 76) | func (o *RegionQuota) SetOrganizationId(v string) { method GetRegionId (line 81) | func (o *RegionQuota) GetRegionId() string { method GetRegionIdOk (line 92) | func (o *RegionQuota) GetRegionIdOk() (*string, bool) { method SetRegionId (line 100) | func (o *RegionQuota) SetRegionId(v string) { method GetTotalCpuQuota (line 105) | func (o *RegionQuota) GetTotalCpuQuota() float32 { method GetTotalCpuQuotaOk (line 116) | func (o *RegionQuota) GetTotalCpuQuotaOk() (*float32, bool) { method SetTotalCpuQuota (line 124) | func (o *RegionQuota) SetTotalCpuQuota(v float32) { method GetTotalMemoryQuota (line 129) | func (o *RegionQuota) GetTotalMemoryQuota() float32 { method GetTotalMemoryQuotaOk (line 140) | func (o *RegionQuota) GetTotalMemoryQuotaOk() (*float32, bool) { method SetTotalMemoryQuota (line 148) | func (o *RegionQuota) SetTotalMemoryQuota(v float32) { method GetTotalDiskQuota (line 153) | func (o *RegionQuota) GetTotalDiskQuota() float32 { method GetTotalDiskQuotaOk (line 164) | func (o *RegionQuota) GetTotalDiskQuotaOk() (*float32, bool) { method SetTotalDiskQuota (line 172) | func (o *RegionQuota) SetTotalDiskQuota(v float32) { method MarshalJSON (line 176) | func (o RegionQuota) MarshalJSON() ([]byte, error) { method ToMap (line 184) | func (o RegionQuota) ToMap() (map[string]interface{}, error) { method UnmarshalJSON (line 199) | func (o *RegionQuota) UnmarshalJSON(data []byte) (err error) { type _RegionQuota (line 32) | type _RegionQuota function NewRegionQuota (line 38) | func NewRegionQuota(organizationId string, regionId string, totalCpuQuot... function NewRegionQuotaWithDefaults (line 51) | func NewRegionQuotaWithDefaults() *RegionQuota { type NullableRegionQuota (line 249) | type NullableRegionQuota struct method Get (line 254) | func (v NullableRegionQuota) Get() *RegionQuota { method Set (line 258) | func (v *NullableRegionQuota) Set(val *RegionQuota) { method IsSet (line 263) | func (v NullableRegionQuota) IsSet() bool { method Unset (line 267) | func (v *NullableRegionQuota) Unset() { method MarshalJSON (line 276) | func (v NullableRegionQuota) MarshalJSON() ([]byte, error) { method UnmarshalJSON (line 280) | func (v *NullableRegionQuota) UnmarshalJSON(src []byte) error { function NewNullableRegionQuota (line 272) | func NewNullableRegionQuota(val *RegionQuota) *NullableRegionQuota { FILE: libs/api-client-go/model_region_screenshot_response.go type RegionScreenshotResponse (line 23) | type RegionScreenshotResponse struct method GetScreenshot (line 54) | func (o *RegionScreenshotResponse) GetScreenshot() string { method GetScreenshotOk (line 65) | func (o *RegionScreenshotResponse) GetScreenshotOk() (*string, bool) { method SetScreenshot (line 73) | func (o *RegionScreenshotResponse) SetScreenshot(v string) { method GetCursorPosition (line 78) | func (o *RegionScreenshotResponse) GetCursorPosition() map[string]inte... method GetCursorPositionOk (line 88) | func (o *RegionScreenshotResponse) GetCursorPositionOk() (map[string]i... method HasCursorPosition (line 96) | func (o *RegionScreenshotResponse) HasCursorPosition() bool { method SetCursorPosition (line 105) | func (o *RegionScreenshotResponse) SetCursorPosition(v map[string]inte... method GetSizeBytes (line 110) | func (o *RegionScreenshotResponse) GetSizeBytes() float32 { method GetSizeBytesOk (line 120) | func (o *RegionScreenshotResponse) GetSizeBytesOk() (*float32, bool) { method HasSizeBytes (line 128) | func (o *RegionScreenshotResponse) HasSizeBytes() bool { method SetSizeBytes (line 137) | func (o *RegionScreenshotResponse) SetSizeBytes(v float32) { method MarshalJSON (line 141) | func (o RegionScreenshotResponse) MarshalJSON() ([]byte, error) { method ToMap (line 149) | func (o RegionScreenshotResponse) ToMap() (map[string]interface{}, err... method UnmarshalJSON (line 166) | func (o *RegionScreenshotResponse) UnmarshalJSON(data []byte) (err err... type _RegionScreenshotResponse (line 33) | type _RegionScreenshotResponse function NewRegionScreenshotResponse (line 39) | func NewRegionScreenshotResponse(screenshot string) *RegionScreenshotRes... function NewRegionScreenshotResponseWithDefaults (line 48) | func NewRegionScreenshotResponseWithDefaults() *RegionScreenshotResponse { type NullableRegionScreenshotResponse (line 210) | type NullableRegionScreenshotResponse struct method Get (line 215) | func (v NullableRegionScreenshotResponse) Get() *RegionScreenshotRespo... method Set (line 219) | func (v *NullableRegionScreenshotResponse) Set(val *RegionScreenshotRe... method IsSet (line 224) | func (v NullableRegionScreenshotResponse) IsSet() bool { method Unset (line 228) | func (v *NullableRegionScreenshotResponse) Unset() { method MarshalJSON (line 237) | func (v NullableRegionScreenshotResponse) MarshalJSON() ([]byte, error) { method UnmarshalJSON (line 241) | func (v *NullableRegionScreenshotResponse) UnmarshalJSON(src []byte) e... function NewNullableRegionScreenshotResponse (line 233) | func NewNullableRegionScreenshotResponse(val *RegionScreenshotResponse) ... FILE: libs/api-client-go/model_region_type.go type RegionType (line 20) | type RegionType method UnmarshalJSON (line 36) | func (v *RegionType) UnmarshalJSON(src []byte) error { method IsValid (line 65) | func (v RegionType) IsValid() bool { method Ptr (line 75) | func (v RegionType) Ptr() *RegionType { constant REGIONTYPE_SHARED (line 24) | REGIONTYPE_SHARED RegionType = "shared" constant REGIONTYPE_DEDICATED (line 25) | REGIONTYPE_DEDICATED RegionType = "dedicated" constant REGIONTYPE_CUSTOM (line 26) | REGIONTYPE_CUSTOM RegionType = "custom" function NewRegionTypeFromValue (line 55) | func NewRegionTypeFromValue(v string) (*RegionType, error) { type NullableRegionType (line 79) | type NullableRegionType struct method Get (line 84) | func (v NullableRegionType) Get() *RegionType { method Set (line 88) | func (v *NullableRegionType) Set(val *RegionType) { method IsSet (line 93) | func (v NullableRegionType) IsSet() bool { method Unset (line 97) | func (v *NullableRegionType) Unset() { method MarshalJSON (line 106) | func (v NullableRegionType) MarshalJSON() ([]byte, error) { method UnmarshalJSON (line 110) | func (v *NullableRegionType) UnmarshalJSON(src []byte) error { function NewNullableRegionType (line 102) | func NewNullableRegionType(val *RegionType) *NullableRegionType { FILE: libs/api-client-go/model_region_usage_overview.go type RegionUsageOverview (line 23) | type RegionUsageOverview struct method GetRegionId (line 61) | func (o *RegionUsageOverview) GetRegionId() string { method GetRegionIdOk (line 72) | func (o *RegionUsageOverview) GetRegionIdOk() (*string, bool) { method SetRegionId (line 80) | func (o *RegionUsageOverview) SetRegionId(v string) { method GetTotalCpuQuota (line 85) | func (o *RegionUsageOverview) GetTotalCpuQuota() float32 { method GetTotalCpuQuotaOk (line 96) | func (o *RegionUsageOverview) GetTotalCpuQuotaOk() (*float32, bool) { method SetTotalCpuQuota (line 104) | func (o *RegionUsageOverview) SetTotalCpuQuota(v float32) { method GetCurrentCpuUsage (line 109) | func (o *RegionUsageOverview) GetCurrentCpuUsage() float32 { method GetCurrentCpuUsageOk (line 120) | func (o *RegionUsageOverview) GetCurrentCpuUsageOk() (*float32, bool) { method SetCurrentCpuUsage (line 128) | func (o *RegionUsageOverview) SetCurrentCpuUsage(v float32) { method GetTotalMemoryQuota (line 133) | func (o *RegionUsageOverview) GetTotalMemoryQuota() float32 { method GetTotalMemoryQuotaOk (line 144) | func (o *RegionUsageOverview) GetTotalMemoryQuotaOk() (*float32, bool) { method SetTotalMemoryQuota (line 152) | func (o *RegionUsageOverview) SetTotalMemoryQuota(v float32) { method GetCurrentMemoryUsage (line 157) | func (o *RegionUsageOverview) GetCurrentMemoryUsage() float32 { method GetCurrentMemoryUsageOk (line 168) | func (o *RegionUsageOverview) GetCurrentMemoryUsageOk() (*float32, boo... method SetCurrentMemoryUsage (line 176) | func (o *RegionUsageOverview) SetCurrentMemoryUsage(v float32) { method GetTotalDiskQuota (line 181) | func (o *RegionUsageOverview) GetTotalDiskQuota() float32 { method GetTotalDiskQuotaOk (line 192) | func (o *RegionUsageOverview) GetTotalDiskQuotaOk() (*float32, bool) { method SetTotalDiskQuota (line 200) | func (o *RegionUsageOverview) SetTotalDiskQuota(v float32) { method GetCurrentDiskUsage (line 205) | func (o *RegionUsageOverview) GetCurrentDiskUsage() float32 { method GetCurrentDiskUsageOk (line 216) | func (o *RegionUsageOverview) GetCurrentDiskUsageOk() (*float32, bool) { method SetCurrentDiskUsage (line 224) | func (o *RegionUsageOverview) SetCurrentDiskUsage(v float32) { method MarshalJSON (line 228) | func (o RegionUsageOverview) MarshalJSON() ([]byte, error) { method ToMap (line 236) | func (o RegionUsageOverview) ToMap() (map[string]interface{}, error) { method UnmarshalJSON (line 253) | func (o *RegionUsageOverview) UnmarshalJSON(data []byte) (err error) { type _RegionUsageOverview (line 34) | type _RegionUsageOverview function NewRegionUsageOverview (line 40) | func NewRegionUsageOverview(regionId string, totalCpuQuota float32, curr... function NewRegionUsageOverviewWithDefaults (line 55) | func NewRegionUsageOverviewWithDefaults() *RegionUsageOverview { type NullableRegionUsageOverview (line 307) | type NullableRegionUsageOverview struct method Get (line 312) | func (v NullableRegionUsageOverview) Get() *RegionUsageOverview { method Set (line 316) | func (v *NullableRegionUsageOverview) Set(val *RegionUsageOverview) { method IsSet (line 321) | func (v NullableRegionUsageOverview) IsSet() bool { method Unset (line 325) | func (v *NullableRegionUsageOverview) Unset() { method MarshalJSON (line 334) | func (v NullableRegionUsageOverview) MarshalJSON() ([]byte, error) { method UnmarshalJSON (line 338) | func (v *NullableRegionUsageOverview) UnmarshalJSON(src []byte) error { function NewNullableRegionUsageOverview (line 330) | func NewNullableRegionUsageOverview(val *RegionUsageOverview) *NullableR... FILE: libs/api-client-go/model_registry_push_access_dto.go type RegistryPushAccessDto (line 23) | type RegistryPushAccessDto struct method GetUsername (line 65) | func (o *RegistryPushAccessDto) GetUsername() string { method GetUsernameOk (line 76) | func (o *RegistryPushAccessDto) GetUsernameOk() (*string, bool) { method SetUsername (line 84) | func (o *RegistryPushAccessDto) SetUsername(v string) { method GetSecret (line 89) | func (o *RegistryPushAccessDto) GetSecret() string { method GetSecretOk (line 100) | func (o *RegistryPushAccessDto) GetSecretOk() (*string, bool) { method SetSecret (line 108) | func (o *RegistryPushAccessDto) SetSecret(v string) { method GetRegistryUrl (line 113) | func (o *RegistryPushAccessDto) GetRegistryUrl() string { method GetRegistryUrlOk (line 124) | func (o *RegistryPushAccessDto) GetRegistryUrlOk() (*string, bool) { method SetRegistryUrl (line 132) | func (o *RegistryPushAccessDto) SetRegistryUrl(v string) { method GetRegistryId (line 137) | func (o *RegistryPushAccessDto) GetRegistryId() string { method GetRegistryIdOk (line 148) | func (o *RegistryPushAccessDto) GetRegistryIdOk() (*string, bool) { method SetRegistryId (line 156) | func (o *RegistryPushAccessDto) SetRegistryId(v string) { method GetProject (line 161) | func (o *RegistryPushAccessDto) GetProject() string { method GetProjectOk (line 172) | func (o *RegistryPushAccessDto) GetProjectOk() (*string, bool) { method SetProject (line 180) | func (o *RegistryPushAccessDto) SetProject(v string) { method GetExpiresAt (line 185) | func (o *RegistryPushAccessDto) GetExpiresAt() string { method GetExpiresAtOk (line 196) | func (o *RegistryPushAccessDto) GetExpiresAtOk() (*string, bool) { method SetExpiresAt (line 204) | func (o *RegistryPushAccessDto) SetExpiresAt(v string) { method MarshalJSON (line 208) | func (o RegistryPushAccessDto) MarshalJSON() ([]byte, error) { method ToMap (line 216) | func (o RegistryPushAccessDto) ToMap() (map[string]interface{}, error) { method UnmarshalJSON (line 232) | func (o *RegistryPushAccessDto) UnmarshalJSON(data []byte) (err error) { type _RegistryPushAccessDto (line 39) | type _RegistryPushAccessDto function NewRegistryPushAccessDto (line 45) | func NewRegistryPushAccessDto(username string, secret string, registryUr... function NewRegistryPushAccessDtoWithDefaults (line 59) | func NewRegistryPushAccessDtoWithDefaults() *RegistryPushAccessDto { type NullableRegistryPushAccessDto (line 284) | type NullableRegistryPushAccessDto struct method Get (line 289) | func (v NullableRegistryPushAccessDto) Get() *RegistryPushAccessDto { method Set (line 293) | func (v *NullableRegistryPushAccessDto) Set(val *RegistryPushAccessDto) { method IsSet (line 298) | func (v NullableRegistryPushAccessDto) IsSet() bool { method Unset (line 302) | func (v *NullableRegistryPushAccessDto) Unset() { method MarshalJSON (line 311) | func (v NullableRegistryPushAccessDto) MarshalJSON() ([]byte, error) { method UnmarshalJSON (line 315) | func (v *NullableRegistryPushAccessDto) UnmarshalJSON(src []byte) error { function NewNullableRegistryPushAccessDto (line 307) | func NewNullableRegistryPushAccessDto(val *RegistryPushAccessDto) *Nulla... FILE: libs/api-client-go/model_replace_request.go type ReplaceRequest (line 23) | type ReplaceRequest struct method GetFiles (line 53) | func (o *ReplaceRequest) GetFiles() []string { method GetFilesOk (line 64) | func (o *ReplaceRequest) GetFilesOk() ([]string, bool) { method SetFiles (line 72) | func (o *ReplaceRequest) SetFiles(v []string) { method GetPattern (line 77) | func (o *ReplaceRequest) GetPattern() string { method GetPatternOk (line 88) | func (o *ReplaceRequest) GetPatternOk() (*string, bool) { method SetPattern (line 96) | func (o *ReplaceRequest) SetPattern(v string) { method GetNewValue (line 101) | func (o *ReplaceRequest) GetNewValue() string { method GetNewValueOk (line 112) | func (o *ReplaceRequest) GetNewValueOk() (*string, bool) { method SetNewValue (line 120) | func (o *ReplaceRequest) SetNewValue(v string) { method MarshalJSON (line 124) | func (o ReplaceRequest) MarshalJSON() ([]byte, error) { method ToMap (line 132) | func (o ReplaceRequest) ToMap() (map[string]interface{}, error) { method UnmarshalJSON (line 145) | func (o *ReplaceRequest) UnmarshalJSON(data []byte) (err error) { type _ReplaceRequest (line 30) | type _ReplaceRequest function NewReplaceRequest (line 36) | func NewReplaceRequest(files []string, pattern string, newValue string) ... function NewReplaceRequestWithDefaults (line 47) | func NewReplaceRequestWithDefaults() *ReplaceRequest { type NullableReplaceRequest (line 191) | type NullableReplaceRequest struct method Get (line 196) | func (v NullableReplaceRequest) Get() *ReplaceRequest { method Set (line 200) | func (v *NullableReplaceRequest) Set(val *ReplaceRequest) { method IsSet (line 205) | func (v NullableReplaceRequest) IsSet() bool { method Unset (line 209) | func (v *NullableReplaceRequest) Unset() { method MarshalJSON (line 218) | func (v NullableReplaceRequest) MarshalJSON() ([]byte, error) { method UnmarshalJSON (line 222) | func (v *NullableReplaceRequest) UnmarshalJSON(src []byte) error { function NewNullableReplaceRequest (line 214) | func NewNullableReplaceRequest(val *ReplaceRequest) *NullableReplaceRequ... FILE: libs/api-client-go/model_replace_result.go type ReplaceResult (line 22) | type ReplaceResult struct method GetFile (line 49) | func (o *ReplaceResult) GetFile() string { method GetFileOk (line 59) | func (o *ReplaceResult) GetFileOk() (*string, bool) { method HasFile (line 67) | func (o *ReplaceResult) HasFile() bool { method SetFile (line 76) | func (o *ReplaceResult) SetFile(v string) { method GetSuccess (line 81) | func (o *ReplaceResult) GetSuccess() bool { method GetSuccessOk (line 91) | func (o *ReplaceResult) GetSuccessOk() (*bool, bool) { method HasSuccess (line 99) | func (o *ReplaceResult) HasSuccess() bool { method SetSuccess (line 108) | func (o *ReplaceResult) SetSuccess(v bool) { method GetError (line 113) | func (o *ReplaceResult) GetError() string { method GetErrorOk (line 123) | func (o *ReplaceResult) GetErrorOk() (*string, bool) { method HasError (line 131) | func (o *ReplaceResult) HasError() bool { method SetError (line 140) | func (o *ReplaceResult) SetError(v string) { method MarshalJSON (line 144) | func (o ReplaceResult) MarshalJSON() ([]byte, error) { method ToMap (line 152) | func (o ReplaceResult) ToMap() (map[string]interface{}, error) { method UnmarshalJSON (line 171) | func (o *ReplaceResult) UnmarshalJSON(data []byte) (err error) { type _ReplaceResult (line 29) | type _ReplaceResult function NewReplaceResult (line 35) | func NewReplaceResult() *ReplaceResult { function NewReplaceResultWithDefaults (line 43) | func NewReplaceResultWithDefaults() *ReplaceResult { type NullableReplaceResult (line 194) | type NullableReplaceResult struct method Get (line 199) | func (v NullableReplaceResult) Get() *ReplaceResult { method Set (line 203) | func (v *NullableReplaceResult) Set(val *ReplaceResult) { method IsSet (line 208) | func (v NullableReplaceResult) IsSet() bool { method Unset (line 212) | func (v *NullableReplaceResult) Unset() { method MarshalJSON (line 221) | func (v NullableReplaceResult) MarshalJSON() ([]byte, error) { method UnmarshalJSON (line 225) | func (v *NullableReplaceResult) UnmarshalJSON(src []byte) error { function NewNullableReplaceResult (line 217) | func NewNullableReplaceResult(val *ReplaceResult) *NullableReplaceResult { FILE: libs/api-client-go/model_resize_sandbox.go type ResizeSandbox (line 22) | type ResizeSandbox struct method GetCpu (line 52) | func (o *ResizeSandbox) GetCpu() int32 { method GetCpuOk (line 62) | func (o *ResizeSandbox) GetCpuOk() (*int32, bool) { method HasCpu (line 70) | func (o *ResizeSandbox) HasCpu() bool { method SetCpu (line 79) | func (o *ResizeSandbox) SetCpu(v int32) { method GetMemory (line 84) | func (o *ResizeSandbox) GetMemory() int32 { method GetMemoryOk (line 94) | func (o *ResizeSandbox) GetMemoryOk() (*int32, bool) { method HasMemory (line 102) | func (o *ResizeSandbox) HasMemory() bool { method SetMemory (line 111) | func (o *ResizeSandbox) SetMemory(v int32) { method GetDisk (line 116) | func (o *ResizeSandbox) GetDisk() int32 { method GetDiskOk (line 126) | func (o *ResizeSandbox) GetDiskOk() (*int32, bool) { method HasDisk (line 134) | func (o *ResizeSandbox) HasDisk() bool { method SetDisk (line 143) | func (o *ResizeSandbox) SetDisk(v int32) { method MarshalJSON (line 147) | func (o ResizeSandbox) MarshalJSON() ([]byte, error) { method ToMap (line 155) | func (o ResizeSandbox) ToMap() (map[string]interface{}, error) { method UnmarshalJSON (line 174) | func (o *ResizeSandbox) UnmarshalJSON(data []byte) (err error) { type _ResizeSandbox (line 32) | type _ResizeSandbox function NewResizeSandbox (line 38) | func NewResizeSandbox() *ResizeSandbox { function NewResizeSandboxWithDefaults (line 46) | func NewResizeSandboxWithDefaults() *ResizeSandbox { type NullableResizeSandbox (line 197) | type NullableResizeSandbox struct method Get (line 202) | func (v NullableResizeSandbox) Get() *ResizeSandbox { method Set (line 206) | func (v *NullableResizeSandbox) Set(val *ResizeSandbox) { method IsSet (line 211) | func (v NullableResizeSandbox) IsSet() bool { method Unset (line 215) | func (v *NullableResizeSandbox) Unset() { method MarshalJSON (line 224) | func (v NullableResizeSandbox) MarshalJSON() ([]byte, error) { method UnmarshalJSON (line 228) | func (v *NullableResizeSandbox) UnmarshalJSON(src []byte) error { function NewNullableResizeSandbox (line 220) | func NewNullableResizeSandbox(val *ResizeSandbox) *NullableResizeSandbox { FILE: libs/api-client-go/model_runner.go type Runner (line 23) | type Runner struct method GetId (line 121) | func (o *Runner) GetId() string { method GetIdOk (line 132) | func (o *Runner) GetIdOk() (*string, bool) { method SetId (line 140) | func (o *Runner) SetId(v string) { method GetDomain (line 145) | func (o *Runner) GetDomain() string { method GetDomainOk (line 155) | func (o *Runner) GetDomainOk() (*string, bool) { method HasDomain (line 163) | func (o *Runner) HasDomain() bool { method SetDomain (line 172) | func (o *Runner) SetDomain(v string) { method GetApiUrl (line 177) | func (o *Runner) GetApiUrl() string { method GetApiUrlOk (line 187) | func (o *Runner) GetApiUrlOk() (*string, bool) { method HasApiUrl (line 195) | func (o *Runner) HasApiUrl() bool { method SetApiUrl (line 204) | func (o *Runner) SetApiUrl(v string) { method GetProxyUrl (line 209) | func (o *Runner) GetProxyUrl() string { method GetProxyUrlOk (line 219) | func (o *Runner) GetProxyUrlOk() (*string, bool) { method HasProxyUrl (line 227) | func (o *Runner) HasProxyUrl() bool { method SetProxyUrl (line 236) | func (o *Runner) SetProxyUrl(v string) { method GetCpu (line 241) | func (o *Runner) GetCpu() float32 { method GetCpuOk (line 252) | func (o *Runner) GetCpuOk() (*float32, bool) { method SetCpu (line 260) | func (o *Runner) SetCpu(v float32) { method GetMemory (line 265) | func (o *Runner) GetMemory() float32 { method GetMemoryOk (line 276) | func (o *Runner) GetMemoryOk() (*float32, bool) { method SetMemory (line 284) | func (o *Runner) SetMemory(v float32) { method GetDisk (line 289) | func (o *Runner) GetDisk() float32 { method GetDiskOk (line 300) | func (o *Runner) GetDiskOk() (*float32, bool) { method SetDisk (line 308) | func (o *Runner) SetDisk(v float32) { method GetGpu (line 313) | func (o *Runner) GetGpu() float32 { method GetGpuOk (line 323) | func (o *Runner) GetGpuOk() (*float32, bool) { method HasGpu (line 331) | func (o *Runner) HasGpu() bool { method SetGpu (line 340) | func (o *Runner) SetGpu(v float32) { method GetGpuType (line 345) | func (o *Runner) GetGpuType() string { method GetGpuTypeOk (line 355) | func (o *Runner) GetGpuTypeOk() (*string, bool) { method HasGpuType (line 363) | func (o *Runner) HasGpuType() bool { method SetGpuType (line 372) | func (o *Runner) SetGpuType(v string) { method GetClass (line 377) | func (o *Runner) GetClass() SandboxClass { method GetClassOk (line 388) | func (o *Runner) GetClassOk() (*SandboxClass, bool) { method SetClass (line 396) | func (o *Runner) SetClass(v SandboxClass) { method GetCurrentCpuUsagePercentage (line 401) | func (o *Runner) GetCurrentCpuUsagePercentage() float32 { method GetCurrentCpuUsagePercentageOk (line 411) | func (o *Runner) GetCurrentCpuUsagePercentageOk() (*float32, bool) { method HasCurrentCpuUsagePercentage (line 419) | func (o *Runner) HasCurrentCpuUsagePercentage() bool { method SetCurrentCpuUsagePercentage (line 428) | func (o *Runner) SetCurrentCpuUsagePercentage(v float32) { method GetCurrentMemoryUsagePercentage (line 433) | func (o *Runner) GetCurrentMemoryUsagePercentage() float32 { method GetCurrentMemoryUsagePercentageOk (line 443) | func (o *Runner) GetCurrentMemoryUsagePercentageOk() (*float32, bool) { method HasCurrentMemoryUsagePercentage (line 451) | func (o *Runner) HasCurrentMemoryUsagePercentage() bool { method SetCurrentMemoryUsagePercentage (line 460) | func (o *Runner) SetCurrentMemoryUsagePercentage(v float32) { method GetCurrentDiskUsagePercentage (line 465) | func (o *Runner) GetCurrentDiskUsagePercentage() float32 { method GetCurrentDiskUsagePercentageOk (line 475) | func (o *Runner) GetCurrentDiskUsagePercentageOk() (*float32, bool) { method HasCurrentDiskUsagePercentage (line 483) | func (o *Runner) HasCurrentDiskUsagePercentage() bool { method SetCurrentDiskUsagePercentage (line 492) | func (o *Runner) SetCurrentDiskUsagePercentage(v float32) { method GetCurrentAllocatedCpu (line 497) | func (o *Runner) GetCurrentAllocatedCpu() float32 { method GetCurrentAllocatedCpuOk (line 507) | func (o *Runner) GetCurrentAllocatedCpuOk() (*float32, bool) { method HasCurrentAllocatedCpu (line 515) | func (o *Runner) HasCurrentAllocatedCpu() bool { method SetCurrentAllocatedCpu (line 524) | func (o *Runner) SetCurrentAllocatedCpu(v float32) { method GetCurrentAllocatedMemoryGiB (line 529) | func (o *Runner) GetCurrentAllocatedMemoryGiB() float32 { method GetCurrentAllocatedMemoryGiBOk (line 539) | func (o *Runner) GetCurrentAllocatedMemoryGiBOk() (*float32, bool) { method HasCurrentAllocatedMemoryGiB (line 547) | func (o *Runner) HasCurrentAllocatedMemoryGiB() bool { method SetCurrentAllocatedMemoryGiB (line 556) | func (o *Runner) SetCurrentAllocatedMemoryGiB(v float32) { method GetCurrentAllocatedDiskGiB (line 561) | func (o *Runner) GetCurrentAllocatedDiskGiB() float32 { method GetCurrentAllocatedDiskGiBOk (line 571) | func (o *Runner) GetCurrentAllocatedDiskGiBOk() (*float32, bool) { method HasCurrentAllocatedDiskGiB (line 579) | func (o *Runner) HasCurrentAllocatedDiskGiB() bool { method SetCurrentAllocatedDiskGiB (line 588) | func (o *Runner) SetCurrentAllocatedDiskGiB(v float32) { method GetCurrentSnapshotCount (line 593) | func (o *Runner) GetCurrentSnapshotCount() float32 { method GetCurrentSnapshotCountOk (line 603) | func (o *Runner) GetCurrentSnapshotCountOk() (*float32, bool) { method HasCurrentSnapshotCount (line 611) | func (o *Runner) HasCurrentSnapshotCount() bool { method SetCurrentSnapshotCount (line 620) | func (o *Runner) SetCurrentSnapshotCount(v float32) { method GetCurrentStartedSandboxes (line 625) | func (o *Runner) GetCurrentStartedSandboxes() float32 { method GetCurrentStartedSandboxesOk (line 635) | func (o *Runner) GetCurrentStartedSandboxesOk() (*float32, bool) { method HasCurrentStartedSandboxes (line 643) | func (o *Runner) HasCurrentStartedSandboxes() bool { method SetCurrentStartedSandboxes (line 652) | func (o *Runner) SetCurrentStartedSandboxes(v float32) { method GetAvailabilityScore (line 657) | func (o *Runner) GetAvailabilityScore() float32 { method GetAvailabilityScoreOk (line 667) | func (o *Runner) GetAvailabilityScoreOk() (*float32, bool) { method HasAvailabilityScore (line 675) | func (o *Runner) HasAvailabilityScore() bool { method SetAvailabilityScore (line 684) | func (o *Runner) SetAvailabilityScore(v float32) { method GetRegion (line 689) | func (o *Runner) GetRegion() string { method GetRegionOk (line 700) | func (o *Runner) GetRegionOk() (*string, bool) { method SetRegion (line 708) | func (o *Runner) SetRegion(v string) { method GetName (line 713) | func (o *Runner) GetName() string { method GetNameOk (line 724) | func (o *Runner) GetNameOk() (*string, bool) { method SetName (line 732) | func (o *Runner) SetName(v string) { method GetState (line 737) | func (o *Runner) GetState() RunnerState { method GetStateOk (line 748) | func (o *Runner) GetStateOk() (*RunnerState, bool) { method SetState (line 756) | func (o *Runner) SetState(v RunnerState) { method GetLastChecked (line 761) | func (o *Runner) GetLastChecked() string { method GetLastCheckedOk (line 771) | func (o *Runner) GetLastCheckedOk() (*string, bool) { method HasLastChecked (line 779) | func (o *Runner) HasLastChecked() bool { method SetLastChecked (line 788) | func (o *Runner) SetLastChecked(v string) { method GetUnschedulable (line 793) | func (o *Runner) GetUnschedulable() bool { method GetUnschedulableOk (line 804) | func (o *Runner) GetUnschedulableOk() (*bool, bool) { method SetUnschedulable (line 812) | func (o *Runner) SetUnschedulable(v bool) { method GetCreatedAt (line 817) | func (o *Runner) GetCreatedAt() string { method GetCreatedAtOk (line 828) | func (o *Runner) GetCreatedAtOk() (*string, bool) { method SetCreatedAt (line 836) | func (o *Runner) SetCreatedAt(v string) { method GetUpdatedAt (line 841) | func (o *Runner) GetUpdatedAt() string { method GetUpdatedAtOk (line 852) | func (o *Runner) GetUpdatedAtOk() (*string, bool) { method SetUpdatedAt (line 860) | func (o *Runner) SetUpdatedAt(v string) { method GetVersion (line 866) | func (o *Runner) GetVersion() string { method GetVersionOk (line 878) | func (o *Runner) GetVersionOk() (*string, bool) { method SetVersion (line 887) | func (o *Runner) SetVersion(v string) { method GetApiVersion (line 893) | func (o *Runner) GetApiVersion() string { method GetApiVersionOk (line 905) | func (o *Runner) GetApiVersionOk() (*string, bool) { method SetApiVersion (line 914) | func (o *Runner) SetApiVersion(v string) { method GetAppVersion (line 920) | func (o *Runner) GetAppVersion() string { method GetAppVersionOk (line 931) | func (o *Runner) GetAppVersionOk() (*string, bool) { method HasAppVersion (line 939) | func (o *Runner) HasAppVersion() bool { method SetAppVersion (line 949) | func (o *Runner) SetAppVersion(v string) { method MarshalJSON (line 953) | func (o Runner) MarshalJSON() ([]byte, error) { method ToMap (line 961) | func (o Runner) ToMap() (map[string]interface{}, error) { method UnmarshalJSON (line 1032) | func (o *Runner) UnmarshalJSON(data []byte) (err error) { type _Runner (line 88) | type _Runner function NewRunner (line 94) | func NewRunner(id string, cpu float32, memory float32, disk float32, cla... function NewRunnerWithDefaults (line 115) | func NewRunnerWithDefaults() *Runner { type NullableRunner (line 1114) | type NullableRunner struct method Get (line 1119) | func (v NullableRunner) Get() *Runner { method Set (line 1123) | func (v *NullableRunner) Set(val *Runner) { method IsSet (line 1128) | func (v NullableRunner) IsSet() bool { method Unset (line 1132) | func (v *NullableRunner) Unset() { method MarshalJSON (line 1141) | func (v NullableRunner) MarshalJSON() ([]byte, error) { method UnmarshalJSON (line 1145) | func (v *NullableRunner) UnmarshalJSON(src []byte) error { function NewNullableRunner (line 1137) | func NewNullableRunner(val *Runner) *NullableRunner { FILE: libs/api-client-go/model_runner_full.go type RunnerFull (line 23) | type RunnerFull struct method GetId (line 126) | func (o *RunnerFull) GetId() string { method GetIdOk (line 137) | func (o *RunnerFull) GetIdOk() (*string, bool) { method SetId (line 145) | func (o *RunnerFull) SetId(v string) { method GetDomain (line 150) | func (o *RunnerFull) GetDomain() string { method GetDomainOk (line 160) | func (o *RunnerFull) GetDomainOk() (*string, bool) { method HasDomain (line 168) | func (o *RunnerFull) HasDomain() bool { method SetDomain (line 177) | func (o *RunnerFull) SetDomain(v string) { method GetApiUrl (line 182) | func (o *RunnerFull) GetApiUrl() string { method GetApiUrlOk (line 192) | func (o *RunnerFull) GetApiUrlOk() (*string, bool) { method HasApiUrl (line 200) | func (o *RunnerFull) HasApiUrl() bool { method SetApiUrl (line 209) | func (o *RunnerFull) SetApiUrl(v string) { method GetProxyUrl (line 214) | func (o *RunnerFull) GetProxyUrl() string { method GetProxyUrlOk (line 224) | func (o *RunnerFull) GetProxyUrlOk() (*string, bool) { method HasProxyUrl (line 232) | func (o *RunnerFull) HasProxyUrl() bool { method SetProxyUrl (line 241) | func (o *RunnerFull) SetProxyUrl(v string) { method GetCpu (line 246) | func (o *RunnerFull) GetCpu() float32 { method GetCpuOk (line 257) | func (o *RunnerFull) GetCpuOk() (*float32, bool) { method SetCpu (line 265) | func (o *RunnerFull) SetCpu(v float32) { method GetMemory (line 270) | func (o *RunnerFull) GetMemory() float32 { method GetMemoryOk (line 281) | func (o *RunnerFull) GetMemoryOk() (*float32, bool) { method SetMemory (line 289) | func (o *RunnerFull) SetMemory(v float32) { method GetDisk (line 294) | func (o *RunnerFull) GetDisk() float32 { method GetDiskOk (line 305) | func (o *RunnerFull) GetDiskOk() (*float32, bool) { method SetDisk (line 313) | func (o *RunnerFull) SetDisk(v float32) { method GetGpu (line 318) | func (o *RunnerFull) GetGpu() float32 { method GetGpuOk (line 328) | func (o *RunnerFull) GetGpuOk() (*float32, bool) { method HasGpu (line 336) | func (o *RunnerFull) HasGpu() bool { method SetGpu (line 345) | func (o *RunnerFull) SetGpu(v float32) { method GetGpuType (line 350) | func (o *RunnerFull) GetGpuType() string { method GetGpuTypeOk (line 360) | func (o *RunnerFull) GetGpuTypeOk() (*string, bool) { method HasGpuType (line 368) | func (o *RunnerFull) HasGpuType() bool { method SetGpuType (line 377) | func (o *RunnerFull) SetGpuType(v string) { method GetClass (line 382) | func (o *RunnerFull) GetClass() SandboxClass { method GetClassOk (line 393) | func (o *RunnerFull) GetClassOk() (*SandboxClass, bool) { method SetClass (line 401) | func (o *RunnerFull) SetClass(v SandboxClass) { method GetCurrentCpuUsagePercentage (line 406) | func (o *RunnerFull) GetCurrentCpuUsagePercentage() float32 { method GetCurrentCpuUsagePercentageOk (line 416) | func (o *RunnerFull) GetCurrentCpuUsagePercentageOk() (*float32, bool) { method HasCurrentCpuUsagePercentage (line 424) | func (o *RunnerFull) HasCurrentCpuUsagePercentage() bool { method SetCurrentCpuUsagePercentage (line 433) | func (o *RunnerFull) SetCurrentCpuUsagePercentage(v float32) { method GetCurrentMemoryUsagePercentage (line 438) | func (o *RunnerFull) GetCurrentMemoryUsagePercentage() float32 { method GetCurrentMemoryUsagePercentageOk (line 448) | func (o *RunnerFull) GetCurrentMemoryUsagePercentageOk() (*float32, bo... method HasCurrentMemoryUsagePercentage (line 456) | func (o *RunnerFull) HasCurrentMemoryUsagePercentage() bool { method SetCurrentMemoryUsagePercentage (line 465) | func (o *RunnerFull) SetCurrentMemoryUsagePercentage(v float32) { method GetCurrentDiskUsagePercentage (line 470) | func (o *RunnerFull) GetCurrentDiskUsagePercentage() float32 { method GetCurrentDiskUsagePercentageOk (line 480) | func (o *RunnerFull) GetCurrentDiskUsagePercentageOk() (*float32, bool) { method HasCurrentDiskUsagePercentage (line 488) | func (o *RunnerFull) HasCurrentDiskUsagePercentage() bool { method SetCurrentDiskUsagePercentage (line 497) | func (o *RunnerFull) SetCurrentDiskUsagePercentage(v float32) { method GetCurrentAllocatedCpu (line 502) | func (o *RunnerFull) GetCurrentAllocatedCpu() float32 { method GetCurrentAllocatedCpuOk (line 512) | func (o *RunnerFull) GetCurrentAllocatedCpuOk() (*float32, bool) { method HasCurrentAllocatedCpu (line 520) | func (o *RunnerFull) HasCurrentAllocatedCpu() bool { method SetCurrentAllocatedCpu (line 529) | func (o *RunnerFull) SetCurrentAllocatedCpu(v float32) { method GetCurrentAllocatedMemoryGiB (line 534) | func (o *RunnerFull) GetCurrentAllocatedMemoryGiB() float32 { method GetCurrentAllocatedMemoryGiBOk (line 544) | func (o *RunnerFull) GetCurrentAllocatedMemoryGiBOk() (*float32, bool) { method HasCurrentAllocatedMemoryGiB (line 552) | func (o *RunnerFull) HasCurrentAllocatedMemoryGiB() bool { method SetCurrentAllocatedMemoryGiB (line 561) | func (o *RunnerFull) SetCurrentAllocatedMemoryGiB(v float32) { method GetCurrentAllocatedDiskGiB (line 566) | func (o *RunnerFull) GetCurrentAllocatedDiskGiB() float32 { method GetCurrentAllocatedDiskGiBOk (line 576) | func (o *RunnerFull) GetCurrentAllocatedDiskGiBOk() (*float32, bool) { method HasCurrentAllocatedDiskGiB (line 584) | func (o *RunnerFull) HasCurrentAllocatedDiskGiB() bool { method SetCurrentAllocatedDiskGiB (line 593) | func (o *RunnerFull) SetCurrentAllocatedDiskGiB(v float32) { method GetCurrentSnapshotCount (line 598) | func (o *RunnerFull) GetCurrentSnapshotCount() float32 { method GetCurrentSnapshotCountOk (line 608) | func (o *RunnerFull) GetCurrentSnapshotCountOk() (*float32, bool) { method HasCurrentSnapshotCount (line 616) | func (o *RunnerFull) HasCurrentSnapshotCount() bool { method SetCurrentSnapshotCount (line 625) | func (o *RunnerFull) SetCurrentSnapshotCount(v float32) { method GetCurrentStartedSandboxes (line 630) | func (o *RunnerFull) GetCurrentStartedSandboxes() float32 { method GetCurrentStartedSandboxesOk (line 640) | func (o *RunnerFull) GetCurrentStartedSandboxesOk() (*float32, bool) { method HasCurrentStartedSandboxes (line 648) | func (o *RunnerFull) HasCurrentStartedSandboxes() bool { method SetCurrentStartedSandboxes (line 657) | func (o *RunnerFull) SetCurrentStartedSandboxes(v float32) { method GetAvailabilityScore (line 662) | func (o *RunnerFull) GetAvailabilityScore() float32 { method GetAvailabilityScoreOk (line 672) | func (o *RunnerFull) GetAvailabilityScoreOk() (*float32, bool) { method HasAvailabilityScore (line 680) | func (o *RunnerFull) HasAvailabilityScore() bool { method SetAvailabilityScore (line 689) | func (o *RunnerFull) SetAvailabilityScore(v float32) { method GetRegion (line 694) | func (o *RunnerFull) GetRegion() string { method GetRegionOk (line 705) | func (o *RunnerFull) GetRegionOk() (*string, bool) { method SetRegion (line 713) | func (o *RunnerFull) SetRegion(v string) { method GetName (line 718) | func (o *RunnerFull) GetName() string { method GetNameOk (line 729) | func (o *RunnerFull) GetNameOk() (*string, bool) { method SetName (line 737) | func (o *RunnerFull) SetName(v string) { method GetState (line 742) | func (o *RunnerFull) GetState() RunnerState { method GetStateOk (line 753) | func (o *RunnerFull) GetStateOk() (*RunnerState, bool) { method SetState (line 761) | func (o *RunnerFull) SetState(v RunnerState) { method GetLastChecked (line 766) | func (o *RunnerFull) GetLastChecked() string { method GetLastCheckedOk (line 776) | func (o *RunnerFull) GetLastCheckedOk() (*string, bool) { method HasLastChecked (line 784) | func (o *RunnerFull) HasLastChecked() bool { method SetLastChecked (line 793) | func (o *RunnerFull) SetLastChecked(v string) { method GetUnschedulable (line 798) | func (o *RunnerFull) GetUnschedulable() bool { method GetUnschedulableOk (line 809) | func (o *RunnerFull) GetUnschedulableOk() (*bool, bool) { method SetUnschedulable (line 817) | func (o *RunnerFull) SetUnschedulable(v bool) { method GetCreatedAt (line 822) | func (o *RunnerFull) GetCreatedAt() string { method GetCreatedAtOk (line 833) | func (o *RunnerFull) GetCreatedAtOk() (*string, bool) { method SetCreatedAt (line 841) | func (o *RunnerFull) SetCreatedAt(v string) { method GetUpdatedAt (line 846) | func (o *RunnerFull) GetUpdatedAt() string { method GetUpdatedAtOk (line 857) | func (o *RunnerFull) GetUpdatedAtOk() (*string, bool) { method SetUpdatedAt (line 865) | func (o *RunnerFull) SetUpdatedAt(v string) { method GetVersion (line 871) | func (o *RunnerFull) GetVersion() string { method GetVersionOk (line 883) | func (o *RunnerFull) GetVersionOk() (*string, bool) { method SetVersion (line 892) | func (o *RunnerFull) SetVersion(v string) { method GetApiVersion (line 898) | func (o *RunnerFull) GetApiVersion() string { method GetApiVersionOk (line 910) | func (o *RunnerFull) GetApiVersionOk() (*string, bool) { method SetApiVersion (line 919) | func (o *RunnerFull) SetApiVersion(v string) { method GetAppVersion (line 925) | func (o *RunnerFull) GetAppVersion() string { method GetAppVersionOk (line 936) | func (o *RunnerFull) GetAppVersionOk() (*string, bool) { method HasAppVersion (line 944) | func (o *RunnerFull) HasAppVersion() bool { method SetAppVersion (line 954) | func (o *RunnerFull) SetAppVersion(v string) { method GetApiKey (line 959) | func (o *RunnerFull) GetApiKey() string { method GetApiKeyOk (line 970) | func (o *RunnerFull) GetApiKeyOk() (*string, bool) { method SetApiKey (line 978) | func (o *RunnerFull) SetApiKey(v string) { method GetRegionType (line 983) | func (o *RunnerFull) GetRegionType() RegionType { method GetRegionTypeOk (line 993) | func (o *RunnerFull) GetRegionTypeOk() (*RegionType, bool) { method HasRegionType (line 1001) | func (o *RunnerFull) HasRegionType() bool { method SetRegionType (line 1010) | func (o *RunnerFull) SetRegionType(v RegionType) { method MarshalJSON (line 1014) | func (o RunnerFull) MarshalJSON() ([]byte, error) { method ToMap (line 1022) | func (o RunnerFull) ToMap() (map[string]interface{}, error) { method UnmarshalJSON (line 1097) | func (o *RunnerFull) UnmarshalJSON(data []byte) (err error) { type _RunnerFull (line 92) | type _RunnerFull function NewRunnerFull (line 98) | func NewRunnerFull(id string, cpu float32, memory float32, disk float32,... function NewRunnerFullWithDefaults (line 120) | func NewRunnerFullWithDefaults() *RunnerFull { type NullableRunnerFull (line 1182) | type NullableRunnerFull struct method Get (line 1187) | func (v NullableRunnerFull) Get() *RunnerFull { method Set (line 1191) | func (v *NullableRunnerFull) Set(val *RunnerFull) { method IsSet (line 1196) | func (v NullableRunnerFull) IsSet() bool { method Unset (line 1200) | func (v *NullableRunnerFull) Unset() { method MarshalJSON (line 1209) | func (v NullableRunnerFull) MarshalJSON() ([]byte, error) { method UnmarshalJSON (line 1213) | func (v *NullableRunnerFull) UnmarshalJSON(src []byte) error { function NewNullableRunnerFull (line 1205) | func NewNullableRunnerFull(val *RunnerFull) *NullableRunnerFull { FILE: libs/api-client-go/model_runner_health_metrics.go type RunnerHealthMetrics (line 23) | type RunnerHealthMetrics struct method GetCurrentCpuLoadAverage (line 83) | func (o *RunnerHealthMetrics) GetCurrentCpuLoadAverage() float32 { method GetCurrentCpuLoadAverageOk (line 94) | func (o *RunnerHealthMetrics) GetCurrentCpuLoadAverageOk() (*float32, ... method SetCurrentCpuLoadAverage (line 102) | func (o *RunnerHealthMetrics) SetCurrentCpuLoadAverage(v float32) { method GetCurrentCpuUsagePercentage (line 107) | func (o *RunnerHealthMetrics) GetCurrentCpuUsagePercentage() float32 { method GetCurrentCpuUsagePercentageOk (line 118) | func (o *RunnerHealthMetrics) GetCurrentCpuUsagePercentageOk() (*float... method SetCurrentCpuUsagePercentage (line 126) | func (o *RunnerHealthMetrics) SetCurrentCpuUsagePercentage(v float32) { method GetCurrentMemoryUsagePercentage (line 131) | func (o *RunnerHealthMetrics) GetCurrentMemoryUsagePercentage() float32 { method GetCurrentMemoryUsagePercentageOk (line 142) | func (o *RunnerHealthMetrics) GetCurrentMemoryUsagePercentageOk() (*fl... method SetCurrentMemoryUsagePercentage (line 150) | func (o *RunnerHealthMetrics) SetCurrentMemoryUsagePercentage(v float3... method GetCurrentDiskUsagePercentage (line 155) | func (o *RunnerHealthMetrics) GetCurrentDiskUsagePercentage() float32 { method GetCurrentDiskUsagePercentageOk (line 166) | func (o *RunnerHealthMetrics) GetCurrentDiskUsagePercentageOk() (*floa... method SetCurrentDiskUsagePercentage (line 174) | func (o *RunnerHealthMetrics) SetCurrentDiskUsagePercentage(v float32) { method GetCurrentAllocatedCpu (line 179) | func (o *RunnerHealthMetrics) GetCurrentAllocatedCpu() float32 { method GetCurrentAllocatedCpuOk (line 190) | func (o *RunnerHealthMetrics) GetCurrentAllocatedCpuOk() (*float32, bo... method SetCurrentAllocatedCpu (line 198) | func (o *RunnerHealthMetrics) SetCurrentAllocatedCpu(v float32) { method GetCurrentAllocatedMemoryGiB (line 203) | func (o *RunnerHealthMetrics) GetCurrentAllocatedMemoryGiB() float32 { method GetCurrentAllocatedMemoryGiBOk (line 214) | func (o *RunnerHealthMetrics) GetCurrentAllocatedMemoryGiBOk() (*float... method SetCurrentAllocatedMemoryGiB (line 222) | func (o *RunnerHealthMetrics) SetCurrentAllocatedMemoryGiB(v float32) { method GetCurrentAllocatedDiskGiB (line 227) | func (o *RunnerHealthMetrics) GetCurrentAllocatedDiskGiB() float32 { method GetCurrentAllocatedDiskGiBOk (line 238) | func (o *RunnerHealthMetrics) GetCurrentAllocatedDiskGiBOk() (*float32... method SetCurrentAllocatedDiskGiB (line 246) | func (o *RunnerHealthMetrics) SetCurrentAllocatedDiskGiB(v float32) { method GetCurrentSnapshotCount (line 251) | func (o *RunnerHealthMetrics) GetCurrentSnapshotCount() float32 { method GetCurrentSnapshotCountOk (line 262) | func (o *RunnerHealthMetrics) GetCurrentSnapshotCountOk() (*float32, b... method SetCurrentSnapshotCount (line 270) | func (o *RunnerHealthMetrics) SetCurrentSnapshotCount(v float32) { method GetCurrentStartedSandboxes (line 275) | func (o *RunnerHealthMetrics) GetCurrentStartedSandboxes() float32 { method GetCurrentStartedSandboxesOk (line 286) | func (o *RunnerHealthMetrics) GetCurrentStartedSandboxesOk() (*float32... method SetCurrentStartedSandboxes (line 294) | func (o *RunnerHealthMetrics) SetCurrentStartedSandboxes(v float32) { method GetCpu (line 299) | func (o *RunnerHealthMetrics) GetCpu() float32 { method GetCpuOk (line 310) | func (o *RunnerHealthMetrics) GetCpuOk() (*float32, bool) { method SetCpu (line 318) | func (o *RunnerHealthMetrics) SetCpu(v float32) { method GetMemoryGiB (line 323) | func (o *RunnerHealthMetrics) GetMemoryGiB() float32 { method GetMemoryGiBOk (line 334) | func (o *RunnerHealthMetrics) GetMemoryGiBOk() (*float32, bool) { method SetMemoryGiB (line 342) | func (o *RunnerHealthMetrics) SetMemoryGiB(v float32) { method GetDiskGiB (line 347) | func (o *RunnerHealthMetrics) GetDiskGiB() float32 { method GetDiskGiBOk (line 358) | func (o *RunnerHealthMetrics) GetDiskGiBOk() (*float32, bool) { method SetDiskGiB (line 366) | func (o *RunnerHealthMetrics) SetDiskGiB(v float32) { method MarshalJSON (line 370) | func (o RunnerHealthMetrics) MarshalJSON() ([]byte, error) { method ToMap (line 378) | func (o RunnerHealthMetrics) ToMap() (map[string]interface{}, error) { method UnmarshalJSON (line 400) | func (o *RunnerHealthMetrics) UnmarshalJSON(data []byte) (err error) { type _RunnerHealthMetrics (line 51) | type _RunnerHealthMetrics function NewRunnerHealthMetrics (line 57) | func NewRunnerHealthMetrics(currentCpuLoadAverage float32, currentCpuUsa... function NewRunnerHealthMetricsWithDefaults (line 77) | func NewRunnerHealthMetricsWithDefaults() *RunnerHealthMetrics { type NullableRunnerHealthMetrics (line 464) | type NullableRunnerHealthMetrics struct method Get (line 469) | func (v NullableRunnerHealthMetrics) Get() *RunnerHealthMetrics { method Set (line 473) | func (v *NullableRunnerHealthMetrics) Set(val *RunnerHealthMetrics) { method IsSet (line 478) | func (v NullableRunnerHealthMetrics) IsSet() bool { method Unset (line 482) | func (v *NullableRunnerHealthMetrics) Unset() { method MarshalJSON (line 491) | func (v NullableRunnerHealthMetrics) MarshalJSON() ([]byte, error) { method UnmarshalJSON (line 495) | func (v *NullableRunnerHealthMetrics) UnmarshalJSON(src []byte) error { function NewNullableRunnerHealthMetrics (line 487) | func NewNullableRunnerHealthMetrics(val *RunnerHealthMetrics) *NullableR... FILE: libs/api-client-go/model_runner_healthcheck.go type RunnerHealthcheck (line 23) | type RunnerHealthcheck struct method GetMetrics (line 60) | func (o *RunnerHealthcheck) GetMetrics() RunnerHealthMetrics { method GetMetricsOk (line 70) | func (o *RunnerHealthcheck) GetMetricsOk() (*RunnerHealthMetrics, bool) { method HasMetrics (line 78) | func (o *RunnerHealthcheck) HasMetrics() bool { method SetMetrics (line 87) | func (o *RunnerHealthcheck) SetMetrics(v RunnerHealthMetrics) { method GetServiceHealth (line 92) | func (o *RunnerHealthcheck) GetServiceHealth() []RunnerServiceHealth { method GetServiceHealthOk (line 102) | func (o *RunnerHealthcheck) GetServiceHealthOk() ([]RunnerServiceHealt... method HasServiceHealth (line 110) | func (o *RunnerHealthcheck) HasServiceHealth() bool { method SetServiceHealth (line 119) | func (o *RunnerHealthcheck) SetServiceHealth(v []RunnerServiceHealth) { method GetDomain (line 124) | func (o *RunnerHealthcheck) GetDomain() string { method GetDomainOk (line 134) | func (o *RunnerHealthcheck) GetDomainOk() (*string, bool) { method HasDomain (line 142) | func (o *RunnerHealthcheck) HasDomain() bool { method SetDomain (line 151) | func (o *RunnerHealthcheck) SetDomain(v string) { method GetProxyUrl (line 156) | func (o *RunnerHealthcheck) GetProxyUrl() string { method GetProxyUrlOk (line 166) | func (o *RunnerHealthcheck) GetProxyUrlOk() (*string, bool) { method HasProxyUrl (line 174) | func (o *RunnerHealthcheck) HasProxyUrl() bool { method SetProxyUrl (line 183) | func (o *RunnerHealthcheck) SetProxyUrl(v string) { method GetApiUrl (line 188) | func (o *RunnerHealthcheck) GetApiUrl() string { method GetApiUrlOk (line 198) | func (o *RunnerHealthcheck) GetApiUrlOk() (*string, bool) { method HasApiUrl (line 206) | func (o *RunnerHealthcheck) HasApiUrl() bool { method SetApiUrl (line 215) | func (o *RunnerHealthcheck) SetApiUrl(v string) { method GetAppVersion (line 220) | func (o *RunnerHealthcheck) GetAppVersion() string { method GetAppVersionOk (line 231) | func (o *RunnerHealthcheck) GetAppVersionOk() (*string, bool) { method SetAppVersion (line 239) | func (o *RunnerHealthcheck) SetAppVersion(v string) { method MarshalJSON (line 243) | func (o RunnerHealthcheck) MarshalJSON() ([]byte, error) { method ToMap (line 251) | func (o RunnerHealthcheck) ToMap() (map[string]interface{}, error) { method UnmarshalJSON (line 277) | func (o *RunnerHealthcheck) UnmarshalJSON(data []byte) (err error) { type _RunnerHealthcheck (line 39) | type _RunnerHealthcheck function NewRunnerHealthcheck (line 45) | func NewRunnerHealthcheck(appVersion string) *RunnerHealthcheck { function NewRunnerHealthcheckWithDefaults (line 54) | func NewRunnerHealthcheckWithDefaults() *RunnerHealthcheck { type NullableRunnerHealthcheck (line 324) | type NullableRunnerHealthcheck struct method Get (line 329) | func (v NullableRunnerHealthcheck) Get() *RunnerHealthcheck { method Set (line 333) | func (v *NullableRunnerHealthcheck) Set(val *RunnerHealthcheck) { method IsSet (line 338) | func (v NullableRunnerHealthcheck) IsSet() bool { method Unset (line 342) | func (v *NullableRunnerHealthcheck) Unset() { method MarshalJSON (line 351) | func (v NullableRunnerHealthcheck) MarshalJSON() ([]byte, error) { method UnmarshalJSON (line 355) | func (v *NullableRunnerHealthcheck) UnmarshalJSON(src []byte) error { function NewNullableRunnerHealthcheck (line 347) | func NewNullableRunnerHealthcheck(val *RunnerHealthcheck) *NullableRunne... FILE: libs/api-client-go/model_runner_service_health.go type RunnerServiceHealth (line 23) | type RunnerServiceHealth struct method GetServiceName (line 55) | func (o *RunnerServiceHealth) GetServiceName() string { method GetServiceNameOk (line 66) | func (o *RunnerServiceHealth) GetServiceNameOk() (*string, bool) { method SetServiceName (line 74) | func (o *RunnerServiceHealth) SetServiceName(v string) { method GetHealthy (line 79) | func (o *RunnerServiceHealth) GetHealthy() bool { method GetHealthyOk (line 90) | func (o *RunnerServiceHealth) GetHealthyOk() (*bool, bool) { method SetHealthy (line 98) | func (o *RunnerServiceHealth) SetHealthy(v bool) { method GetErrorReason (line 103) | func (o *RunnerServiceHealth) GetErrorReason() string { method GetErrorReasonOk (line 113) | func (o *RunnerServiceHealth) GetErrorReasonOk() (*string, bool) { method HasErrorReason (line 121) | func (o *RunnerServiceHealth) HasErrorReason() bool { method SetErrorReason (line 130) | func (o *RunnerServiceHealth) SetErrorReason(v string) { method MarshalJSON (line 134) | func (o RunnerServiceHealth) MarshalJSON() ([]byte, error) { method ToMap (line 142) | func (o RunnerServiceHealth) ToMap() (map[string]interface{}, error) { method UnmarshalJSON (line 157) | func (o *RunnerServiceHealth) UnmarshalJSON(data []byte) (err error) { type _RunnerServiceHealth (line 33) | type _RunnerServiceHealth function NewRunnerServiceHealth (line 39) | func NewRunnerServiceHealth(serviceName string, healthy bool) *RunnerSer... function NewRunnerServiceHealthWithDefaults (line 49) | func NewRunnerServiceHealthWithDefaults() *RunnerServiceHealth { type NullableRunnerServiceHealth (line 202) | type NullableRunnerServiceHealth struct method Get (line 207) | func (v NullableRunnerServiceHealth) Get() *RunnerServiceHealth { method Set (line 211) | func (v *NullableRunnerServiceHealth) Set(val *RunnerServiceHealth) { method IsSet (line 216) | func (v NullableRunnerServiceHealth) IsSet() bool { method Unset (line 220) | func (v *NullableRunnerServiceHealth) Unset() { method MarshalJSON (line 229) | func (v NullableRunnerServiceHealth) MarshalJSON() ([]byte, error) { method UnmarshalJSON (line 233) | func (v *NullableRunnerServiceHealth) UnmarshalJSON(src []byte) error { function NewNullableRunnerServiceHealth (line 225) | func NewNullableRunnerServiceHealth(val *RunnerServiceHealth) *NullableR... FILE: libs/api-client-go/model_runner_snapshot_dto.go type RunnerSnapshotDto (line 23) | type RunnerSnapshotDto struct method GetRunnerSnapshotId (line 55) | func (o *RunnerSnapshotDto) GetRunnerSnapshotId() string { method GetRunnerSnapshotIdOk (line 66) | func (o *RunnerSnapshotDto) GetRunnerSnapshotIdOk() (*string, bool) { method SetRunnerSnapshotId (line 74) | func (o *RunnerSnapshotDto) SetRunnerSnapshotId(v string) { method GetRunnerId (line 79) | func (o *RunnerSnapshotDto) GetRunnerId() string { method GetRunnerIdOk (line 90) | func (o *RunnerSnapshotDto) GetRunnerIdOk() (*string, bool) { method SetRunnerId (line 98) | func (o *RunnerSnapshotDto) SetRunnerId(v string) { method GetRunnerDomain (line 103) | func (o *RunnerSnapshotDto) GetRunnerDomain() string { method GetRunnerDomainOk (line 113) | func (o *RunnerSnapshotDto) GetRunnerDomainOk() (*string, bool) { method HasRunnerDomain (line 121) | func (o *RunnerSnapshotDto) HasRunnerDomain() bool { method SetRunnerDomain (line 130) | func (o *RunnerSnapshotDto) SetRunnerDomain(v string) { method MarshalJSON (line 134) | func (o RunnerSnapshotDto) MarshalJSON() ([]byte, error) { method ToMap (line 142) | func (o RunnerSnapshotDto) ToMap() (map[string]interface{}, error) { method UnmarshalJSON (line 157) | func (o *RunnerSnapshotDto) UnmarshalJSON(data []byte) (err error) { type _RunnerSnapshotDto (line 33) | type _RunnerSnapshotDto function NewRunnerSnapshotDto (line 39) | func NewRunnerSnapshotDto(runnerSnapshotId string, runnerId string) *Run... function NewRunnerSnapshotDtoWithDefaults (line 49) | func NewRunnerSnapshotDtoWithDefaults() *RunnerSnapshotDto { type NullableRunnerSnapshotDto (line 202) | type NullableRunnerSnapshotDto struct method Get (line 207) | func (v NullableRunnerSnapshotDto) Get() *RunnerSnapshotDto { method Set (line 211) | func (v *NullableRunnerSnapshotDto) Set(val *RunnerSnapshotDto) { method IsSet (line 216) | func (v NullableRunnerSnapshotDto) IsSet() bool { method Unset (line 220) | func (v *NullableRunnerSnapshotDto) Unset() { method MarshalJSON (line 229) | func (v NullableRunnerSnapshotDto) MarshalJSON() ([]byte, error) { method UnmarshalJSON (line 233) | func (v *NullableRunnerSnapshotDto) UnmarshalJSON(src []byte) error { function NewNullableRunnerSnapshotDto (line 225) | func NewNullableRunnerSnapshotDto(val *RunnerSnapshotDto) *NullableRunne... FILE: libs/api-client-go/model_runner_state.go type RunnerState (line 20) | type RunnerState method UnmarshalJSON (line 40) | func (v *RunnerState) UnmarshalJSON(src []byte) error { method IsValid (line 69) | func (v RunnerState) IsValid() bool { method Ptr (line 79) | func (v RunnerState) Ptr() *RunnerState { constant RUNNERSTATE_INITIALIZING (line 24) | RUNNERSTATE_INITIALIZING RunnerState = "initializing" constant RUNNERSTATE_READY (line 25) | RUNNERSTATE_READY RunnerState = "ready" constant RUNNERSTATE_DISABLED (line 26) | RUNNERSTATE_DISABLED RunnerState = "disabled" constant RUNNERSTATE_DECOMMISSIONED (line 27) | RUNNERSTATE_DECOMMISSIONED RunnerState = "decommissioned" constant RUNNERSTATE_UNRESPONSIVE (line 28) | RUNNERSTATE_UNRESPONSIVE RunnerState = "unresponsive" function NewRunnerStateFromValue (line 59) | func NewRunnerStateFromValue(v string) (*RunnerState, error) { type NullableRunnerState (line 83) | type NullableRunnerState struct method Get (line 88) | func (v NullableRunnerState) Get() *RunnerState { method Set (line 92) | func (v *NullableRunnerState) Set(val *RunnerState) { method IsSet (line 97) | func (v NullableRunnerState) IsSet() bool { method Unset (line 101) | func (v *NullableRunnerState) Unset() { method MarshalJSON (line 110) | func (v NullableRunnerState) MarshalJSON() ([]byte, error) { method UnmarshalJSON (line 114) | func (v *NullableRunnerState) UnmarshalJSON(src []byte) error { function NewNullableRunnerState (line 106) | func NewNullableRunnerState(val *RunnerState) *NullableRunnerState { FILE: libs/api-client-go/model_sandbox.go type Sandbox (line 23) | type Sandbox struct method GetId (line 126) | func (o *Sandbox) GetId() string { method GetIdOk (line 137) | func (o *Sandbox) GetIdOk() (*string, bool) { method SetId (line 145) | func (o *Sandbox) SetId(v string) { method GetOrganizationId (line 150) | func (o *Sandbox) GetOrganizationId() string { method GetOrganizationIdOk (line 161) | func (o *Sandbox) GetOrganizationIdOk() (*string, bool) { method SetOrganizationId (line 169) | func (o *Sandbox) SetOrganizationId(v string) { method GetName (line 174) | func (o *Sandbox) GetName() string { method GetNameOk (line 185) | func (o *Sandbox) GetNameOk() (*string, bool) { method SetName (line 193) | func (o *Sandbox) SetName(v string) { method GetSnapshot (line 198) | func (o *Sandbox) GetSnapshot() string { method GetSnapshotOk (line 208) | func (o *Sandbox) GetSnapshotOk() (*string, bool) { method HasSnapshot (line 216) | func (o *Sandbox) HasSnapshot() bool { method SetSnapshot (line 225) | func (o *Sandbox) SetSnapshot(v string) { method GetUser (line 230) | func (o *Sandbox) GetUser() string { method GetUserOk (line 241) | func (o *Sandbox) GetUserOk() (*string, bool) { method SetUser (line 249) | func (o *Sandbox) SetUser(v string) { method GetEnv (line 254) | func (o *Sandbox) GetEnv() map[string]string { method GetEnvOk (line 265) | func (o *Sandbox) GetEnvOk() (*map[string]string, bool) { method SetEnv (line 273) | func (o *Sandbox) SetEnv(v map[string]string) { method GetLabels (line 278) | func (o *Sandbox) GetLabels() map[string]string { method GetLabelsOk (line 289) | func (o *Sandbox) GetLabelsOk() (*map[string]string, bool) { method SetLabels (line 297) | func (o *Sandbox) SetLabels(v map[string]string) { method GetPublic (line 302) | func (o *Sandbox) GetPublic() bool { method GetPublicOk (line 313) | func (o *Sandbox) GetPublicOk() (*bool, bool) { method SetPublic (line 321) | func (o *Sandbox) SetPublic(v bool) { method GetNetworkBlockAll (line 326) | func (o *Sandbox) GetNetworkBlockAll() bool { method GetNetworkBlockAllOk (line 337) | func (o *Sandbox) GetNetworkBlockAllOk() (*bool, bool) { method SetNetworkBlockAll (line 345) | func (o *Sandbox) SetNetworkBlockAll(v bool) { method GetNetworkAllowList (line 350) | func (o *Sandbox) GetNetworkAllowList() string { method GetNetworkAllowListOk (line 360) | func (o *Sandbox) GetNetworkAllowListOk() (*string, bool) { method HasNetworkAllowList (line 368) | func (o *Sandbox) HasNetworkAllowList() bool { method SetNetworkAllowList (line 377) | func (o *Sandbox) SetNetworkAllowList(v string) { method GetTarget (line 382) | func (o *Sandbox) GetTarget() string { method GetTargetOk (line 393) | func (o *Sandbox) GetTargetOk() (*string, bool) { method SetTarget (line 401) | func (o *Sandbox) SetTarget(v string) { method GetCpu (line 406) | func (o *Sandbox) GetCpu() float32 { method GetCpuOk (line 417) | func (o *Sandbox) GetCpuOk() (*float32, bool) { method SetCpu (line 425) | func (o *Sandbox) SetCpu(v float32) { method GetGpu (line 430) | func (o *Sandbox) GetGpu() float32 { method GetGpuOk (line 441) | func (o *Sandbox) GetGpuOk() (*float32, bool) { method SetGpu (line 449) | func (o *Sandbox) SetGpu(v float32) { method GetMemory (line 454) | func (o *Sandbox) GetMemory() float32 { method GetMemoryOk (line 465) | func (o *Sandbox) GetMemoryOk() (*float32, bool) { method SetMemory (line 473) | func (o *Sandbox) SetMemory(v float32) { method GetDisk (line 478) | func (o *Sandbox) GetDisk() float32 { method GetDiskOk (line 489) | func (o *Sandbox) GetDiskOk() (*float32, bool) { method SetDisk (line 497) | func (o *Sandbox) SetDisk(v float32) { method GetState (line 502) | func (o *Sandbox) GetState() SandboxState { method GetStateOk (line 512) | func (o *Sandbox) GetStateOk() (*SandboxState, bool) { method HasState (line 520) | func (o *Sandbox) HasState() bool { method SetState (line 529) | func (o *Sandbox) SetState(v SandboxState) { method GetDesiredState (line 534) | func (o *Sandbox) GetDesiredState() SandboxDesiredState { method GetDesiredStateOk (line 544) | func (o *Sandbox) GetDesiredStateOk() (*SandboxDesiredState, bool) { method HasDesiredState (line 552) | func (o *Sandbox) HasDesiredState() bool { method SetDesiredState (line 561) | func (o *Sandbox) SetDesiredState(v SandboxDesiredState) { method GetErrorReason (line 566) | func (o *Sandbox) GetErrorReason() string { method GetErrorReasonOk (line 576) | func (o *Sandbox) GetErrorReasonOk() (*string, bool) { method HasErrorReason (line 584) | func (o *Sandbox) HasErrorReason() bool { method SetErrorReason (line 593) | func (o *Sandbox) SetErrorReason(v string) { method GetRecoverable (line 598) | func (o *Sandbox) GetRecoverable() bool { method GetRecoverableOk (line 608) | func (o *Sandbox) GetRecoverableOk() (*bool, bool) { method HasRecoverable (line 616) | func (o *Sandbox) HasRecoverable() bool { method SetRecoverable (line 625) | func (o *Sandbox) SetRecoverable(v bool) { method GetBackupState (line 630) | func (o *Sandbox) GetBackupState() string { method GetBackupStateOk (line 640) | func (o *Sandbox) GetBackupStateOk() (*string, bool) { method HasBackupState (line 648) | func (o *Sandbox) HasBackupState() bool { method SetBackupState (line 657) | func (o *Sandbox) SetBackupState(v string) { method GetBackupCreatedAt (line 662) | func (o *Sandbox) GetBackupCreatedAt() string { method GetBackupCreatedAtOk (line 672) | func (o *Sandbox) GetBackupCreatedAtOk() (*string, bool) { method HasBackupCreatedAt (line 680) | func (o *Sandbox) HasBackupCreatedAt() bool { method SetBackupCreatedAt (line 689) | func (o *Sandbox) SetBackupCreatedAt(v string) { method GetAutoStopInterval (line 694) | func (o *Sandbox) GetAutoStopInterval() float32 { method GetAutoStopIntervalOk (line 704) | func (o *Sandbox) GetAutoStopIntervalOk() (*float32, bool) { method HasAutoStopInterval (line 712) | func (o *Sandbox) HasAutoStopInterval() bool { method SetAutoStopInterval (line 721) | func (o *Sandbox) SetAutoStopInterval(v float32) { method GetAutoArchiveInterval (line 726) | func (o *Sandbox) GetAutoArchiveInterval() float32 { method GetAutoArchiveIntervalOk (line 736) | func (o *Sandbox) GetAutoArchiveIntervalOk() (*float32, bool) { method HasAutoArchiveInterval (line 744) | func (o *Sandbox) HasAutoArchiveInterval() bool { method SetAutoArchiveInterval (line 753) | func (o *Sandbox) SetAutoArchiveInterval(v float32) { method GetAutoDeleteInterval (line 758) | func (o *Sandbox) GetAutoDeleteInterval() float32 { method GetAutoDeleteIntervalOk (line 768) | func (o *Sandbox) GetAutoDeleteIntervalOk() (*float32, bool) { method HasAutoDeleteInterval (line 776) | func (o *Sandbox) HasAutoDeleteInterval() bool { method SetAutoDeleteInterval (line 785) | func (o *Sandbox) SetAutoDeleteInterval(v float32) { method GetVolumes (line 790) | func (o *Sandbox) GetVolumes() []SandboxVolume { method GetVolumesOk (line 800) | func (o *Sandbox) GetVolumesOk() ([]SandboxVolume, bool) { method HasVolumes (line 808) | func (o *Sandbox) HasVolumes() bool { method SetVolumes (line 817) | func (o *Sandbox) SetVolumes(v []SandboxVolume) { method GetBuildInfo (line 822) | func (o *Sandbox) GetBuildInfo() BuildInfo { method GetBuildInfoOk (line 832) | func (o *Sandbox) GetBuildInfoOk() (*BuildInfo, bool) { method HasBuildInfo (line 840) | func (o *Sandbox) HasBuildInfo() bool { method SetBuildInfo (line 849) | func (o *Sandbox) SetBuildInfo(v BuildInfo) { method GetCreatedAt (line 854) | func (o *Sandbox) GetCreatedAt() string { method GetCreatedAtOk (line 864) | func (o *Sandbox) GetCreatedAtOk() (*string, bool) { method HasCreatedAt (line 872) | func (o *Sandbox) HasCreatedAt() bool { method SetCreatedAt (line 881) | func (o *Sandbox) SetCreatedAt(v string) { method GetUpdatedAt (line 886) | func (o *Sandbox) GetUpdatedAt() string { method GetUpdatedAtOk (line 896) | func (o *Sandbox) GetUpdatedAtOk() (*string, bool) { method HasUpdatedAt (line 904) | func (o *Sandbox) HasUpdatedAt() bool { method SetUpdatedAt (line 913) | func (o *Sandbox) SetUpdatedAt(v string) { method GetClass (line 919) | func (o *Sandbox) GetClass() string { method GetClassOk (line 930) | func (o *Sandbox) GetClassOk() (*string, bool) { method HasClass (line 938) | func (o *Sandbox) HasClass() bool { method SetClass (line 948) | func (o *Sandbox) SetClass(v string) { method GetDaemonVersion (line 953) | func (o *Sandbox) GetDaemonVersion() string { method GetDaemonVersionOk (line 963) | func (o *Sandbox) GetDaemonVersionOk() (*string, bool) { method HasDaemonVersion (line 971) | func (o *Sandbox) HasDaemonVersion() bool { method SetDaemonVersion (line 980) | func (o *Sandbox) SetDaemonVersion(v string) { method GetRunnerId (line 985) | func (o *Sandbox) GetRunnerId() string { method GetRunnerIdOk (line 995) | func (o *Sandbox) GetRunnerIdOk() (*string, bool) { method HasRunnerId (line 1003) | func (o *Sandbox) HasRunnerId() bool { method SetRunnerId (line 1012) | func (o *Sandbox) SetRunnerId(v string) { method GetToolboxProxyUrl (line 1017) | func (o *Sandbox) GetToolboxProxyUrl() string { method GetToolboxProxyUrlOk (line 1028) | func (o *Sandbox) GetToolboxProxyUrlOk() (*string, bool) { method SetToolboxProxyUrl (line 1036) | func (o *Sandbox) SetToolboxProxyUrl(v string) { method MarshalJSON (line 1040) | func (o Sandbox) MarshalJSON() ([]byte, error) { method ToMap (line 1048) | func (o Sandbox) ToMap() (map[string]interface{}, error) { method UnmarshalJSON (line 1126) | func (o *Sandbox) UnmarshalJSON(data []byte) (err error) { type _Sandbox (line 92) | type _Sandbox function NewSandbox (line 98) | func NewSandbox(id string, organizationId string, name string, user stri... function NewSandboxWithDefaults (line 120) | func NewSandboxWithDefaults() *Sandbox { type NullableSandbox (line 1212) | type NullableSandbox struct method Get (line 1217) | func (v NullableSandbox) Get() *Sandbox { method Set (line 1221) | func (v *NullableSandbox) Set(val *Sandbox) { method IsSet (line 1226) | func (v NullableSandbox) IsSet() bool { method Unset (line 1230) | func (v *NullableSandbox) Unset() { method MarshalJSON (line 1239) | func (v NullableSandbox) MarshalJSON() ([]byte, error) { method UnmarshalJSON (line 1243) | func (v *NullableSandbox) UnmarshalJSON(src []byte) error { function NewNullableSandbox (line 1235) | func NewNullableSandbox(val *Sandbox) *NullableSandbox { FILE: libs/api-client-go/model_sandbox_class.go type SandboxClass (line 20) | type SandboxClass method UnmarshalJSON (line 36) | func (v *SandboxClass) UnmarshalJSON(src []byte) error { method IsValid (line 65) | func (v SandboxClass) IsValid() bool { method Ptr (line 75) | func (v SandboxClass) Ptr() *SandboxClass { constant SANDBOXCLASS_SMALL (line 24) | SANDBOXCLASS_SMALL SandboxClass = "small" constant SANDBOXCLASS_MEDIUM (line 25) | SANDBOXCLASS_MEDIUM SandboxClass = "medium" constant SANDBOXCLASS_LARGE (line 26) | SANDBOXCLASS_LARGE SandboxClass = "large" function NewSandboxClassFromValue (line 55) | func NewSandboxClassFromValue(v string) (*SandboxClass, error) { type NullableSandboxClass (line 79) | type NullableSandboxClass struct method Get (line 84) | func (v NullableSandboxClass) Get() *SandboxClass { method Set (line 88) | func (v *NullableSandboxClass) Set(val *SandboxClass) { method IsSet (line 93) | func (v NullableSandboxClass) IsSet() bool { method Unset (line 97) | func (v *NullableSandboxClass) Unset() { method MarshalJSON (line 106) | func (v NullableSandboxClass) MarshalJSON() ([]byte, error) { method UnmarshalJSON (line 110) | func (v *NullableSandboxClass) UnmarshalJSON(src []byte) error { function NewNullableSandboxClass (line 102) | func NewNullableSandboxClass(val *SandboxClass) *NullableSandboxClass { FILE: libs/api-client-go/model_sandbox_desired_state.go type SandboxDesiredState (line 20) | type SandboxDesiredState method UnmarshalJSON (line 40) | func (v *SandboxDesiredState) UnmarshalJSON(src []byte) error { method IsValid (line 69) | func (v SandboxDesiredState) IsValid() bool { method Ptr (line 79) | func (v SandboxDesiredState) Ptr() *SandboxDesiredState { constant SANDBOXDESIREDSTATE_DESTROYED (line 24) | SANDBOXDESIREDSTATE_DESTROYED SandboxDesiredState = "destroyed" constant SANDBOXDESIREDSTATE_STARTED (line 25) | SANDBOXDESIREDSTATE_STARTED SandboxDesiredState = "started" constant SANDBOXDESIREDSTATE_STOPPED (line 26) | SANDBOXDESIREDSTATE_STOPPED SandboxDesiredState = "stopped" constant SANDBOXDESIREDSTATE_RESIZED (line 27) | SANDBOXDESIREDSTATE_RESIZED SandboxDesiredState = "resized" constant SANDBOXDESIREDSTATE_ARCHIVED (line 28) | SANDBOXDESIREDSTATE_ARCHIVED SandboxDesiredState = "archived" function NewSandboxDesiredStateFromValue (line 59) | func NewSandboxDesiredStateFromValue(v string) (*SandboxDesiredState, er... type NullableSandboxDesiredState (line 83) | type NullableSandboxDesiredState struct method Get (line 88) | func (v NullableSandboxDesiredState) Get() *SandboxDesiredState { method Set (line 92) | func (v *NullableSandboxDesiredState) Set(val *SandboxDesiredState) { method IsSet (line 97) | func (v NullableSandboxDesiredState) IsSet() bool { method Unset (line 101) | func (v *NullableSandboxDesiredState) Unset() { method MarshalJSON (line 110) | func (v NullableSandboxDesiredState) MarshalJSON() ([]byte, error) { method UnmarshalJSON (line 114) | func (v *NullableSandboxDesiredState) UnmarshalJSON(src []byte) error { function NewNullableSandboxDesiredState (line 106) | func NewNullableSandboxDesiredState(val *SandboxDesiredState) *NullableS... FILE: libs/api-client-go/model_sandbox_info.go type SandboxInfo (line 23) | type SandboxInfo struct method GetCreated (line 58) | func (o *SandboxInfo) GetCreated() string { method GetCreatedOk (line 69) | func (o *SandboxInfo) GetCreatedOk() (*string, bool) { method SetCreated (line 77) | func (o *SandboxInfo) SetCreated(v string) { method GetName (line 83) | func (o *SandboxInfo) GetName() string { method GetNameOk (line 95) | func (o *SandboxInfo) GetNameOk() (*string, bool) { method SetName (line 104) | func (o *SandboxInfo) SetName(v string) { method GetProviderMetadata (line 109) | func (o *SandboxInfo) GetProviderMetadata() string { method GetProviderMetadataOk (line 119) | func (o *SandboxInfo) GetProviderMetadataOk() (*string, bool) { method HasProviderMetadata (line 127) | func (o *SandboxInfo) HasProviderMetadata() bool { method SetProviderMetadata (line 136) | func (o *SandboxInfo) SetProviderMetadata(v string) { method MarshalJSON (line 140) | func (o SandboxInfo) MarshalJSON() ([]byte, error) { method ToMap (line 148) | func (o SandboxInfo) ToMap() (map[string]interface{}, error) { method UnmarshalJSON (line 163) | func (o *SandboxInfo) UnmarshalJSON(data []byte) (err error) { type _SandboxInfo (line 34) | type _SandboxInfo function NewSandboxInfo (line 40) | func NewSandboxInfo(created string, name string) *SandboxInfo { function NewSandboxInfoWithDefaults (line 50) | func NewSandboxInfoWithDefaults() *SandboxInfo { type NullableSandboxInfo (line 208) | type NullableSandboxInfo struct method Get (line 213) | func (v NullableSandboxInfo) Get() *SandboxInfo { method Set (line 217) | func (v *NullableSandboxInfo) Set(val *SandboxInfo) { method IsSet (line 222) | func (v NullableSandboxInfo) IsSet() bool { method Unset (line 226) | func (v *NullableSandboxInfo) Unset() { method MarshalJSON (line 235) | func (v NullableSandboxInfo) MarshalJSON() ([]byte, error) { method UnmarshalJSON (line 239) | func (v *NullableSandboxInfo) UnmarshalJSON(src []byte) error { function NewNullableSandboxInfo (line 231) | func NewNullableSandboxInfo(val *SandboxInfo) *NullableSandboxInfo { FILE: libs/api-client-go/model_sandbox_labels.go type SandboxLabels (line 23) | type SandboxLabels struct method GetLabels (line 50) | func (o *SandboxLabels) GetLabels() map[string]string { method GetLabelsOk (line 61) | func (o *SandboxLabels) GetLabelsOk() (*map[string]string, bool) { method SetLabels (line 69) | func (o *SandboxLabels) SetLabels(v map[string]string) { method MarshalJSON (line 73) | func (o SandboxLabels) MarshalJSON() ([]byte, error) { method ToMap (line 81) | func (o SandboxLabels) ToMap() (map[string]interface{}, error) { method UnmarshalJSON (line 92) | func (o *SandboxLabels) UnmarshalJSON(data []byte) (err error) { type _SandboxLabels (line 29) | type _SandboxLabels function NewSandboxLabels (line 35) | func NewSandboxLabels(labels map[string]string) *SandboxLabels { function NewSandboxLabelsWithDefaults (line 44) | func NewSandboxLabelsWithDefaults() *SandboxLabels { type NullableSandboxLabels (line 134) | type NullableSandboxLabels struct method Get (line 139) | func (v NullableSandboxLabels) Get() *SandboxLabels { method Set (line 143) | func (v *NullableSandboxLabels) Set(val *SandboxLabels) { method IsSet (line 148) | func (v NullableSandboxLabels) IsSet() bool { method Unset (line 152) | func (v *NullableSandboxLabels) Unset() { method MarshalJSON (line 161) | func (v NullableSandboxLabels) MarshalJSON() ([]byte, error) { method UnmarshalJSON (line 165) | func (v *NullableSandboxLabels) UnmarshalJSON(src []byte) error { function NewNullableSandboxLabels (line 157) | func NewNullableSandboxLabels(val *SandboxLabels) *NullableSandboxLabels { FILE: libs/api-client-go/model_sandbox_state.go type SandboxState (line 20) | type SandboxState method UnmarshalJSON (line 64) | func (v *SandboxState) UnmarshalJSON(src []byte) error { method IsValid (line 93) | func (v SandboxState) IsValid() bool { method Ptr (line 103) | func (v SandboxState) Ptr() *SandboxState { constant SANDBOXSTATE_CREATING (line 24) | SANDBOXSTATE_CREATING SandboxState = "creating" constant SANDBOXSTATE_RESTORING (line 25) | SANDBOXSTATE_RESTORING SandboxState = "restoring" constant SANDBOXSTATE_DESTROYED (line 26) | SANDBOXSTATE_DESTROYED SandboxState = "destroyed" constant SANDBOXSTATE_DESTROYING (line 27) | SANDBOXSTATE_DESTROYING SandboxState = "destroying" constant SANDBOXSTATE_STARTED (line 28) | SANDBOXSTATE_STARTED SandboxState = "started" constant SANDBOXSTATE_STOPPED (line 29) | SANDBOXSTATE_STOPPED SandboxState = "stopped" constant SANDBOXSTATE_STARTING (line 30) | SANDBOXSTATE_STARTING SandboxState = "starting" constant SANDBOXSTATE_STOPPING (line 31) | SANDBOXSTATE_STOPPING SandboxState = "stopping" constant SANDBOXSTATE_ERROR (line 32) | SANDBOXSTATE_ERROR SandboxState = "error" constant SANDBOXSTATE_BUILD_FAILED (line 33) | SANDBOXSTATE_BUILD_FAILED SandboxState = "build_failed" constant SANDBOXSTATE_PENDING_BUILD (line 34) | SANDBOXSTATE_PENDING_BUILD SandboxState = "pending_build" constant SANDBOXSTATE_BUILDING_SNAPSHOT (line 35) | SANDBOXSTATE_BUILDING_SNAPSHOT SandboxState = "building_snapshot" constant SANDBOXSTATE_UNKNOWN (line 36) | SANDBOXSTATE_UNKNOWN SandboxState = "unknown" constant SANDBOXSTATE_PULLING_SNAPSHOT (line 37) | SANDBOXSTATE_PULLING_SNAPSHOT SandboxState = "pulling_snapshot" constant SANDBOXSTATE_ARCHIVED (line 38) | SANDBOXSTATE_ARCHIVED SandboxState = "archived" constant SANDBOXSTATE_ARCHIVING (line 39) | SANDBOXSTATE_ARCHIVING SandboxState = "archiving" constant SANDBOXSTATE_RESIZING (line 40) | SANDBOXSTATE_RESIZING SandboxState = "resizing" function NewSandboxStateFromValue (line 83) | func NewSandboxStateFromValue(v string) (*SandboxState, error) { type NullableSandboxState (line 107) | type NullableSandboxState struct method Get (line 112) | func (v NullableSandboxState) Get() *SandboxState { method Set (line 116) | func (v *NullableSandboxState) Set(val *SandboxState) { method IsSet (line 121) | func (v NullableSandboxState) IsSet() bool { method Unset (line 125) | func (v *NullableSandboxState) Unset() { method MarshalJSON (line 134) | func (v NullableSandboxState) MarshalJSON() ([]byte, error) { method UnmarshalJSON (line 138) | func (v *NullableSandboxState) UnmarshalJSON(src []byte) error { function NewNullableSandboxState (line 130) | func NewNullableSandboxState(val *SandboxState) *NullableSandboxState { FILE: libs/api-client-go/model_sandbox_volume.go type SandboxVolume (line 23) | type SandboxVolume struct method GetVolumeId (line 55) | func (o *SandboxVolume) GetVolumeId() string { method GetVolumeIdOk (line 66) | func (o *SandboxVolume) GetVolumeIdOk() (*string, bool) { method SetVolumeId (line 74) | func (o *SandboxVolume) SetVolumeId(v string) { method GetMountPath (line 79) | func (o *SandboxVolume) GetMountPath() string { method GetMountPathOk (line 90) | func (o *SandboxVolume) GetMountPathOk() (*string, bool) { method SetMountPath (line 98) | func (o *SandboxVolume) SetMountPath(v string) { method GetSubpath (line 103) | func (o *SandboxVolume) GetSubpath() string { method GetSubpathOk (line 113) | func (o *SandboxVolume) GetSubpathOk() (*string, bool) { method HasSubpath (line 121) | func (o *SandboxVolume) HasSubpath() bool { method SetSubpath (line 130) | func (o *SandboxVolume) SetSubpath(v string) { method MarshalJSON (line 134) | func (o SandboxVolume) MarshalJSON() ([]byte, error) { method ToMap (line 142) | func (o SandboxVolume) ToMap() (map[string]interface{}, error) { method UnmarshalJSON (line 157) | func (o *SandboxVolume) UnmarshalJSON(data []byte) (err error) { type _SandboxVolume (line 33) | type _SandboxVolume function NewSandboxVolume (line 39) | func NewSandboxVolume(volumeId string, mountPath string) *SandboxVolume { function NewSandboxVolumeWithDefaults (line 49) | func NewSandboxVolumeWithDefaults() *SandboxVolume { type NullableSandboxVolume (line 202) | type NullableSandboxVolume struct method Get (line 207) | func (v NullableSandboxVolume) Get() *SandboxVolume { method Set (line 211) | func (v *NullableSandboxVolume) Set(val *SandboxVolume) { method IsSet (line 216) | func (v NullableSandboxVolume) IsSet() bool { method Unset (line 220) | func (v *NullableSandboxVolume) Unset() { method MarshalJSON (line 229) | func (v NullableSandboxVolume) MarshalJSON() ([]byte, error) { method UnmarshalJSON (line 233) | func (v *NullableSandboxVolume) UnmarshalJSON(src []byte) error { function NewNullableSandboxVolume (line 225) | func NewNullableSandboxVolume(val *SandboxVolume) *NullableSandboxVolume { FILE: libs/api-client-go/model_screenshot_response.go type ScreenshotResponse (line 23) | type ScreenshotResponse struct method GetScreenshot (line 54) | func (o *ScreenshotResponse) GetScreenshot() string { method GetScreenshotOk (line 65) | func (o *ScreenshotResponse) GetScreenshotOk() (*string, bool) { method SetScreenshot (line 73) | func (o *ScreenshotResponse) SetScreenshot(v string) { method GetCursorPosition (line 78) | func (o *ScreenshotResponse) GetCursorPosition() map[string]interface{} { method GetCursorPositionOk (line 88) | func (o *ScreenshotResponse) GetCursorPositionOk() (map[string]interfa... method HasCursorPosition (line 96) | func (o *ScreenshotResponse) HasCursorPosition() bool { method SetCursorPosition (line 105) | func (o *ScreenshotResponse) SetCursorPosition(v map[string]interface{... method GetSizeBytes (line 110) | func (o *ScreenshotResponse) GetSizeBytes() float32 { method GetSizeBytesOk (line 120) | func (o *ScreenshotResponse) GetSizeBytesOk() (*float32, bool) { method HasSizeBytes (line 128) | func (o *ScreenshotResponse) HasSizeBytes() bool { method SetSizeBytes (line 137) | func (o *ScreenshotResponse) SetSizeBytes(v float32) { method MarshalJSON (line 141) | func (o ScreenshotResponse) MarshalJSON() ([]byte, error) { method ToMap (line 149) | func (o ScreenshotResponse) ToMap() (map[string]interface{}, error) { method UnmarshalJSON (line 166) | func (o *ScreenshotResponse) UnmarshalJSON(data []byte) (err error) { type _ScreenshotResponse (line 33) | type _ScreenshotResponse function NewScreenshotResponse (line 39) | func NewScreenshotResponse(screenshot string) *ScreenshotResponse { function NewScreenshotResponseWithDefaults (line 48) | func NewScreenshotResponseWithDefaults() *ScreenshotResponse { type NullableScreenshotResponse (line 210) | type NullableScreenshotResponse struct method Get (line 215) | func (v NullableScreenshotResponse) Get() *ScreenshotResponse { method Set (line 219) | func (v *NullableScreenshotResponse) Set(val *ScreenshotResponse) { method IsSet (line 224) | func (v NullableScreenshotResponse) IsSet() bool { method Unset (line 228) | func (v *NullableScreenshotResponse) Unset() { method MarshalJSON (line 237) | func (v NullableScreenshotResponse) MarshalJSON() ([]byte, error) { method UnmarshalJSON (line 241) | func (v *NullableScreenshotResponse) UnmarshalJSON(src []byte) error { function NewNullableScreenshotResponse (line 233) | func NewNullableScreenshotResponse(val *ScreenshotResponse) *NullableScr... FILE: libs/api-client-go/model_search_files_response.go type SearchFilesResponse (line 23) | type SearchFilesResponse struct method GetFiles (line 49) | func (o *SearchFilesResponse) GetFiles() []string { method GetFilesOk (line 60) | func (o *SearchFilesResponse) GetFilesOk() ([]string, bool) { method SetFiles (line 68) | func (o *SearchFilesResponse) SetFiles(v []string) { method MarshalJSON (line 72) | func (o SearchFilesResponse) MarshalJSON() ([]byte, error) { method ToMap (line 80) | func (o SearchFilesResponse) ToMap() (map[string]interface{}, error) { method UnmarshalJSON (line 91) | func (o *SearchFilesResponse) UnmarshalJSON(data []byte) (err error) { type _SearchFilesResponse (line 28) | type _SearchFilesResponse function NewSearchFilesResponse (line 34) | func NewSearchFilesResponse(files []string) *SearchFilesResponse { function NewSearchFilesResponseWithDefaults (line 43) | func NewSearchFilesResponseWithDefaults() *SearchFilesResponse { type NullableSearchFilesResponse (line 133) | type NullableSearchFilesResponse struct method Get (line 138) | func (v NullableSearchFilesResponse) Get() *SearchFilesResponse { method Set (line 142) | func (v *NullableSearchFilesResponse) Set(val *SearchFilesResponse) { method IsSet (line 147) | func (v NullableSearchFilesResponse) IsSet() bool { method Unset (line 151) | func (v *NullableSearchFilesResponse) Unset() { method MarshalJSON (line 160) | func (v NullableSearchFilesResponse) MarshalJSON() ([]byte, error) { method UnmarshalJSON (line 164) | func (v *NullableSearchFilesResponse) UnmarshalJSON(src []byte) error { function NewNullableSearchFilesResponse (line 156) | func NewNullableSearchFilesResponse(val *SearchFilesResponse) *NullableS... FILE: libs/api-client-go/model_send_webhook_dto.go type SendWebhookDto (line 23) | type SendWebhookDto struct method GetEventType (line 55) | func (o *SendWebhookDto) GetEventType() WebhookEvent { method GetEventTypeOk (line 66) | func (o *SendWebhookDto) GetEventTypeOk() (*WebhookEvent, bool) { method SetEventType (line 74) | func (o *SendWebhookDto) SetEventType(v WebhookEvent) { method GetPayload (line 79) | func (o *SendWebhookDto) GetPayload() map[string]interface{} { method GetPayloadOk (line 90) | func (o *SendWebhookDto) GetPayloadOk() (map[string]interface{}, bool) { method SetPayload (line 98) | func (o *SendWebhookDto) SetPayload(v map[string]interface{}) { method GetEventId (line 103) | func (o *SendWebhookDto) GetEventId() string { method GetEventIdOk (line 113) | func (o *SendWebhookDto) GetEventIdOk() (*string, bool) { method HasEventId (line 121) | func (o *SendWebhookDto) HasEventId() bool { method SetEventId (line 130) | func (o *SendWebhookDto) SetEventId(v string) { method MarshalJSON (line 134) | func (o SendWebhookDto) MarshalJSON() ([]byte, error) { method ToMap (line 142) | func (o SendWebhookDto) ToMap() (map[string]interface{}, error) { method UnmarshalJSON (line 157) | func (o *SendWebhookDto) UnmarshalJSON(data []byte) (err error) { type _SendWebhookDto (line 33) | type _SendWebhookDto function NewSendWebhookDto (line 39) | func NewSendWebhookDto(eventType WebhookEvent, payload map[string]interf... function NewSendWebhookDtoWithDefaults (line 49) | func NewSendWebhookDtoWithDefaults() *SendWebhookDto { type NullableSendWebhookDto (line 202) | type NullableSendWebhookDto struct method Get (line 207) | func (v NullableSendWebhookDto) Get() *SendWebhookDto { method Set (line 211) | func (v *NullableSendWebhookDto) Set(val *SendWebhookDto) { method IsSet (line 216) | func (v NullableSendWebhookDto) IsSet() bool { method Unset (line 220) | func (v *NullableSendWebhookDto) Unset() { method MarshalJSON (line 229) | func (v NullableSendWebhookDto) MarshalJSON() ([]byte, error) { method UnmarshalJSON (line 233) | func (v *NullableSendWebhookDto) UnmarshalJSON(src []byte) error { function NewNullableSendWebhookDto (line 225) | func NewNullableSendWebhookDto(val *SendWebhookDto) *NullableSendWebhook... FILE: libs/api-client-go/model_session.go type Session (line 23) | type Session struct method GetSessionId (line 53) | func (o *Session) GetSessionId() string { method GetSessionIdOk (line 64) | func (o *Session) GetSessionIdOk() (*string, bool) { method SetSessionId (line 72) | func (o *Session) SetSessionId(v string) { method GetCommands (line 78) | func (o *Session) GetCommands() []Command { method GetCommandsOk (line 90) | func (o *Session) GetCommandsOk() ([]Command, bool) { method SetCommands (line 98) | func (o *Session) SetCommands(v []Command) { method MarshalJSON (line 102) | func (o Session) MarshalJSON() ([]byte, error) { method ToMap (line 110) | func (o Session) ToMap() (map[string]interface{}, error) { method UnmarshalJSON (line 124) | func (o *Session) UnmarshalJSON(data []byte) (err error) { type _Session (line 31) | type _Session function NewSession (line 37) | func NewSession(sessionId string, commands []Command) *Session { function NewSessionWithDefaults (line 47) | func NewSessionWithDefaults() *Session { type NullableSession (line 168) | type NullableSession struct method Get (line 173) | func (v NullableSession) Get() *Session { method Set (line 177) | func (v *NullableSession) Set(val *Session) { method IsSet (line 182) | func (v NullableSession) IsSet() bool { method Unset (line 186) | func (v *NullableSession) Unset() { method MarshalJSON (line 195) | func (v NullableSession) MarshalJSON() ([]byte, error) { method UnmarshalJSON (line 199) | func (v *NullableSession) UnmarshalJSON(src []byte) error { function NewNullableSession (line 191) | func NewNullableSession(val *Session) *NullableSession { FILE: libs/api-client-go/model_session_execute_request.go type SessionExecuteRequest (line 23) | type SessionExecuteRequest struct method GetCommand (line 55) | func (o *SessionExecuteRequest) GetCommand() string { method GetCommandOk (line 66) | func (o *SessionExecuteRequest) GetCommandOk() (*string, bool) { method SetCommand (line 74) | func (o *SessionExecuteRequest) SetCommand(v string) { method GetRunAsync (line 79) | func (o *SessionExecuteRequest) GetRunAsync() bool { method GetRunAsyncOk (line 89) | func (o *SessionExecuteRequest) GetRunAsyncOk() (*bool, bool) { method HasRunAsync (line 97) | func (o *SessionExecuteRequest) HasRunAsync() bool { method SetRunAsync (line 106) | func (o *SessionExecuteRequest) SetRunAsync(v bool) { method GetAsync (line 112) | func (o *SessionExecuteRequest) GetAsync() bool { method GetAsyncOk (line 123) | func (o *SessionExecuteRequest) GetAsyncOk() (*bool, bool) { method HasAsync (line 131) | func (o *SessionExecuteRequest) HasAsync() bool { method SetAsync (line 141) | func (o *SessionExecuteRequest) SetAsync(v bool) { method MarshalJSON (line 145) | func (o SessionExecuteRequest) MarshalJSON() ([]byte, error) { method ToMap (line 153) | func (o SessionExecuteRequest) ToMap() (map[string]interface{}, error) { method UnmarshalJSON (line 170) | func (o *SessionExecuteRequest) UnmarshalJSON(data []byte) (err error) { type _SessionExecuteRequest (line 34) | type _SessionExecuteRequest function NewSessionExecuteRequest (line 40) | func NewSessionExecuteRequest(command string) *SessionExecuteRequest { function NewSessionExecuteRequestWithDefaults (line 49) | func NewSessionExecuteRequestWithDefaults() *SessionExecuteRequest { type NullableSessionExecuteRequest (line 214) | type NullableSessionExecuteRequest struct method Get (line 219) | func (v NullableSessionExecuteRequest) Get() *SessionExecuteRequest { method Set (line 223) | func (v *NullableSessionExecuteRequest) Set(val *SessionExecuteRequest) { method IsSet (line 228) | func (v NullableSessionExecuteRequest) IsSet() bool { method Unset (line 232) | func (v *NullableSessionExecuteRequest) Unset() { method MarshalJSON (line 241) | func (v NullableSessionExecuteRequest) MarshalJSON() ([]byte, error) { method UnmarshalJSON (line 245) | func (v *NullableSessionExecuteRequest) UnmarshalJSON(src []byte) error { function NewNullableSessionExecuteRequest (line 237) | func NewNullableSessionExecuteRequest(val *SessionExecuteRequest) *Nulla... FILE: libs/api-client-go/model_session_execute_response.go type SessionExecuteResponse (line 22) | type SessionExecuteResponse struct method GetCmdId (line 52) | func (o *SessionExecuteResponse) GetCmdId() string { method GetCmdIdOk (line 62) | func (o *SessionExecuteResponse) GetCmdIdOk() (*string, bool) { method HasCmdId (line 70) | func (o *SessionExecuteResponse) HasCmdId() bool { method SetCmdId (line 79) | func (o *SessionExecuteResponse) SetCmdId(v string) { method GetOutput (line 84) | func (o *SessionExecuteResponse) GetOutput() string { method GetOutputOk (line 94) | func (o *SessionExecuteResponse) GetOutputOk() (*string, bool) { method HasOutput (line 102) | func (o *SessionExecuteResponse) HasOutput() bool { method SetOutput (line 111) | func (o *SessionExecuteResponse) SetOutput(v string) { method GetExitCode (line 116) | func (o *SessionExecuteResponse) GetExitCode() float32 { method GetExitCodeOk (line 126) | func (o *SessionExecuteResponse) GetExitCodeOk() (*float32, bool) { method HasExitCode (line 134) | func (o *SessionExecuteResponse) HasExitCode() bool { method SetExitCode (line 143) | func (o *SessionExecuteResponse) SetExitCode(v float32) { method MarshalJSON (line 147) | func (o SessionExecuteResponse) MarshalJSON() ([]byte, error) { method ToMap (line 155) | func (o SessionExecuteResponse) ToMap() (map[string]interface{}, error) { method UnmarshalJSON (line 174) | func (o *SessionExecuteResponse) UnmarshalJSON(data []byte) (err error) { type _SessionExecuteResponse (line 32) | type _SessionExecuteResponse function NewSessionExecuteResponse (line 38) | func NewSessionExecuteResponse() *SessionExecuteResponse { function NewSessionExecuteResponseWithDefaults (line 46) | func NewSessionExecuteResponseWithDefaults() *SessionExecuteResponse { type NullableSessionExecuteResponse (line 197) | type NullableSessionExecuteResponse struct method Get (line 202) | func (v NullableSessionExecuteResponse) Get() *SessionExecuteResponse { method Set (line 206) | func (v *NullableSessionExecuteResponse) Set(val *SessionExecuteRespon... method IsSet (line 211) | func (v NullableSessionExecuteResponse) IsSet() bool { method Unset (line 215) | func (v *NullableSessionExecuteResponse) Unset() { method MarshalJSON (line 224) | func (v NullableSessionExecuteResponse) MarshalJSON() ([]byte, error) { method UnmarshalJSON (line 228) | func (v *NullableSessionExecuteResponse) UnmarshalJSON(src []byte) err... function NewNullableSessionExecuteResponse (line 220) | func NewNullableSessionExecuteResponse(val *SessionExecuteResponse) *Nul... FILE: libs/api-client-go/model_set_snapshot_general_status_dto.go type SetSnapshotGeneralStatusDto (line 23) | type SetSnapshotGeneralStatusDto struct method GetGeneral (line 50) | func (o *SetSnapshotGeneralStatusDto) GetGeneral() bool { method GetGeneralOk (line 61) | func (o *SetSnapshotGeneralStatusDto) GetGeneralOk() (*bool, bool) { method SetGeneral (line 69) | func (o *SetSnapshotGeneralStatusDto) SetGeneral(v bool) { method MarshalJSON (line 73) | func (o SetSnapshotGeneralStatusDto) MarshalJSON() ([]byte, error) { method ToMap (line 81) | func (o SetSnapshotGeneralStatusDto) ToMap() (map[string]interface{}, ... method UnmarshalJSON (line 92) | func (o *SetSnapshotGeneralStatusDto) UnmarshalJSON(data []byte) (err ... type _SetSnapshotGeneralStatusDto (line 29) | type _SetSnapshotGeneralStatusDto function NewSetSnapshotGeneralStatusDto (line 35) | func NewSetSnapshotGeneralStatusDto(general bool) *SetSnapshotGeneralSta... function NewSetSnapshotGeneralStatusDtoWithDefaults (line 44) | func NewSetSnapshotGeneralStatusDtoWithDefaults() *SetSnapshotGeneralSta... type NullableSetSnapshotGeneralStatusDto (line 134) | type NullableSetSnapshotGeneralStatusDto struct method Get (line 139) | func (v NullableSetSnapshotGeneralStatusDto) Get() *SetSnapshotGeneral... method Set (line 143) | func (v *NullableSetSnapshotGeneralStatusDto) Set(val *SetSnapshotGene... method IsSet (line 148) | func (v NullableSetSnapshotGeneralStatusDto) IsSet() bool { method Unset (line 152) | func (v *NullableSetSnapshotGeneralStatusDto) Unset() { method MarshalJSON (line 161) | func (v NullableSetSnapshotGeneralStatusDto) MarshalJSON() ([]byte, er... method UnmarshalJSON (line 165) | func (v *NullableSetSnapshotGeneralStatusDto) UnmarshalJSON(src []byte... function NewNullableSetSnapshotGeneralStatusDto (line 157) | func NewNullableSetSnapshotGeneralStatusDto(val *SetSnapshotGeneralStatu... FILE: libs/api-client-go/model_signed_port_preview_url.go type SignedPortPreviewUrl (line 23) | type SignedPortPreviewUrl struct method GetSandboxId (line 59) | func (o *SignedPortPreviewUrl) GetSandboxId() string { method GetSandboxIdOk (line 70) | func (o *SignedPortPreviewUrl) GetSandboxIdOk() (*string, bool) { method SetSandboxId (line 78) | func (o *SignedPortPreviewUrl) SetSandboxId(v string) { method GetPort (line 83) | func (o *SignedPortPreviewUrl) GetPort() int32 { method GetPortOk (line 94) | func (o *SignedPortPreviewUrl) GetPortOk() (*int32, bool) { method SetPort (line 102) | func (o *SignedPortPreviewUrl) SetPort(v int32) { method GetToken (line 107) | func (o *SignedPortPreviewUrl) GetToken() string { method GetTokenOk (line 118) | func (o *SignedPortPreviewUrl) GetTokenOk() (*string, bool) { method SetToken (line 126) | func (o *SignedPortPreviewUrl) SetToken(v string) { method GetUrl (line 131) | func (o *SignedPortPreviewUrl) GetUrl() string { method GetUrlOk (line 142) | func (o *SignedPortPreviewUrl) GetUrlOk() (*string, bool) { method SetUrl (line 150) | func (o *SignedPortPreviewUrl) SetUrl(v string) { method MarshalJSON (line 154) | func (o SignedPortPreviewUrl) MarshalJSON() ([]byte, error) { method ToMap (line 162) | func (o SignedPortPreviewUrl) ToMap() (map[string]interface{}, error) { method UnmarshalJSON (line 176) | func (o *SignedPortPreviewUrl) UnmarshalJSON(data []byte) (err error) { type _SignedPortPreviewUrl (line 35) | type _SignedPortPreviewUrl function NewSignedPortPreviewUrl (line 41) | func NewSignedPortPreviewUrl(sandboxId string, port int32, token string,... function NewSignedPortPreviewUrlWithDefaults (line 53) | func NewSignedPortPreviewUrlWithDefaults() *SignedPortPreviewUrl { type NullableSignedPortPreviewUrl (line 224) | type NullableSignedPortPreviewUrl struct method Get (line 229) | func (v NullableSignedPortPreviewUrl) Get() *SignedPortPreviewUrl { method Set (line 233) | func (v *NullableSignedPortPreviewUrl) Set(val *SignedPortPreviewUrl) { method IsSet (line 238) | func (v NullableSignedPortPreviewUrl) IsSet() bool { method Unset (line 242) | func (v *NullableSignedPortPreviewUrl) Unset() { method MarshalJSON (line 251) | func (v NullableSignedPortPreviewUrl) MarshalJSON() ([]byte, error) { method UnmarshalJSON (line 255) | func (v *NullableSignedPortPreviewUrl) UnmarshalJSON(src []byte) error { function NewNullableSignedPortPreviewUrl (line 247) | func NewNullableSignedPortPreviewUrl(val *SignedPortPreviewUrl) *Nullabl... FILE: libs/api-client-go/model_snapshot_dto.go type SnapshotDto (line 24) | type SnapshotDto struct method GetId (line 86) | func (o *SnapshotDto) GetId() string { method GetIdOk (line 97) | func (o *SnapshotDto) GetIdOk() (*string, bool) { method SetId (line 105) | func (o *SnapshotDto) SetId(v string) { method GetOrganizationId (line 110) | func (o *SnapshotDto) GetOrganizationId() string { method GetOrganizationIdOk (line 120) | func (o *SnapshotDto) GetOrganizationIdOk() (*string, bool) { method HasOrganizationId (line 128) | func (o *SnapshotDto) HasOrganizationId() bool { method SetOrganizationId (line 137) | func (o *SnapshotDto) SetOrganizationId(v string) { method GetGeneral (line 142) | func (o *SnapshotDto) GetGeneral() bool { method GetGeneralOk (line 153) | func (o *SnapshotDto) GetGeneralOk() (*bool, bool) { method SetGeneral (line 161) | func (o *SnapshotDto) SetGeneral(v bool) { method GetName (line 166) | func (o *SnapshotDto) GetName() string { method GetNameOk (line 177) | func (o *SnapshotDto) GetNameOk() (*string, bool) { method SetName (line 185) | func (o *SnapshotDto) SetName(v string) { method GetImageName (line 190) | func (o *SnapshotDto) GetImageName() string { method GetImageNameOk (line 200) | func (o *SnapshotDto) GetImageNameOk() (*string, bool) { method HasImageName (line 208) | func (o *SnapshotDto) HasImageName() bool { method SetImageName (line 217) | func (o *SnapshotDto) SetImageName(v string) { method GetState (line 222) | func (o *SnapshotDto) GetState() SnapshotState { method GetStateOk (line 233) | func (o *SnapshotDto) GetStateOk() (*SnapshotState, bool) { method SetState (line 241) | func (o *SnapshotDto) SetState(v SnapshotState) { method GetSize (line 247) | func (o *SnapshotDto) GetSize() float32 { method GetSizeOk (line 259) | func (o *SnapshotDto) GetSizeOk() (*float32, bool) { method SetSize (line 267) | func (o *SnapshotDto) SetSize(v float32) { method GetEntrypoint (line 273) | func (o *SnapshotDto) GetEntrypoint() []string { method GetEntrypointOk (line 285) | func (o *SnapshotDto) GetEntrypointOk() ([]string, bool) { method SetEntrypoint (line 293) | func (o *SnapshotDto) SetEntrypoint(v []string) { method GetCpu (line 298) | func (o *SnapshotDto) GetCpu() float32 { method GetCpuOk (line 309) | func (o *SnapshotDto) GetCpuOk() (*float32, bool) { method SetCpu (line 317) | func (o *SnapshotDto) SetCpu(v float32) { method GetGpu (line 322) | func (o *SnapshotDto) GetGpu() float32 { method GetGpuOk (line 333) | func (o *SnapshotDto) GetGpuOk() (*float32, bool) { method SetGpu (line 341) | func (o *SnapshotDto) SetGpu(v float32) { method GetMem (line 346) | func (o *SnapshotDto) GetMem() float32 { method GetMemOk (line 357) | func (o *SnapshotDto) GetMemOk() (*float32, bool) { method SetMem (line 365) | func (o *SnapshotDto) SetMem(v float32) { method GetDisk (line 370) | func (o *SnapshotDto) GetDisk() float32 { method GetDiskOk (line 381) | func (o *SnapshotDto) GetDiskOk() (*float32, bool) { method SetDisk (line 389) | func (o *SnapshotDto) SetDisk(v float32) { method GetErrorReason (line 395) | func (o *SnapshotDto) GetErrorReason() string { method GetErrorReasonOk (line 407) | func (o *SnapshotDto) GetErrorReasonOk() (*string, bool) { method SetErrorReason (line 415) | func (o *SnapshotDto) SetErrorReason(v string) { method GetCreatedAt (line 420) | func (o *SnapshotDto) GetCreatedAt() time.Time { method GetCreatedAtOk (line 431) | func (o *SnapshotDto) GetCreatedAtOk() (*time.Time, bool) { method SetCreatedAt (line 439) | func (o *SnapshotDto) SetCreatedAt(v time.Time) { method GetUpdatedAt (line 444) | func (o *SnapshotDto) GetUpdatedAt() time.Time { method GetUpdatedAtOk (line 455) | func (o *SnapshotDto) GetUpdatedAtOk() (*time.Time, bool) { method SetUpdatedAt (line 463) | func (o *SnapshotDto) SetUpdatedAt(v time.Time) { method GetLastUsedAt (line 469) | func (o *SnapshotDto) GetLastUsedAt() time.Time { method GetLastUsedAtOk (line 481) | func (o *SnapshotDto) GetLastUsedAtOk() (*time.Time, bool) { method SetLastUsedAt (line 489) | func (o *SnapshotDto) SetLastUsedAt(v time.Time) { method GetBuildInfo (line 494) | func (o *SnapshotDto) GetBuildInfo() BuildInfo { method GetBuildInfoOk (line 504) | func (o *SnapshotDto) GetBuildInfoOk() (*BuildInfo, bool) { method HasBuildInfo (line 512) | func (o *SnapshotDto) HasBuildInfo() bool { method SetBuildInfo (line 521) | func (o *SnapshotDto) SetBuildInfo(v BuildInfo) { method GetRegionIds (line 526) | func (o *SnapshotDto) GetRegionIds() []string { method GetRegionIdsOk (line 536) | func (o *SnapshotDto) GetRegionIdsOk() ([]string, bool) { method HasRegionIds (line 544) | func (o *SnapshotDto) HasRegionIds() bool { method SetRegionIds (line 553) | func (o *SnapshotDto) SetRegionIds(v []string) { method GetInitialRunnerId (line 558) | func (o *SnapshotDto) GetInitialRunnerId() string { method GetInitialRunnerIdOk (line 568) | func (o *SnapshotDto) GetInitialRunnerIdOk() (*string, bool) { method HasInitialRunnerId (line 576) | func (o *SnapshotDto) HasInitialRunnerId() bool { method SetInitialRunnerId (line 585) | func (o *SnapshotDto) SetInitialRunnerId(v string) { method GetRef (line 590) | func (o *SnapshotDto) GetRef() string { method GetRefOk (line 600) | func (o *SnapshotDto) GetRefOk() (*string, bool) { method HasRef (line 608) | func (o *SnapshotDto) HasRef() bool { method SetRef (line 617) | func (o *SnapshotDto) SetRef(v string) { method MarshalJSON (line 621) | func (o SnapshotDto) MarshalJSON() ([]byte, error) { method ToMap (line 629) | func (o SnapshotDto) ToMap() (map[string]interface{}, error) { method UnmarshalJSON (line 673) | func (o *SnapshotDto) UnmarshalJSON(data []byte) (err error) { type _SnapshotDto (line 52) | type _SnapshotDto function NewSnapshotDto (line 58) | func NewSnapshotDto(id string, general bool, name string, state Snapshot... function NewSnapshotDtoWithDefaults (line 80) | func NewSnapshotDtoWithDefaults() *SnapshotDto { type NullableSnapshotDto (line 747) | type NullableSnapshotDto struct method Get (line 752) | func (v NullableSnapshotDto) Get() *SnapshotDto { method Set (line 756) | func (v *NullableSnapshotDto) Set(val *SnapshotDto) { method IsSet (line 761) | func (v NullableSnapshotDto) IsSet() bool { method Unset (line 765) | func (v *NullableSnapshotDto) Unset() { method MarshalJSON (line 774) | func (v NullableSnapshotDto) MarshalJSON() ([]byte, error) { method UnmarshalJSON (line 778) | func (v *NullableSnapshotDto) UnmarshalJSON(src []byte) error { function NewNullableSnapshotDto (line 770) | func NewNullableSnapshotDto(val *SnapshotDto) *NullableSnapshotDto { FILE: libs/api-client-go/model_snapshot_manager_credentials.go type SnapshotManagerCredentials (line 23) | type SnapshotManagerCredentials struct method GetUsername (line 53) | func (o *SnapshotManagerCredentials) GetUsername() string { method GetUsernameOk (line 64) | func (o *SnapshotManagerCredentials) GetUsernameOk() (*string, bool) { method SetUsername (line 72) | func (o *SnapshotManagerCredentials) SetUsername(v string) { method GetPassword (line 77) | func (o *SnapshotManagerCredentials) GetPassword() string { method GetPasswordOk (line 88) | func (o *SnapshotManagerCredentials) GetPasswordOk() (*string, bool) { method SetPassword (line 96) | func (o *SnapshotManagerCredentials) SetPassword(v string) { method MarshalJSON (line 100) | func (o SnapshotManagerCredentials) MarshalJSON() ([]byte, error) { method ToMap (line 108) | func (o SnapshotManagerCredentials) ToMap() (map[string]interface{}, e... method UnmarshalJSON (line 120) | func (o *SnapshotManagerCredentials) UnmarshalJSON(data []byte) (err e... type _SnapshotManagerCredentials (line 31) | type _SnapshotManagerCredentials function NewSnapshotManagerCredentials (line 37) | func NewSnapshotManagerCredentials(username string, password string) *Sn... function NewSnapshotManagerCredentialsWithDefaults (line 47) | func NewSnapshotManagerCredentialsWithDefaults() *SnapshotManagerCredent... type NullableSnapshotManagerCredentials (line 164) | type NullableSnapshotManagerCredentials struct method Get (line 169) | func (v NullableSnapshotManagerCredentials) Get() *SnapshotManagerCred... method Set (line 173) | func (v *NullableSnapshotManagerCredentials) Set(val *SnapshotManagerC... method IsSet (line 178) | func (v NullableSnapshotManagerCredentials) IsSet() bool { method Unset (line 182) | func (v *NullableSnapshotManagerCredentials) Unset() { method MarshalJSON (line 191) | func (v NullableSnapshotManagerCredentials) MarshalJSON() ([]byte, err... method UnmarshalJSON (line 195) | func (v *NullableSnapshotManagerCredentials) UnmarshalJSON(src []byte)... function NewNullableSnapshotManagerCredentials (line 187) | func NewNullableSnapshotManagerCredentials(val *SnapshotManagerCredentia... FILE: libs/api-client-go/model_snapshot_state.go type SnapshotState (line 20) | type SnapshotState method UnmarshalJSON (line 46) | func (v *SnapshotState) UnmarshalJSON(src []byte) error { method IsValid (line 75) | func (v SnapshotState) IsValid() bool { method Ptr (line 85) | func (v SnapshotState) Ptr() *SnapshotState { constant SNAPSHOTSTATE_BUILDING (line 24) | SNAPSHOTSTATE_BUILDING SnapshotState = "building" constant SNAPSHOTSTATE_PENDING (line 25) | SNAPSHOTSTATE_PENDING SnapshotState = "pending" constant SNAPSHOTSTATE_PULLING (line 26) | SNAPSHOTSTATE_PULLING SnapshotState = "pulling" constant SNAPSHOTSTATE_ACTIVE (line 27) | SNAPSHOTSTATE_ACTIVE SnapshotState = "active" constant SNAPSHOTSTATE_INACTIVE (line 28) | SNAPSHOTSTATE_INACTIVE SnapshotState = "inactive" constant SNAPSHOTSTATE_ERROR (line 29) | SNAPSHOTSTATE_ERROR SnapshotState = "error" constant SNAPSHOTSTATE_BUILD_FAILED (line 30) | SNAPSHOTSTATE_BUILD_FAILED SnapshotState = "build_failed" constant SNAPSHOTSTATE_REMOVING (line 31) | SNAPSHOTSTATE_REMOVING SnapshotState = "removing" function NewSnapshotStateFromValue (line 65) | func NewSnapshotStateFromValue(v string) (*SnapshotState, error) { type NullableSnapshotState (line 89) | type NullableSnapshotState struct method Get (line 94) | func (v NullableSnapshotState) Get() *SnapshotState { method Set (line 98) | func (v *NullableSnapshotState) Set(val *SnapshotState) { method IsSet (line 103) | func (v NullableSnapshotState) IsSet() bool { method Unset (line 107) | func (v *NullableSnapshotState) Unset() { method MarshalJSON (line 116) | func (v NullableSnapshotState) MarshalJSON() ([]byte, error) { method UnmarshalJSON (line 120) | func (v *NullableSnapshotState) UnmarshalJSON(src []byte) error { function NewNullableSnapshotState (line 112) | func NewNullableSnapshotState(val *SnapshotState) *NullableSnapshotState { FILE: libs/api-client-go/model_ssh_access_dto.go type SshAccessDto (line 24) | type SshAccessDto struct method GetId (line 69) | func (o *SshAccessDto) GetId() string { method GetIdOk (line 80) | func (o *SshAccessDto) GetIdOk() (*string, bool) { method SetId (line 88) | func (o *SshAccessDto) SetId(v string) { method GetSandboxId (line 93) | func (o *SshAccessDto) GetSandboxId() string { method GetSandboxIdOk (line 104) | func (o *SshAccessDto) GetSandboxIdOk() (*string, bool) { method SetSandboxId (line 112) | func (o *SshAccessDto) SetSandboxId(v string) { method GetToken (line 117) | func (o *SshAccessDto) GetToken() string { method GetTokenOk (line 128) | func (o *SshAccessDto) GetTokenOk() (*string, bool) { method SetToken (line 136) | func (o *SshAccessDto) SetToken(v string) { method GetExpiresAt (line 141) | func (o *SshAccessDto) GetExpiresAt() time.Time { method GetExpiresAtOk (line 152) | func (o *SshAccessDto) GetExpiresAtOk() (*time.Time, bool) { method SetExpiresAt (line 160) | func (o *SshAccessDto) SetExpiresAt(v time.Time) { method GetCreatedAt (line 165) | func (o *SshAccessDto) GetCreatedAt() time.Time { method GetCreatedAtOk (line 176) | func (o *SshAccessDto) GetCreatedAtOk() (*time.Time, bool) { method SetCreatedAt (line 184) | func (o *SshAccessDto) SetCreatedAt(v time.Time) { method GetUpdatedAt (line 189) | func (o *SshAccessDto) GetUpdatedAt() time.Time { method GetUpdatedAtOk (line 200) | func (o *SshAccessDto) GetUpdatedAtOk() (*time.Time, bool) { method SetUpdatedAt (line 208) | func (o *SshAccessDto) SetUpdatedAt(v time.Time) { method GetSshCommand (line 213) | func (o *SshAccessDto) GetSshCommand() string { method GetSshCommandOk (line 224) | func (o *SshAccessDto) GetSshCommandOk() (*string, bool) { method SetSshCommand (line 232) | func (o *SshAccessDto) SetSshCommand(v string) { method MarshalJSON (line 236) | func (o SshAccessDto) MarshalJSON() ([]byte, error) { method ToMap (line 244) | func (o SshAccessDto) ToMap() (map[string]interface{}, error) { method UnmarshalJSON (line 261) | func (o *SshAccessDto) UnmarshalJSON(data []byte) (err error) { type _SshAccessDto (line 42) | type _SshAccessDto function NewSshAccessDto (line 48) | func NewSshAccessDto(id string, sandboxId string, token string, expiresA... function NewSshAccessDtoWithDefaults (line 63) | func NewSshAccessDtoWithDefaults() *SshAccessDto { type NullableSshAccessDto (line 315) | type NullableSshAccessDto struct method Get (line 320) | func (v NullableSshAccessDto) Get() *SshAccessDto { method Set (line 324) | func (v *NullableSshAccessDto) Set(val *SshAccessDto) { method IsSet (line 329) | func (v NullableSshAccessDto) IsSet() bool { method Unset (line 333) | func (v *NullableSshAccessDto) Unset() { method MarshalJSON (line 342) | func (v NullableSshAccessDto) MarshalJSON() ([]byte, error) { method UnmarshalJSON (line 346) | func (v *NullableSshAccessDto) UnmarshalJSON(src []byte) error { function NewNullableSshAccessDto (line 338) | func NewNullableSshAccessDto(val *SshAccessDto) *NullableSshAccessDto { FILE: libs/api-client-go/model_ssh_access_validation_dto.go type SshAccessValidationDto (line 23) | type SshAccessValidationDto struct method GetValid (line 53) | func (o *SshAccessValidationDto) GetValid() bool { method GetValidOk (line 64) | func (o *SshAccessValidationDto) GetValidOk() (*bool, bool) { method SetValid (line 72) | func (o *SshAccessValidationDto) SetValid(v bool) { method GetSandboxId (line 77) | func (o *SshAccessValidationDto) GetSandboxId() string { method GetSandboxIdOk (line 88) | func (o *SshAccessValidationDto) GetSandboxIdOk() (*string, bool) { method SetSandboxId (line 96) | func (o *SshAccessValidationDto) SetSandboxId(v string) { method MarshalJSON (line 100) | func (o SshAccessValidationDto) MarshalJSON() ([]byte, error) { method ToMap (line 108) | func (o SshAccessValidationDto) ToMap() (map[string]interface{}, error) { method UnmarshalJSON (line 120) | func (o *SshAccessValidationDto) UnmarshalJSON(data []byte) (err error) { type _SshAccessValidationDto (line 31) | type _SshAccessValidationDto function NewSshAccessValidationDto (line 37) | func NewSshAccessValidationDto(valid bool, sandboxId string) *SshAccessV... function NewSshAccessValidationDtoWithDefaults (line 47) | func NewSshAccessValidationDtoWithDefaults() *SshAccessValidationDto { type NullableSshAccessValidationDto (line 164) | type NullableSshAccessValidationDto struct method Get (line 169) | func (v NullableSshAccessValidationDto) Get() *SshAccessValidationDto { method Set (line 173) | func (v *NullableSshAccessValidationDto) Set(val *SshAccessValidationD... method IsSet (line 178) | func (v NullableSshAccessValidationDto) IsSet() bool { method Unset (line 182) | func (v *NullableSshAccessValidationDto) Unset() { method MarshalJSON (line 191) | func (v NullableSshAccessValidationDto) MarshalJSON() ([]byte, error) { method UnmarshalJSON (line 195) | func (v *NullableSshAccessValidationDto) UnmarshalJSON(src []byte) err... function NewNullableSshAccessValidationDto (line 187) | func NewNullableSshAccessValidationDto(val *SshAccessValidationDto) *Nul... FILE: libs/api-client-go/model_storage_access_dto.go type StorageAccessDto (line 23) | type StorageAccessDto struct method GetAccessKey (line 65) | func (o *StorageAccessDto) GetAccessKey() string { method GetAccessKeyOk (line 76) | func (o *StorageAccessDto) GetAccessKeyOk() (*string, bool) { method SetAccessKey (line 84) | func (o *StorageAccessDto) SetAccessKey(v string) { method GetSecret (line 89) | func (o *StorageAccessDto) GetSecret() string { method GetSecretOk (line 100) | func (o *StorageAccessDto) GetSecretOk() (*string, bool) { method SetSecret (line 108) | func (o *StorageAccessDto) SetSecret(v string) { method GetSessionToken (line 113) | func (o *StorageAccessDto) GetSessionToken() string { method GetSessionTokenOk (line 124) | func (o *StorageAccessDto) GetSessionTokenOk() (*string, bool) { method SetSessionToken (line 132) | func (o *StorageAccessDto) SetSessionToken(v string) { method GetStorageUrl (line 137) | func (o *StorageAccessDto) GetStorageUrl() string { method GetStorageUrlOk (line 148) | func (o *StorageAccessDto) GetStorageUrlOk() (*string, bool) { method SetStorageUrl (line 156) | func (o *StorageAccessDto) SetStorageUrl(v string) { method GetOrganizationId (line 161) | func (o *StorageAccessDto) GetOrganizationId() string { method GetOrganizationIdOk (line 172) | func (o *StorageAccessDto) GetOrganizationIdOk() (*string, bool) { method SetOrganizationId (line 180) | func (o *StorageAccessDto) SetOrganizationId(v string) { method GetBucket (line 185) | func (o *StorageAccessDto) GetBucket() string { method GetBucketOk (line 196) | func (o *StorageAccessDto) GetBucketOk() (*string, bool) { method SetBucket (line 204) | func (o *StorageAccessDto) SetBucket(v string) { method MarshalJSON (line 208) | func (o StorageAccessDto) MarshalJSON() ([]byte, error) { method ToMap (line 216) | func (o StorageAccessDto) ToMap() (map[string]interface{}, error) { method UnmarshalJSON (line 232) | func (o *StorageAccessDto) UnmarshalJSON(data []byte) (err error) { type _StorageAccessDto (line 39) | type _StorageAccessDto function NewStorageAccessDto (line 45) | func NewStorageAccessDto(accessKey string, secret string, sessionToken s... function NewStorageAccessDtoWithDefaults (line 59) | func NewStorageAccessDtoWithDefaults() *StorageAccessDto { type NullableStorageAccessDto (line 284) | type NullableStorageAccessDto struct method Get (line 289) | func (v NullableStorageAccessDto) Get() *StorageAccessDto { method Set (line 293) | func (v *NullableStorageAccessDto) Set(val *StorageAccessDto) { method IsSet (line 298) | func (v NullableStorageAccessDto) IsSet() bool { method Unset (line 302) | func (v *NullableStorageAccessDto) Unset() { method MarshalJSON (line 311) | func (v NullableStorageAccessDto) MarshalJSON() ([]byte, error) { method UnmarshalJSON (line 315) | func (v *NullableStorageAccessDto) UnmarshalJSON(src []byte) error { function NewNullableStorageAccessDto (line 307) | func NewNullableStorageAccessDto(val *StorageAccessDto) *NullableStorage... FILE: libs/api-client-go/model_toolbox_proxy_url.go type ToolboxProxyUrl (line 23) | type ToolboxProxyUrl struct method GetUrl (line 50) | func (o *ToolboxProxyUrl) GetUrl() string { method GetUrlOk (line 61) | func (o *ToolboxProxyUrl) GetUrlOk() (*string, bool) { method SetUrl (line 69) | func (o *ToolboxProxyUrl) SetUrl(v string) { method MarshalJSON (line 73) | func (o ToolboxProxyUrl) MarshalJSON() ([]byte, error) { method ToMap (line 81) | func (o ToolboxProxyUrl) ToMap() (map[string]interface{}, error) { method UnmarshalJSON (line 92) | func (o *ToolboxProxyUrl) UnmarshalJSON(data []byte) (err error) { type _ToolboxProxyUrl (line 29) | type _ToolboxProxyUrl function NewToolboxProxyUrl (line 35) | func NewToolboxProxyUrl(url string) *ToolboxProxyUrl { function NewToolboxProxyUrlWithDefaults (line 44) | func NewToolboxProxyUrlWithDefaults() *ToolboxProxyUrl { type NullableToolboxProxyUrl (line 134) | type NullableToolboxProxyUrl struct method Get (line 139) | func (v NullableToolboxProxyUrl) Get() *ToolboxProxyUrl { method Set (line 143) | func (v *NullableToolboxProxyUrl) Set(val *ToolboxProxyUrl) { method IsSet (line 148) | func (v NullableToolboxProxyUrl) IsSet() bool { method Unset (line 152) | func (v *NullableToolboxProxyUrl) Unset() { method MarshalJSON (line 161) | func (v NullableToolboxProxyUrl) MarshalJSON() ([]byte, error) { method UnmarshalJSON (line 165) | func (v *NullableToolboxProxyUrl) UnmarshalJSON(src []byte) error { function NewNullableToolboxProxyUrl (line 157) | func NewNullableToolboxProxyUrl(val *ToolboxProxyUrl) *NullableToolboxPr... FILE: libs/api-client-go/model_trace_span.go type TraceSpan (line 23) | type TraceSpan struct method GetTraceId (line 71) | func (o *TraceSpan) GetTraceId() string { method GetTraceIdOk (line 82) | func (o *TraceSpan) GetTraceIdOk() (*string, bool) { method SetTraceId (line 90) | func (o *TraceSpan) SetTraceId(v string) { method GetSpanId (line 95) | func (o *TraceSpan) GetSpanId() string { method GetSpanIdOk (line 106) | func (o *TraceSpan) GetSpanIdOk() (*string, bool) { method SetSpanId (line 114) | func (o *TraceSpan) SetSpanId(v string) { method GetParentSpanId (line 119) | func (o *TraceSpan) GetParentSpanId() string { method GetParentSpanIdOk (line 129) | func (o *TraceSpan) GetParentSpanIdOk() (*string, bool) { method HasParentSpanId (line 137) | func (o *TraceSpan) HasParentSpanId() bool { method SetParentSpanId (line 146) | func (o *TraceSpan) SetParentSpanId(v string) { method GetSpanName (line 151) | func (o *TraceSpan) GetSpanName() string { method GetSpanNameOk (line 162) | func (o *TraceSpan) GetSpanNameOk() (*string, bool) { method SetSpanName (line 170) | func (o *TraceSpan) SetSpanName(v string) { method GetTimestamp (line 175) | func (o *TraceSpan) GetTimestamp() string { method GetTimestampOk (line 186) | func (o *TraceSpan) GetTimestampOk() (*string, bool) { method SetTimestamp (line 194) | func (o *TraceSpan) SetTimestamp(v string) { method GetDurationNs (line 199) | func (o *TraceSpan) GetDurationNs() float32 { method GetDurationNsOk (line 210) | func (o *TraceSpan) GetDurationNsOk() (*float32, bool) { method SetDurationNs (line 218) | func (o *TraceSpan) SetDurationNs(v float32) { method GetSpanAttributes (line 223) | func (o *TraceSpan) GetSpanAttributes() map[string]string { method GetSpanAttributesOk (line 234) | func (o *TraceSpan) GetSpanAttributesOk() (*map[string]string, bool) { method SetSpanAttributes (line 242) | func (o *TraceSpan) SetSpanAttributes(v map[string]string) { method GetStatusCode (line 247) | func (o *TraceSpan) GetStatusCode() string { method GetStatusCodeOk (line 257) | func (o *TraceSpan) GetStatusCodeOk() (*string, bool) { method HasStatusCode (line 265) | func (o *TraceSpan) HasStatusCode() bool { method SetStatusCode (line 274) | func (o *TraceSpan) SetStatusCode(v string) { method GetStatusMessage (line 279) | func (o *TraceSpan) GetStatusMessage() string { method GetStatusMessageOk (line 289) | func (o *TraceSpan) GetStatusMessageOk() (*string, bool) { method HasStatusMessage (line 297) | func (o *TraceSpan) HasStatusMessage() bool { method SetStatusMessage (line 306) | func (o *TraceSpan) SetStatusMessage(v string) { method MarshalJSON (line 310) | func (o TraceSpan) MarshalJSON() ([]byte, error) { method ToMap (line 318) | func (o TraceSpan) ToMap() (map[string]interface{}, error) { method UnmarshalJSON (line 343) | func (o *TraceSpan) UnmarshalJSON(data []byte) (err error) { type _TraceSpan (line 45) | type _TraceSpan function NewTraceSpan (line 51) | func NewTraceSpan(traceId string, spanId string, spanName string, timest... function NewTraceSpanWithDefaults (line 65) | func NewTraceSpanWithDefaults() *TraceSpan { type NullableTraceSpan (line 398) | type NullableTraceSpan struct method Get (line 403) | func (v NullableTraceSpan) Get() *TraceSpan { method Set (line 407) | func (v *NullableTraceSpan) Set(val *TraceSpan) { method IsSet (line 412) | func (v NullableTraceSpan) IsSet() bool { method Unset (line 416) | func (v *NullableTraceSpan) Unset() { method MarshalJSON (line 425) | func (v NullableTraceSpan) MarshalJSON() ([]byte, error) { method UnmarshalJSON (line 429) | func (v *NullableTraceSpan) UnmarshalJSON(src []byte) error { function NewNullableTraceSpan (line 421) | func NewNullableTraceSpan(val *TraceSpan) *NullableTraceSpan { FILE: libs/api-client-go/model_trace_summary.go type TraceSummary (line 23) | type TraceSummary struct method GetTraceId (line 67) | func (o *TraceSummary) GetTraceId() string { method GetTraceIdOk (line 78) | func (o *TraceSummary) GetTraceIdOk() (*string, bool) { method SetTraceId (line 86) | func (o *TraceSummary) SetTraceId(v string) { method GetRootSpanName (line 91) | func (o *TraceSummary) GetRootSpanName() string { method GetRootSpanNameOk (line 102) | func (o *TraceSummary) GetRootSpanNameOk() (*string, bool) { method SetRootSpanName (line 110) | func (o *TraceSummary) SetRootSpanName(v string) { method GetStartTime (line 115) | func (o *TraceSummary) GetStartTime() string { method GetStartTimeOk (line 126) | func (o *TraceSummary) GetStartTimeOk() (*string, bool) { method SetStartTime (line 134) | func (o *TraceSummary) SetStartTime(v string) { method GetEndTime (line 139) | func (o *TraceSummary) GetEndTime() string { method GetEndTimeOk (line 150) | func (o *TraceSummary) GetEndTimeOk() (*string, bool) { method SetEndTime (line 158) | func (o *TraceSummary) SetEndTime(v string) { method GetDurationMs (line 163) | func (o *TraceSummary) GetDurationMs() float32 { method GetDurationMsOk (line 174) | func (o *TraceSummary) GetDurationMsOk() (*float32, bool) { method SetDurationMs (line 182) | func (o *TraceSummary) SetDurationMs(v float32) { method GetSpanCount (line 187) | func (o *TraceSummary) GetSpanCount() float32 { method GetSpanCountOk (line 198) | func (o *TraceSummary) GetSpanCountOk() (*float32, bool) { method SetSpanCount (line 206) | func (o *TraceSummary) SetSpanCount(v float32) { method GetStatusCode (line 211) | func (o *TraceSummary) GetStatusCode() string { method GetStatusCodeOk (line 221) | func (o *TraceSummary) GetStatusCodeOk() (*string, bool) { method HasStatusCode (line 229) | func (o *TraceSummary) HasStatusCode() bool { method SetStatusCode (line 238) | func (o *TraceSummary) SetStatusCode(v string) { method MarshalJSON (line 242) | func (o TraceSummary) MarshalJSON() ([]byte, error) { method ToMap (line 250) | func (o TraceSummary) ToMap() (map[string]interface{}, error) { method UnmarshalJSON (line 269) | func (o *TraceSummary) UnmarshalJSON(data []byte) (err error) { type _TraceSummary (line 41) | type _TraceSummary function NewTraceSummary (line 47) | func NewTraceSummary(traceId string, rootSpanName string, startTime stri... function NewTraceSummaryWithDefaults (line 61) | func NewTraceSummaryWithDefaults() *TraceSummary { type NullableTraceSummary (line 322) | type NullableTraceSummary struct method Get (line 327) | func (v NullableTraceSummary) Get() *TraceSummary { method Set (line 331) | func (v *NullableTraceSummary) Set(val *TraceSummary) { method IsSet (line 336) | func (v NullableTraceSummary) IsSet() bool { method Unset (line 340) | func (v *NullableTraceSummary) Unset() { method MarshalJSON (line 349) | func (v NullableTraceSummary) MarshalJSON() ([]byte, error) { method UnmarshalJSON (line 353) | func (v *NullableTraceSummary) UnmarshalJSON(src []byte) error { function NewNullableTraceSummary (line 345) | func NewNullableTraceSummary(val *TraceSummary) *NullableTraceSummary { FILE: libs/api-client-go/model_update_docker_registry.go type UpdateDockerRegistry (line 23) | type UpdateDockerRegistry struct method GetName (line 60) | func (o *UpdateDockerRegistry) GetName() string { method GetNameOk (line 71) | func (o *UpdateDockerRegistry) GetNameOk() (*string, bool) { method SetName (line 79) | func (o *UpdateDockerRegistry) SetName(v string) { method GetUrl (line 84) | func (o *UpdateDockerRegistry) GetUrl() string { method GetUrlOk (line 95) | func (o *UpdateDockerRegistry) GetUrlOk() (*string, bool) { method SetUrl (line 103) | func (o *UpdateDockerRegistry) SetUrl(v string) { method GetUsername (line 108) | func (o *UpdateDockerRegistry) GetUsername() string { method GetUsernameOk (line 119) | func (o *UpdateDockerRegistry) GetUsernameOk() (*string, bool) { method SetUsername (line 127) | func (o *UpdateDockerRegistry) SetUsername(v string) { method GetPassword (line 132) | func (o *UpdateDockerRegistry) GetPassword() string { method GetPasswordOk (line 142) | func (o *UpdateDockerRegistry) GetPasswordOk() (*string, bool) { method HasPassword (line 150) | func (o *UpdateDockerRegistry) HasPassword() bool { method SetPassword (line 159) | func (o *UpdateDockerRegistry) SetPassword(v string) { method GetProject (line 164) | func (o *UpdateDockerRegistry) GetProject() string { method GetProjectOk (line 174) | func (o *UpdateDockerRegistry) GetProjectOk() (*string, bool) { method HasProject (line 182) | func (o *UpdateDockerRegistry) HasProject() bool { method SetProject (line 191) | func (o *UpdateDockerRegistry) SetProject(v string) { method MarshalJSON (line 195) | func (o UpdateDockerRegistry) MarshalJSON() ([]byte, error) { method ToMap (line 203) | func (o UpdateDockerRegistry) ToMap() (map[string]interface{}, error) { method UnmarshalJSON (line 222) | func (o *UpdateDockerRegistry) UnmarshalJSON(data []byte) (err error) { type _UpdateDockerRegistry (line 37) | type _UpdateDockerRegistry function NewUpdateDockerRegistry (line 43) | func NewUpdateDockerRegistry(name string, url string, username string) *... function NewUpdateDockerRegistryWithDefaults (line 54) | func NewUpdateDockerRegistryWithDefaults() *UpdateDockerRegistry { type NullableUpdateDockerRegistry (line 270) | type NullableUpdateDockerRegistry struct method Get (line 275) | func (v NullableUpdateDockerRegistry) Get() *UpdateDockerRegistry { method Set (line 279) | func (v *NullableUpdateDockerRegistry) Set(val *UpdateDockerRegistry) { method IsSet (line 284) | func (v NullableUpdateDockerRegistry) IsSet() bool { method Unset (line 288) | func (v *NullableUpdateDockerRegistry) Unset() { method MarshalJSON (line 297) | func (v NullableUpdateDockerRegistry) MarshalJSON() ([]byte, error) { method UnmarshalJSON (line 301) | func (v *NullableUpdateDockerRegistry) UnmarshalJSON(src []byte) error { function NewNullableUpdateDockerRegistry (line 293) | func NewNullableUpdateDockerRegistry(val *UpdateDockerRegistry) *Nullabl... FILE: libs/api-client-go/model_update_job_status.go type UpdateJobStatus (line 23) | type UpdateJobStatus struct method GetStatus (line 54) | func (o *UpdateJobStatus) GetStatus() JobStatus { method GetStatusOk (line 65) | func (o *UpdateJobStatus) GetStatusOk() (*JobStatus, bool) { method SetStatus (line 73) | func (o *UpdateJobStatus) SetStatus(v JobStatus) { method GetErrorMessage (line 78) | func (o *UpdateJobStatus) GetErrorMessage() string { method GetErrorMessageOk (line 88) | func (o *UpdateJobStatus) GetErrorMessageOk() (*string, bool) { method HasErrorMessage (line 96) | func (o *UpdateJobStatus) HasErrorMessage() bool { method SetErrorMessage (line 105) | func (o *UpdateJobStatus) SetErrorMessage(v string) { method GetResultMetadata (line 110) | func (o *UpdateJobStatus) GetResultMetadata() string { method GetResultMetadataOk (line 120) | func (o *UpdateJobStatus) GetResultMetadataOk() (*string, bool) { method HasResultMetadata (line 128) | func (o *UpdateJobStatus) HasResultMetadata() bool { method SetResultMetadata (line 137) | func (o *UpdateJobStatus) SetResultMetadata(v string) { method MarshalJSON (line 141) | func (o UpdateJobStatus) MarshalJSON() ([]byte, error) { method ToMap (line 149) | func (o UpdateJobStatus) ToMap() (map[string]interface{}, error) { method UnmarshalJSON (line 166) | func (o *UpdateJobStatus) UnmarshalJSON(data []byte) (err error) { type _UpdateJobStatus (line 33) | type _UpdateJobStatus function NewUpdateJobStatus (line 39) | func NewUpdateJobStatus(status JobStatus) *UpdateJobStatus { function NewUpdateJobStatusWithDefaults (line 48) | func NewUpdateJobStatusWithDefaults() *UpdateJobStatus { type NullableUpdateJobStatus (line 210) | type NullableUpdateJobStatus struct method Get (line 215) | func (v NullableUpdateJobStatus) Get() *UpdateJobStatus { method Set (line 219) | func (v *NullableUpdateJobStatus) Set(val *UpdateJobStatus) { method IsSet (line 224) | func (v NullableUpdateJobStatus) IsSet() bool { method Unset (line 228) | func (v *NullableUpdateJobStatus) Unset() { method MarshalJSON (line 237) | func (v NullableUpdateJobStatus) MarshalJSON() ([]byte, error) { method UnmarshalJSON (line 241) | func (v *NullableUpdateJobStatus) UnmarshalJSON(src []byte) error { function NewNullableUpdateJobStatus (line 233) | func NewNullableUpdateJobStatus(val *UpdateJobStatus) *NullableUpdateJob... FILE: libs/api-client-go/model_update_organization_default_region.go type UpdateOrganizationDefaultRegion (line 23) | type UpdateOrganizationDefaultRegion struct method GetDefaultRegionId (line 50) | func (o *UpdateOrganizationDefaultRegion) GetDefaultRegionId() string { method GetDefaultRegionIdOk (line 61) | func (o *UpdateOrganizationDefaultRegion) GetDefaultRegionIdOk() (*str... method SetDefaultRegionId (line 69) | func (o *UpdateOrganizationDefaultRegion) SetDefaultRegionId(v string) { method MarshalJSON (line 73) | func (o UpdateOrganizationDefaultRegion) MarshalJSON() ([]byte, error) { method ToMap (line 81) | func (o UpdateOrganizationDefaultRegion) ToMap() (map[string]interface... method UnmarshalJSON (line 92) | func (o *UpdateOrganizationDefaultRegion) UnmarshalJSON(data []byte) (... type _UpdateOrganizationDefaultRegion (line 29) | type _UpdateOrganizationDefaultRegion function NewUpdateOrganizationDefaultRegion (line 35) | func NewUpdateOrganizationDefaultRegion(defaultRegionId string) *UpdateO... function NewUpdateOrganizationDefaultRegionWithDefaults (line 44) | func NewUpdateOrganizationDefaultRegionWithDefaults() *UpdateOrganizatio... type NullableUpdateOrganizationDefaultRegion (line 134) | type NullableUpdateOrganizationDefaultRegion struct method Get (line 139) | func (v NullableUpdateOrganizationDefaultRegion) Get() *UpdateOrganiza... method Set (line 143) | func (v *NullableUpdateOrganizationDefaultRegion) Set(val *UpdateOrgan... method IsSet (line 148) | func (v NullableUpdateOrganizationDefaultRegion) IsSet() bool { method Unset (line 152) | func (v *NullableUpdateOrganizationDefaultRegion) Unset() { method MarshalJSON (line 161) | func (v NullableUpdateOrganizationDefaultRegion) MarshalJSON() ([]byte... method UnmarshalJSON (line 165) | func (v *NullableUpdateOrganizationDefaultRegion) UnmarshalJSON(src []... function NewNullableUpdateOrganizationDefaultRegion (line 157) | func NewNullableUpdateOrganizationDefaultRegion(val *UpdateOrganizationD... FILE: libs/api-client-go/model_update_organization_invitation.go type UpdateOrganizationInvitation (line 24) | type UpdateOrganizationInvitation struct method GetRole (line 56) | func (o *UpdateOrganizationInvitation) GetRole() string { method GetRoleOk (line 67) | func (o *UpdateOrganizationInvitation) GetRoleOk() (*string, bool) { method SetRole (line 75) | func (o *UpdateOrganizationInvitation) SetRole(v string) { method GetAssignedRoleIds (line 80) | func (o *UpdateOrganizationInvitation) GetAssignedRoleIds() []string { method GetAssignedRoleIdsOk (line 91) | func (o *UpdateOrganizationInvitation) GetAssignedRoleIdsOk() ([]strin... method SetAssignedRoleIds (line 99) | func (o *UpdateOrganizationInvitation) SetAssignedRoleIds(v []string) { method GetExpiresAt (line 104) | func (o *UpdateOrganizationInvitation) GetExpiresAt() time.Time { method GetExpiresAtOk (line 114) | func (o *UpdateOrganizationInvitation) GetExpiresAtOk() (*time.Time, b... method HasExpiresAt (line 122) | func (o *UpdateOrganizationInvitation) HasExpiresAt() bool { method SetExpiresAt (line 131) | func (o *UpdateOrganizationInvitation) SetExpiresAt(v time.Time) { method MarshalJSON (line 135) | func (o UpdateOrganizationInvitation) MarshalJSON() ([]byte, error) { method ToMap (line 143) | func (o UpdateOrganizationInvitation) ToMap() (map[string]interface{},... method UnmarshalJSON (line 158) | func (o *UpdateOrganizationInvitation) UnmarshalJSON(data []byte) (err... type _UpdateOrganizationInvitation (line 34) | type _UpdateOrganizationInvitation function NewUpdateOrganizationInvitation (line 40) | func NewUpdateOrganizationInvitation(role string, assignedRoleIds []stri... function NewUpdateOrganizationInvitationWithDefaults (line 50) | func NewUpdateOrganizationInvitationWithDefaults() *UpdateOrganizationIn... type NullableUpdateOrganizationInvitation (line 203) | type NullableUpdateOrganizationInvitation struct method Get (line 208) | func (v NullableUpdateOrganizationInvitation) Get() *UpdateOrganizatio... method Set (line 212) | func (v *NullableUpdateOrganizationInvitation) Set(val *UpdateOrganiza... method IsSet (line 217) | func (v NullableUpdateOrganizationInvitation) IsSet() bool { method Unset (line 221) | func (v *NullableUpdateOrganizationInvitation) Unset() { method MarshalJSON (line 230) | func (v NullableUpdateOrganizationInvitation) MarshalJSON() ([]byte, e... method UnmarshalJSON (line 234) | func (v *NullableUpdateOrganizationInvitation) UnmarshalJSON(src []byt... function NewNullableUpdateOrganizationInvitation (line 226) | func NewNullableUpdateOrganizationInvitation(val *UpdateOrganizationInvi... FILE: libs/api-client-go/model_update_organization_member_access.go type UpdateOrganizationMemberAccess (line 23) | type UpdateOrganizationMemberAccess struct method GetRole (line 55) | func (o *UpdateOrganizationMemberAccess) GetRole() string { method GetRoleOk (line 66) | func (o *UpdateOrganizationMemberAccess) GetRoleOk() (*string, bool) { method SetRole (line 74) | func (o *UpdateOrganizationMemberAccess) SetRole(v string) { method GetAssignedRoleIds (line 79) | func (o *UpdateOrganizationMemberAccess) GetAssignedRoleIds() []string { method GetAssignedRoleIdsOk (line 90) | func (o *UpdateOrganizationMemberAccess) GetAssignedRoleIdsOk() ([]str... method SetAssignedRoleIds (line 98) | func (o *UpdateOrganizationMemberAccess) SetAssignedRoleIds(v []string) { method MarshalJSON (line 102) | func (o UpdateOrganizationMemberAccess) MarshalJSON() ([]byte, error) { method ToMap (line 110) | func (o UpdateOrganizationMemberAccess) ToMap() (map[string]interface{... method UnmarshalJSON (line 122) | func (o *UpdateOrganizationMemberAccess) UnmarshalJSON(data []byte) (e... type _UpdateOrganizationMemberAccess (line 31) | type _UpdateOrganizationMemberAccess function NewUpdateOrganizationMemberAccess (line 37) | func NewUpdateOrganizationMemberAccess(role string, assignedRoleIds []st... function NewUpdateOrganizationMemberAccessWithDefaults (line 47) | func NewUpdateOrganizationMemberAccessWithDefaults() *UpdateOrganization... type NullableUpdateOrganizationMemberAccess (line 166) | type NullableUpdateOrganizationMemberAccess struct method Get (line 171) | func (v NullableUpdateOrganizationMemberAccess) Get() *UpdateOrganizat... method Set (line 175) | func (v *NullableUpdateOrganizationMemberAccess) Set(val *UpdateOrgani... method IsSet (line 180) | func (v NullableUpdateOrganizationMemberAccess) IsSet() bool { method Unset (line 184) | func (v *NullableUpdateOrganizationMemberAccess) Unset() { method MarshalJSON (line 193) | func (v NullableUpdateOrganizationMemberAccess) MarshalJSON() ([]byte,... method UnmarshalJSON (line 197) | func (v *NullableUpdateOrganizationMemberAccess) UnmarshalJSON(src []b... function NewNullableUpdateOrganizationMemberAccess (line 189) | func NewNullableUpdateOrganizationMemberAccess(val *UpdateOrganizationMe... FILE: libs/api-client-go/model_update_organization_quota.go type UpdateOrganizationQuota (line 23) | type UpdateOrganizationQuota struct method GetMaxCpuPerSandbox (line 75) | func (o *UpdateOrganizationQuota) GetMaxCpuPerSandbox() float32 { method GetMaxCpuPerSandboxOk (line 87) | func (o *UpdateOrganizationQuota) GetMaxCpuPerSandboxOk() (*float32, b... method SetMaxCpuPerSandbox (line 95) | func (o *UpdateOrganizationQuota) SetMaxCpuPerSandbox(v float32) { method GetMaxMemoryPerSandbox (line 101) | func (o *UpdateOrganizationQuota) GetMaxMemoryPerSandbox() float32 { method GetMaxMemoryPerSandboxOk (line 113) | func (o *UpdateOrganizationQuota) GetMaxMemoryPerSandboxOk() (*float32... method SetMaxMemoryPerSandbox (line 121) | func (o *UpdateOrganizationQuota) SetMaxMemoryPerSandbox(v float32) { method GetMaxDiskPerSandbox (line 127) | func (o *UpdateOrganizationQuota) GetMaxDiskPerSandbox() float32 { method GetMaxDiskPerSandboxOk (line 139) | func (o *UpdateOrganizationQuota) GetMaxDiskPerSandboxOk() (*float32, ... method SetMaxDiskPerSandbox (line 147) | func (o *UpdateOrganizationQuota) SetMaxDiskPerSandbox(v float32) { method GetSnapshotQuota (line 153) | func (o *UpdateOrganizationQuota) GetSnapshotQuota() float32 { method GetSnapshotQuotaOk (line 165) | func (o *UpdateOrganizationQuota) GetSnapshotQuotaOk() (*float32, bool) { method SetSnapshotQuota (line 173) | func (o *UpdateOrganizationQuota) SetSnapshotQuota(v float32) { method GetMaxSnapshotSize (line 179) | func (o *UpdateOrganizationQuota) GetMaxSnapshotSize() float32 { method GetMaxSnapshotSizeOk (line 191) | func (o *UpdateOrganizationQuota) GetMaxSnapshotSizeOk() (*float32, bo... method SetMaxSnapshotSize (line 199) | func (o *UpdateOrganizationQuota) SetMaxSnapshotSize(v float32) { method GetVolumeQuota (line 205) | func (o *UpdateOrganizationQuota) GetVolumeQuota() float32 { method GetVolumeQuotaOk (line 217) | func (o *UpdateOrganizationQuota) GetVolumeQuotaOk() (*float32, bool) { method SetVolumeQuota (line 225) | func (o *UpdateOrganizationQuota) SetVolumeQuota(v float32) { method GetAuthenticatedRateLimit (line 231) | func (o *UpdateOrganizationQuota) GetAuthenticatedRateLimit() float32 { method GetAuthenticatedRateLimitOk (line 243) | func (o *UpdateOrganizationQuota) GetAuthenticatedRateLimitOk() (*floa... method SetAuthenticatedRateLimit (line 251) | func (o *UpdateOrganizationQuota) SetAuthenticatedRateLimit(v float32) { method GetSandboxCreateRateLimit (line 257) | func (o *UpdateOrganizationQuota) GetSandboxCreateRateLimit() float32 { method GetSandboxCreateRateLimitOk (line 269) | func (o *UpdateOrganizationQuota) GetSandboxCreateRateLimitOk() (*floa... method SetSandboxCreateRateLimit (line 277) | func (o *UpdateOrganizationQuota) SetSandboxCreateRateLimit(v float32) { method GetSandboxLifecycleRateLimit (line 283) | func (o *UpdateOrganizationQuota) GetSandboxLifecycleRateLimit() float... method GetSandboxLifecycleRateLimitOk (line 295) | func (o *UpdateOrganizationQuota) GetSandboxLifecycleRateLimitOk() (*f... method SetSandboxLifecycleRateLimit (line 303) | func (o *UpdateOrganizationQuota) SetSandboxLifecycleRateLimit(v float... method GetAuthenticatedRateLimitTtlSeconds (line 309) | func (o *UpdateOrganizationQuota) GetAuthenticatedRateLimitTtlSeconds(... method GetAuthenticatedRateLimitTtlSecondsOk (line 321) | func (o *UpdateOrganizationQuota) GetAuthenticatedRateLimitTtlSecondsO... method SetAuthenticatedRateLimitTtlSeconds (line 329) | func (o *UpdateOrganizationQuota) SetAuthenticatedRateLimitTtlSeconds(... method GetSandboxCreateRateLimitTtlSeconds (line 335) | func (o *UpdateOrganizationQuota) GetSandboxCreateRateLimitTtlSeconds(... method GetSandboxCreateRateLimitTtlSecondsOk (line 347) | func (o *UpdateOrganizationQuota) GetSandboxCreateRateLimitTtlSecondsO... method SetSandboxCreateRateLimitTtlSeconds (line 355) | func (o *UpdateOrganizationQuota) SetSandboxCreateRateLimitTtlSeconds(... method GetSandboxLifecycleRateLimitTtlSeconds (line 361) | func (o *UpdateOrganizationQuota) GetSandboxLifecycleRateLimitTtlSecon... method GetSandboxLifecycleRateLimitTtlSecondsOk (line 373) | func (o *UpdateOrganizationQuota) GetSandboxLifecycleRateLimitTtlSecon... method SetSandboxLifecycleRateLimitTtlSeconds (line 381) | func (o *UpdateOrganizationQuota) SetSandboxLifecycleRateLimitTtlSecon... method GetSnapshotDeactivationTimeoutMinutes (line 387) | func (o *UpdateOrganizationQuota) GetSnapshotDeactivationTimeoutMinute... method GetSnapshotDeactivationTimeoutMinutesOk (line 399) | func (o *UpdateOrganizationQuota) GetSnapshotDeactivationTimeoutMinute... method SetSnapshotDeactivationTimeoutMinutes (line 407) | func (o *UpdateOrganizationQuota) SetSnapshotDeactivationTimeoutMinute... method MarshalJSON (line 411) | func (o UpdateOrganizationQuota) MarshalJSON() ([]byte, error) { method ToMap (line 419) | func (o UpdateOrganizationQuota) ToMap() (map[string]interface{}, erro... method UnmarshalJSON (line 442) | func (o *UpdateOrganizationQuota) UnmarshalJSON(data []byte) (err erro... type _UpdateOrganizationQuota (line 41) | type _UpdateOrganizationQuota function NewUpdateOrganizationQuota (line 47) | func NewUpdateOrganizationQuota(maxCpuPerSandbox NullableFloat32, maxMem... function NewUpdateOrganizationQuotaWithDefaults (line 68) | func NewUpdateOrganizationQuotaWithDefaults() *UpdateOrganizationQuota { type NullableUpdateOrganizationQuota (line 508) | type NullableUpdateOrganizationQuota struct method Get (line 513) | func (v NullableUpdateOrganizationQuota) Get() *UpdateOrganizationQuota { method Set (line 517) | func (v *NullableUpdateOrganizationQuota) Set(val *UpdateOrganizationQ... method IsSet (line 522) | func (v NullableUpdateOrganizationQuota) IsSet() bool { method Unset (line 526) | func (v *NullableUpdateOrganizationQuota) Unset() { method MarshalJSON (line 535) | func (v NullableUpdateOrganizationQuota) MarshalJSON() ([]byte, error) { method UnmarshalJSON (line 539) | func (v *NullableUpdateOrganizationQuota) UnmarshalJSON(src []byte) er... function NewNullableUpdateOrganizationQuota (line 531) | func NewNullableUpdateOrganizationQuota(val *UpdateOrganizationQuota) *N... FILE: libs/api-client-go/model_update_organization_region_quota.go type UpdateOrganizationRegionQuota (line 23) | type UpdateOrganizationRegionQuota struct method GetTotalCpuQuota (line 54) | func (o *UpdateOrganizationRegionQuota) GetTotalCpuQuota() float32 { method GetTotalCpuQuotaOk (line 66) | func (o *UpdateOrganizationRegionQuota) GetTotalCpuQuotaOk() (*float32... method SetTotalCpuQuota (line 74) | func (o *UpdateOrganizationRegionQuota) SetTotalCpuQuota(v float32) { method GetTotalMemoryQuota (line 80) | func (o *UpdateOrganizationRegionQuota) GetTotalMemoryQuota() float32 { method GetTotalMemoryQuotaOk (line 92) | func (o *UpdateOrganizationRegionQuota) GetTotalMemoryQuotaOk() (*floa... method SetTotalMemoryQuota (line 100) | func (o *UpdateOrganizationRegionQuota) SetTotalMemoryQuota(v float32) { method GetTotalDiskQuota (line 106) | func (o *UpdateOrganizationRegionQuota) GetTotalDiskQuota() float32 { method GetTotalDiskQuotaOk (line 118) | func (o *UpdateOrganizationRegionQuota) GetTotalDiskQuotaOk() (*float3... method SetTotalDiskQuota (line 126) | func (o *UpdateOrganizationRegionQuota) SetTotalDiskQuota(v float32) { method MarshalJSON (line 130) | func (o UpdateOrganizationRegionQuota) MarshalJSON() ([]byte, error) { method ToMap (line 138) | func (o UpdateOrganizationRegionQuota) ToMap() (map[string]interface{}... method UnmarshalJSON (line 151) | func (o *UpdateOrganizationRegionQuota) UnmarshalJSON(data []byte) (er... type _UpdateOrganizationRegionQuota (line 30) | type _UpdateOrganizationRegionQuota function NewUpdateOrganizationRegionQuota (line 36) | func NewUpdateOrganizationRegionQuota(totalCpuQuota NullableFloat32, tot... function NewUpdateOrganizationRegionQuotaWithDefaults (line 47) | func NewUpdateOrganizationRegionQuotaWithDefaults() *UpdateOrganizationR... type NullableUpdateOrganizationRegionQuota (line 197) | type NullableUpdateOrganizationRegionQuota struct method Get (line 202) | func (v NullableUpdateOrganizationRegionQuota) Get() *UpdateOrganizati... method Set (line 206) | func (v *NullableUpdateOrganizationRegionQuota) Set(val *UpdateOrganiz... method IsSet (line 211) | func (v NullableUpdateOrganizationRegionQuota) IsSet() bool { method Unset (line 215) | func (v *NullableUpdateOrganizationRegionQuota) Unset() { method MarshalJSON (line 224) | func (v NullableUpdateOrganizationRegionQuota) MarshalJSON() ([]byte, ... method UnmarshalJSON (line 228) | func (v *NullableUpdateOrganizationRegionQuota) UnmarshalJSON(src []by... function NewNullableUpdateOrganizationRegionQuota (line 220) | func NewNullableUpdateOrganizationRegionQuota(val *UpdateOrganizationReg... FILE: libs/api-client-go/model_update_organization_role.go type UpdateOrganizationRole (line 23) | type UpdateOrganizationRole struct method GetName (line 56) | func (o *UpdateOrganizationRole) GetName() string { method GetNameOk (line 67) | func (o *UpdateOrganizationRole) GetNameOk() (*string, bool) { method SetName (line 75) | func (o *UpdateOrganizationRole) SetName(v string) { method GetDescription (line 80) | func (o *UpdateOrganizationRole) GetDescription() string { method GetDescriptionOk (line 91) | func (o *UpdateOrganizationRole) GetDescriptionOk() (*string, bool) { method SetDescription (line 99) | func (o *UpdateOrganizationRole) SetDescription(v string) { method GetPermissions (line 104) | func (o *UpdateOrganizationRole) GetPermissions() []string { method GetPermissionsOk (line 115) | func (o *UpdateOrganizationRole) GetPermissionsOk() ([]string, bool) { method SetPermissions (line 123) | func (o *UpdateOrganizationRole) SetPermissions(v []string) { method MarshalJSON (line 127) | func (o UpdateOrganizationRole) MarshalJSON() ([]byte, error) { method ToMap (line 135) | func (o UpdateOrganizationRole) ToMap() (map[string]interface{}, error) { method UnmarshalJSON (line 148) | func (o *UpdateOrganizationRole) UnmarshalJSON(data []byte) (err error) { type _UpdateOrganizationRole (line 33) | type _UpdateOrganizationRole function NewUpdateOrganizationRole (line 39) | func NewUpdateOrganizationRole(name string, description string, permissi... function NewUpdateOrganizationRoleWithDefaults (line 50) | func NewUpdateOrganizationRoleWithDefaults() *UpdateOrganizationRole { type NullableUpdateOrganizationRole (line 194) | type NullableUpdateOrganizationRole struct method Get (line 199) | func (v NullableUpdateOrganizationRole) Get() *UpdateOrganizationRole { method Set (line 203) | func (v *NullableUpdateOrganizationRole) Set(val *UpdateOrganizationRo... method IsSet (line 208) | func (v NullableUpdateOrganizationRole) IsSet() bool { method Unset (line 212) | func (v *NullableUpdateOrganizationRole) Unset() { method MarshalJSON (line 221) | func (v NullableUpdateOrganizationRole) MarshalJSON() ([]byte, error) { method UnmarshalJSON (line 225) | func (v *NullableUpdateOrganizationRole) UnmarshalJSON(src []byte) err... function NewNullableUpdateOrganizationRole (line 217) | func NewNullableUpdateOrganizationRole(val *UpdateOrganizationRole) *Nul... FILE: libs/api-client-go/model_update_region.go type UpdateRegion (line 22) | type UpdateRegion struct method GetProxyUrl (line 52) | func (o *UpdateRegion) GetProxyUrl() string { method GetProxyUrlOk (line 63) | func (o *UpdateRegion) GetProxyUrlOk() (*string, bool) { method HasProxyUrl (line 71) | func (o *UpdateRegion) HasProxyUrl() bool { method SetProxyUrl (line 80) | func (o *UpdateRegion) SetProxyUrl(v string) { method SetProxyUrlNil (line 84) | func (o *UpdateRegion) SetProxyUrlNil() { method UnsetProxyUrl (line 89) | func (o *UpdateRegion) UnsetProxyUrl() { method GetSshGatewayUrl (line 94) | func (o *UpdateRegion) GetSshGatewayUrl() string { method GetSshGatewayUrlOk (line 105) | func (o *UpdateRegion) GetSshGatewayUrlOk() (*string, bool) { method HasSshGatewayUrl (line 113) | func (o *UpdateRegion) HasSshGatewayUrl() bool { method SetSshGatewayUrl (line 122) | func (o *UpdateRegion) SetSshGatewayUrl(v string) { method SetSshGatewayUrlNil (line 126) | func (o *UpdateRegion) SetSshGatewayUrlNil() { method UnsetSshGatewayUrl (line 131) | func (o *UpdateRegion) UnsetSshGatewayUrl() { method GetSnapshotManagerUrl (line 136) | func (o *UpdateRegion) GetSnapshotManagerUrl() string { method GetSnapshotManagerUrlOk (line 147) | func (o *UpdateRegion) GetSnapshotManagerUrlOk() (*string, bool) { method HasSnapshotManagerUrl (line 155) | func (o *UpdateRegion) HasSnapshotManagerUrl() bool { method SetSnapshotManagerUrl (line 164) | func (o *UpdateRegion) SetSnapshotManagerUrl(v string) { method SetSnapshotManagerUrlNil (line 168) | func (o *UpdateRegion) SetSnapshotManagerUrlNil() { method UnsetSnapshotManagerUrl (line 173) | func (o *UpdateRegion) UnsetSnapshotManagerUrl() { method MarshalJSON (line 177) | func (o UpdateRegion) MarshalJSON() ([]byte, error) { method ToMap (line 185) | func (o UpdateRegion) ToMap() (map[string]interface{}, error) { method UnmarshalJSON (line 204) | func (o *UpdateRegion) UnmarshalJSON(data []byte) (err error) { type _UpdateRegion (line 32) | type _UpdateRegion function NewUpdateRegion (line 38) | func NewUpdateRegion() *UpdateRegion { function NewUpdateRegionWithDefaults (line 46) | func NewUpdateRegionWithDefaults() *UpdateRegion { type NullableUpdateRegion (line 227) | type NullableUpdateRegion struct method Get (line 232) | func (v NullableUpdateRegion) Get() *UpdateRegion { method Set (line 236) | func (v *NullableUpdateRegion) Set(val *UpdateRegion) { method IsSet (line 241) | func (v NullableUpdateRegion) IsSet() bool { method Unset (line 245) | func (v *NullableUpdateRegion) Unset() { method MarshalJSON (line 254) | func (v NullableUpdateRegion) MarshalJSON() ([]byte, error) { method UnmarshalJSON (line 258) | func (v *NullableUpdateRegion) UnmarshalJSON(src []byte) error { function NewNullableUpdateRegion (line 250) | func NewNullableUpdateRegion(val *UpdateRegion) *NullableUpdateRegion { FILE: libs/api-client-go/model_update_sandbox_state_dto.go type UpdateSandboxStateDto (line 23) | type UpdateSandboxStateDto struct method GetState (line 54) | func (o *UpdateSandboxStateDto) GetState() string { method GetStateOk (line 65) | func (o *UpdateSandboxStateDto) GetStateOk() (*string, bool) { method SetState (line 73) | func (o *UpdateSandboxStateDto) SetState(v string) { method GetErrorReason (line 78) | func (o *UpdateSandboxStateDto) GetErrorReason() string { method GetErrorReasonOk (line 88) | func (o *UpdateSandboxStateDto) GetErrorReasonOk() (*string, bool) { method HasErrorReason (line 96) | func (o *UpdateSandboxStateDto) HasErrorReason() bool { method SetErrorReason (line 105) | func (o *UpdateSandboxStateDto) SetErrorReason(v string) { method GetRecoverable (line 110) | func (o *UpdateSandboxStateDto) GetRecoverable() bool { method GetRecoverableOk (line 120) | func (o *UpdateSandboxStateDto) GetRecoverableOk() (*bool, bool) { method HasRecoverable (line 128) | func (o *UpdateSandboxStateDto) HasRecoverable() bool { method SetRecoverable (line 137) | func (o *UpdateSandboxStateDto) SetRecoverable(v bool) { method MarshalJSON (line 141) | func (o UpdateSandboxStateDto) MarshalJSON() ([]byte, error) { method ToMap (line 149) | func (o UpdateSandboxStateDto) ToMap() (map[string]interface{}, error) { method UnmarshalJSON (line 166) | func (o *UpdateSandboxStateDto) UnmarshalJSON(data []byte) (err error) { type _UpdateSandboxStateDto (line 33) | type _UpdateSandboxStateDto function NewUpdateSandboxStateDto (line 39) | func NewUpdateSandboxStateDto(state string) *UpdateSandboxStateDto { function NewUpdateSandboxStateDtoWithDefaults (line 48) | func NewUpdateSandboxStateDtoWithDefaults() *UpdateSandboxStateDto { type NullableUpdateSandboxStateDto (line 210) | type NullableUpdateSandboxStateDto struct method Get (line 215) | func (v NullableUpdateSandboxStateDto) Get() *UpdateSandboxStateDto { method Set (line 219) | func (v *NullableUpdateSandboxStateDto) Set(val *UpdateSandboxStateDto) { method IsSet (line 224) | func (v NullableUpdateSandboxStateDto) IsSet() bool { method Unset (line 228) | func (v *NullableUpdateSandboxStateDto) Unset() { method MarshalJSON (line 237) | func (v NullableUpdateSandboxStateDto) MarshalJSON() ([]byte, error) { method UnmarshalJSON (line 241) | func (v *NullableUpdateSandboxStateDto) UnmarshalJSON(src []byte) error { function NewNullableUpdateSandboxStateDto (line 233) | func NewNullableUpdateSandboxStateDto(val *UpdateSandboxStateDto) *Nulla... FILE: libs/api-client-go/model_url.go type Url (line 23) | type Url struct method GetUrl (line 50) | func (o *Url) GetUrl() string { method GetUrlOk (line 61) | func (o *Url) GetUrlOk() (*string, bool) { method SetUrl (line 69) | func (o *Url) SetUrl(v string) { method MarshalJSON (line 73) | func (o Url) MarshalJSON() ([]byte, error) { method ToMap (line 81) | func (o Url) ToMap() (map[string]interface{}, error) { method UnmarshalJSON (line 92) | func (o *Url) UnmarshalJSON(data []byte) (err error) { type _Url (line 29) | type _Url function NewUrl (line 35) | func NewUrl(url string) *Url { function NewUrlWithDefaults (line 44) | func NewUrlWithDefaults() *Url { type NullableUrl (line 134) | type NullableUrl struct method Get (line 139) | func (v NullableUrl) Get() *Url { method Set (line 143) | func (v *NullableUrl) Set(val *Url) { method IsSet (line 148) | func (v NullableUrl) IsSet() bool { method Unset (line 152) | func (v *NullableUrl) Unset() { method MarshalJSON (line 161) | func (v NullableUrl) MarshalJSON() ([]byte, error) { method UnmarshalJSON (line 165) | func (v *NullableUrl) UnmarshalJSON(src []byte) error { function NewNullableUrl (line 157) | func NewNullableUrl(val *Url) *NullableUrl { FILE: libs/api-client-go/model_user.go type User (line 24) | type User struct method GetId (line 63) | func (o *User) GetId() string { method GetIdOk (line 74) | func (o *User) GetIdOk() (*string, bool) { method SetId (line 82) | func (o *User) SetId(v string) { method GetName (line 87) | func (o *User) GetName() string { method GetNameOk (line 98) | func (o *User) GetNameOk() (*string, bool) { method SetName (line 106) | func (o *User) SetName(v string) { method GetEmail (line 111) | func (o *User) GetEmail() string { method GetEmailOk (line 122) | func (o *User) GetEmailOk() (*string, bool) { method SetEmail (line 130) | func (o *User) SetEmail(v string) { method GetPublicKeys (line 135) | func (o *User) GetPublicKeys() []UserPublicKey { method GetPublicKeysOk (line 146) | func (o *User) GetPublicKeysOk() ([]UserPublicKey, bool) { method SetPublicKeys (line 154) | func (o *User) SetPublicKeys(v []UserPublicKey) { method GetCreatedAt (line 159) | func (o *User) GetCreatedAt() time.Time { method GetCreatedAtOk (line 170) | func (o *User) GetCreatedAtOk() (*time.Time, bool) { method SetCreatedAt (line 178) | func (o *User) SetCreatedAt(v time.Time) { method MarshalJSON (line 182) | func (o User) MarshalJSON() ([]byte, error) { method ToMap (line 190) | func (o User) ToMap() (map[string]interface{}, error) { method UnmarshalJSON (line 205) | func (o *User) UnmarshalJSON(data []byte) (err error) { type _User (line 38) | type _User function NewUser (line 44) | func NewUser(id string, name string, email string, publicKeys []UserPubl... function NewUserWithDefaults (line 57) | func NewUserWithDefaults() *User { type NullableUser (line 255) | type NullableUser struct method Get (line 260) | func (v NullableUser) Get() *User { method Set (line 264) | func (v *NullableUser) Set(val *User) { method IsSet (line 269) | func (v NullableUser) IsSet() bool { method Unset (line 273) | func (v *NullableUser) Unset() { method MarshalJSON (line 282) | func (v NullableUser) MarshalJSON() ([]byte, error) { method UnmarshalJSON (line 286) | func (v *NullableUser) UnmarshalJSON(src []byte) error { function NewNullableUser (line 278) | func NewNullableUser(val *User) *NullableUser { FILE: libs/api-client-go/model_user_home_dir_response.go type UserHomeDirResponse (line 22) | type UserHomeDirResponse struct method GetDir (line 47) | func (o *UserHomeDirResponse) GetDir() string { method GetDirOk (line 57) | func (o *UserHomeDirResponse) GetDirOk() (*string, bool) { method HasDir (line 65) | func (o *UserHomeDirResponse) HasDir() bool { method SetDir (line 74) | func (o *UserHomeDirResponse) SetDir(v string) { method MarshalJSON (line 78) | func (o UserHomeDirResponse) MarshalJSON() ([]byte, error) { method ToMap (line 86) | func (o UserHomeDirResponse) ToMap() (map[string]interface{}, error) { method UnmarshalJSON (line 99) | func (o *UserHomeDirResponse) UnmarshalJSON(data []byte) (err error) { type _UserHomeDirResponse (line 27) | type _UserHomeDirResponse function NewUserHomeDirResponse (line 33) | func NewUserHomeDirResponse() *UserHomeDirResponse { function NewUserHomeDirResponseWithDefaults (line 41) | func NewUserHomeDirResponseWithDefaults() *UserHomeDirResponse { type NullableUserHomeDirResponse (line 120) | type NullableUserHomeDirResponse struct method Get (line 125) | func (v NullableUserHomeDirResponse) Get() *UserHomeDirResponse { method Set (line 129) | func (v *NullableUserHomeDirResponse) Set(val *UserHomeDirResponse) { method IsSet (line 134) | func (v NullableUserHomeDirResponse) IsSet() bool { method Unset (line 138) | func (v *NullableUserHomeDirResponse) Unset() { method MarshalJSON (line 147) | func (v NullableUserHomeDirResponse) MarshalJSON() ([]byte, error) { method UnmarshalJSON (line 151) | func (v *NullableUserHomeDirResponse) UnmarshalJSON(src []byte) error { function NewNullableUserHomeDirResponse (line 143) | func NewNullableUserHomeDirResponse(val *UserHomeDirResponse) *NullableU... FILE: libs/api-client-go/model_user_public_key.go type UserPublicKey (line 23) | type UserPublicKey struct method GetKey (line 53) | func (o *UserPublicKey) GetKey() string { method GetKeyOk (line 64) | func (o *UserPublicKey) GetKeyOk() (*string, bool) { method SetKey (line 72) | func (o *UserPublicKey) SetKey(v string) { method GetName (line 77) | func (o *UserPublicKey) GetName() string { method GetNameOk (line 88) | func (o *UserPublicKey) GetNameOk() (*string, bool) { method SetName (line 96) | func (o *UserPublicKey) SetName(v string) { method MarshalJSON (line 100) | func (o UserPublicKey) MarshalJSON() ([]byte, error) { method ToMap (line 108) | func (o UserPublicKey) ToMap() (map[string]interface{}, error) { method UnmarshalJSON (line 120) | func (o *UserPublicKey) UnmarshalJSON(data []byte) (err error) { type _UserPublicKey (line 31) | type _UserPublicKey function NewUserPublicKey (line 37) | func NewUserPublicKey(key string, name string) *UserPublicKey { function NewUserPublicKeyWithDefaults (line 47) | func NewUserPublicKeyWithDefaults() *UserPublicKey { type NullableUserPublicKey (line 164) | type NullableUserPublicKey struct method Get (line 169) | func (v NullableUserPublicKey) Get() *UserPublicKey { method Set (line 173) | func (v *NullableUserPublicKey) Set(val *UserPublicKey) { method IsSet (line 178) | func (v NullableUserPublicKey) IsSet() bool { method Unset (line 182) | func (v *NullableUserPublicKey) Unset() { method MarshalJSON (line 191) | func (v NullableUserPublicKey) MarshalJSON() ([]byte, error) { method UnmarshalJSON (line 195) | func (v *NullableUserPublicKey) UnmarshalJSON(src []byte) error { function NewNullableUserPublicKey (line 187) | func NewNullableUserPublicKey(val *UserPublicKey) *NullableUserPublicKey { FILE: libs/api-client-go/model_volume_dto.go type VolumeDto (line 23) | type VolumeDto struct method GetId (line 70) | func (o *VolumeDto) GetId() string { method GetIdOk (line 81) | func (o *VolumeDto) GetIdOk() (*string, bool) { method SetId (line 89) | func (o *VolumeDto) SetId(v string) { method GetName (line 94) | func (o *VolumeDto) GetName() string { method GetNameOk (line 105) | func (o *VolumeDto) GetNameOk() (*string, bool) { method SetName (line 113) | func (o *VolumeDto) SetName(v string) { method GetOrganizationId (line 118) | func (o *VolumeDto) GetOrganizationId() string { method GetOrganizationIdOk (line 129) | func (o *VolumeDto) GetOrganizationIdOk() (*string, bool) { method SetOrganizationId (line 137) | func (o *VolumeDto) SetOrganizationId(v string) { method GetState (line 142) | func (o *VolumeDto) GetState() VolumeState { method GetStateOk (line 153) | func (o *VolumeDto) GetStateOk() (*VolumeState, bool) { method SetState (line 161) | func (o *VolumeDto) SetState(v VolumeState) { method GetCreatedAt (line 166) | func (o *VolumeDto) GetCreatedAt() string { method GetCreatedAtOk (line 177) | func (o *VolumeDto) GetCreatedAtOk() (*string, bool) { method SetCreatedAt (line 185) | func (o *VolumeDto) SetCreatedAt(v string) { method GetUpdatedAt (line 190) | func (o *VolumeDto) GetUpdatedAt() string { method GetUpdatedAtOk (line 201) | func (o *VolumeDto) GetUpdatedAtOk() (*string, bool) { method SetUpdatedAt (line 209) | func (o *VolumeDto) SetUpdatedAt(v string) { method GetLastUsedAt (line 214) | func (o *VolumeDto) GetLastUsedAt() string { method GetLastUsedAtOk (line 225) | func (o *VolumeDto) GetLastUsedAtOk() (*string, bool) { method HasLastUsedAt (line 233) | func (o *VolumeDto) HasLastUsedAt() bool { method SetLastUsedAt (line 242) | func (o *VolumeDto) SetLastUsedAt(v string) { method SetLastUsedAtNil (line 246) | func (o *VolumeDto) SetLastUsedAtNil() { method UnsetLastUsedAt (line 251) | func (o *VolumeDto) UnsetLastUsedAt() { method GetErrorReason (line 257) | func (o *VolumeDto) GetErrorReason() string { method GetErrorReasonOk (line 269) | func (o *VolumeDto) GetErrorReasonOk() (*string, bool) { method SetErrorReason (line 277) | func (o *VolumeDto) SetErrorReason(v string) { method MarshalJSON (line 281) | func (o VolumeDto) MarshalJSON() ([]byte, error) { method ToMap (line 289) | func (o VolumeDto) ToMap() (map[string]interface{}, error) { method UnmarshalJSON (line 309) | func (o *VolumeDto) UnmarshalJSON(data []byte) (err error) { type _VolumeDto (line 43) | type _VolumeDto function NewVolumeDto (line 49) | func NewVolumeDto(id string, name string, organizationId string, state V... function NewVolumeDtoWithDefaults (line 64) | func NewVolumeDtoWithDefaults() *VolumeDto { type NullableVolumeDto (line 364) | type NullableVolumeDto struct method Get (line 369) | func (v NullableVolumeDto) Get() *VolumeDto { method Set (line 373) | func (v *NullableVolumeDto) Set(val *VolumeDto) { method IsSet (line 378) | func (v NullableVolumeDto) IsSet() bool { method Unset (line 382) | func (v *NullableVolumeDto) Unset() { method MarshalJSON (line 391) | func (v NullableVolumeDto) MarshalJSON() ([]byte, error) { method UnmarshalJSON (line 395) | func (v *NullableVolumeDto) UnmarshalJSON(src []byte) error { function NewNullableVolumeDto (line 387) | func NewNullableVolumeDto(val *VolumeDto) *NullableVolumeDto { FILE: libs/api-client-go/model_volume_state.go type VolumeState (line 20) | type VolumeState method UnmarshalJSON (line 44) | func (v *VolumeState) UnmarshalJSON(src []byte) error { method IsValid (line 73) | func (v VolumeState) IsValid() bool { method Ptr (line 83) | func (v VolumeState) Ptr() *VolumeState { constant VOLUMESTATE_CREATING (line 24) | VOLUMESTATE_CREATING VolumeState = "creating" constant VOLUMESTATE_READY (line 25) | VOLUMESTATE_READY VolumeState = "ready" constant VOLUMESTATE_PENDING_CREATE (line 26) | VOLUMESTATE_PENDING_CREATE VolumeState = "pending_create" constant VOLUMESTATE_PENDING_DELETE (line 27) | VOLUMESTATE_PENDING_DELETE VolumeState = "pending_delete" constant VOLUMESTATE_DELETING (line 28) | VOLUMESTATE_DELETING VolumeState = "deleting" constant VOLUMESTATE_DELETED (line 29) | VOLUMESTATE_DELETED VolumeState = "deleted" constant VOLUMESTATE_ERROR (line 30) | VOLUMESTATE_ERROR VolumeState = "error" function NewVolumeStateFromValue (line 63) | func NewVolumeStateFromValue(v string) (*VolumeState, error) { type NullableVolumeState (line 87) | type NullableVolumeState struct method Get (line 92) | func (v NullableVolumeState) Get() *VolumeState { method Set (line 96) | func (v *NullableVolumeState) Set(val *VolumeState) { method IsSet (line 101) | func (v NullableVolumeState) IsSet() bool { method Unset (line 105) | func (v *NullableVolumeState) Unset() { method MarshalJSON (line 114) | func (v NullableVolumeState) MarshalJSON() ([]byte, error) { method UnmarshalJSON (line 118) | func (v *NullableVolumeState) UnmarshalJSON(src []byte) error { function NewNullableVolumeState (line 110) | func NewNullableVolumeState(val *VolumeState) *NullableVolumeState { FILE: libs/api-client-go/model_webhook_app_portal_access.go type WebhookAppPortalAccess (line 23) | type WebhookAppPortalAccess struct method GetToken (line 53) | func (o *WebhookAppPortalAccess) GetToken() string { method GetTokenOk (line 64) | func (o *WebhookAppPortalAccess) GetTokenOk() (*string, bool) { method SetToken (line 72) | func (o *WebhookAppPortalAccess) SetToken(v string) { method GetUrl (line 77) | func (o *WebhookAppPortalAccess) GetUrl() string { method GetUrlOk (line 88) | func (o *WebhookAppPortalAccess) GetUrlOk() (*string, bool) { method SetUrl (line 96) | func (o *WebhookAppPortalAccess) SetUrl(v string) { method MarshalJSON (line 100) | func (o WebhookAppPortalAccess) MarshalJSON() ([]byte, error) { method ToMap (line 108) | func (o WebhookAppPortalAccess) ToMap() (map[string]interface{}, error) { method UnmarshalJSON (line 120) | func (o *WebhookAppPortalAccess) UnmarshalJSON(data []byte) (err error) { type _WebhookAppPortalAccess (line 31) | type _WebhookAppPortalAccess function NewWebhookAppPortalAccess (line 37) | func NewWebhookAppPortalAccess(token string, url string) *WebhookAppPort... function NewWebhookAppPortalAccessWithDefaults (line 47) | func NewWebhookAppPortalAccessWithDefaults() *WebhookAppPortalAccess { type NullableWebhookAppPortalAccess (line 164) | type NullableWebhookAppPortalAccess struct method Get (line 169) | func (v NullableWebhookAppPortalAccess) Get() *WebhookAppPortalAccess { method Set (line 173) | func (v *NullableWebhookAppPortalAccess) Set(val *WebhookAppPortalAcce... method IsSet (line 178) | func (v NullableWebhookAppPortalAccess) IsSet() bool { method Unset (line 182) | func (v *NullableWebhookAppPortalAccess) Unset() { method MarshalJSON (line 191) | func (v NullableWebhookAppPortalAccess) MarshalJSON() ([]byte, error) { method UnmarshalJSON (line 195) | func (v *NullableWebhookAppPortalAccess) UnmarshalJSON(src []byte) err... function NewNullableWebhookAppPortalAccess (line 187) | func NewNullableWebhookAppPortalAccess(val *WebhookAppPortalAccess) *Nul... FILE: libs/api-client-go/model_webhook_controller_get_status_200_response.go type WebhookControllerGetStatus200Response (line 22) | type WebhookControllerGetStatus200Response struct method GetEnabled (line 47) | func (o *WebhookControllerGetStatus200Response) GetEnabled() bool { method GetEnabledOk (line 57) | func (o *WebhookControllerGetStatus200Response) GetEnabledOk() (*bool,... method HasEnabled (line 65) | func (o *WebhookControllerGetStatus200Response) HasEnabled() bool { method SetEnabled (line 74) | func (o *WebhookControllerGetStatus200Response) SetEnabled(v bool) { method MarshalJSON (line 78) | func (o WebhookControllerGetStatus200Response) MarshalJSON() ([]byte, ... method ToMap (line 86) | func (o WebhookControllerGetStatus200Response) ToMap() (map[string]int... method UnmarshalJSON (line 99) | func (o *WebhookControllerGetStatus200Response) UnmarshalJSON(data []b... type _WebhookControllerGetStatus200Response (line 27) | type _WebhookControllerGetStatus200Response function NewWebhookControllerGetStatus200Response (line 33) | func NewWebhookControllerGetStatus200Response() *WebhookControllerGetSta... function NewWebhookControllerGetStatus200ResponseWithDefaults (line 41) | func NewWebhookControllerGetStatus200ResponseWithDefaults() *WebhookCont... type NullableWebhookControllerGetStatus200Response (line 120) | type NullableWebhookControllerGetStatus200Response struct method Get (line 125) | func (v NullableWebhookControllerGetStatus200Response) Get() *WebhookC... method Set (line 129) | func (v *NullableWebhookControllerGetStatus200Response) Set(val *Webho... method IsSet (line 134) | func (v NullableWebhookControllerGetStatus200Response) IsSet() bool { method Unset (line 138) | func (v *NullableWebhookControllerGetStatus200Response) Unset() { method MarshalJSON (line 147) | func (v NullableWebhookControllerGetStatus200Response) MarshalJSON() (... method UnmarshalJSON (line 151) | func (v *NullableWebhookControllerGetStatus200Response) UnmarshalJSON(... function NewNullableWebhookControllerGetStatus200Response (line 143) | func NewNullableWebhookControllerGetStatus200Response(val *WebhookContro... FILE: libs/api-client-go/model_webhook_event.go type WebhookEvent (line 20) | type WebhookEvent method UnmarshalJSON (line 44) | func (v *WebhookEvent) UnmarshalJSON(src []byte) error { method IsValid (line 73) | func (v WebhookEvent) IsValid() bool { method Ptr (line 83) | func (v WebhookEvent) Ptr() *WebhookEvent { constant WEBHOOKEVENT_SANDBOX_CREATED (line 24) | WEBHOOKEVENT_SANDBOX_CREATED WebhookEvent = "sandbox.created" constant WEBHOOKEVENT_SANDBOX_STATE_UPDATED (line 25) | WEBHOOKEVENT_SANDBOX_STATE_UPDATED WebhookEvent = "sandbox.state.updated" constant WEBHOOKEVENT_SNAPSHOT_CREATED (line 26) | WEBHOOKEVENT_SNAPSHOT_CREATED WebhookEvent = "snapshot.created" constant WEBHOOKEVENT_SNAPSHOT_STATE_UPDATED (line 27) | WEBHOOKEVENT_SNAPSHOT_STATE_UPDATED WebhookEvent = "snapshot.state.updated" constant WEBHOOKEVENT_SNAPSHOT_REMOVED (line 28) | WEBHOOKEVENT_SNAPSHOT_REMOVED WebhookEvent = "snapshot.removed" constant WEBHOOKEVENT_VOLUME_CREATED (line 29) | WEBHOOKEVENT_VOLUME_CREATED WebhookEvent = "volume.created" constant WEBHOOKEVENT_VOLUME_STATE_UPDATED (line 30) | WEBHOOKEVENT_VOLUME_STATE_UPDATED WebhookEvent = "volume.state.updated" function NewWebhookEventFromValue (line 63) | func NewWebhookEventFromValue(v string) (*WebhookEvent, error) { type NullableWebhookEvent (line 87) | type NullableWebhookEvent struct method Get (line 92) | func (v NullableWebhookEvent) Get() *WebhookEvent { method Set (line 96) | func (v *NullableWebhookEvent) Set(val *WebhookEvent) { method IsSet (line 101) | func (v NullableWebhookEvent) IsSet() bool { method Unset (line 105) | func (v *NullableWebhookEvent) Unset() { method MarshalJSON (line 114) | func (v NullableWebhookEvent) MarshalJSON() ([]byte, error) { method UnmarshalJSON (line 118) | func (v *NullableWebhookEvent) UnmarshalJSON(src []byte) error { function NewNullableWebhookEvent (line 110) | func NewNullableWebhookEvent(val *WebhookEvent) *NullableWebhookEvent { FILE: libs/api-client-go/model_webhook_initialization_status.go type WebhookInitializationStatus (line 23) | type WebhookInitializationStatus struct method GetOrganizationId (line 65) | func (o *WebhookInitializationStatus) GetOrganizationId() string { method GetOrganizationIdOk (line 76) | func (o *WebhookInitializationStatus) GetOrganizationIdOk() (*string, ... method SetOrganizationId (line 84) | func (o *WebhookInitializationStatus) SetOrganizationId(v string) { method GetSvixApplicationId (line 90) | func (o *WebhookInitializationStatus) GetSvixApplicationId() string { method GetSvixApplicationIdOk (line 102) | func (o *WebhookInitializationStatus) GetSvixApplicationIdOk() (*strin... method SetSvixApplicationId (line 110) | func (o *WebhookInitializationStatus) SetSvixApplicationId(v string) { method GetLastError (line 116) | func (o *WebhookInitializationStatus) GetLastError() string { method GetLastErrorOk (line 128) | func (o *WebhookInitializationStatus) GetLastErrorOk() (*string, bool) { method SetLastError (line 136) | func (o *WebhookInitializationStatus) SetLastError(v string) { method GetRetryCount (line 141) | func (o *WebhookInitializationStatus) GetRetryCount() float32 { method GetRetryCountOk (line 152) | func (o *WebhookInitializationStatus) GetRetryCountOk() (*float32, boo... method SetRetryCount (line 160) | func (o *WebhookInitializationStatus) SetRetryCount(v float32) { method GetCreatedAt (line 165) | func (o *WebhookInitializationStatus) GetCreatedAt() string { method GetCreatedAtOk (line 176) | func (o *WebhookInitializationStatus) GetCreatedAtOk() (*string, bool) { method SetCreatedAt (line 184) | func (o *WebhookInitializationStatus) SetCreatedAt(v string) { method GetUpdatedAt (line 189) | func (o *WebhookInitializationStatus) GetUpdatedAt() string { method GetUpdatedAtOk (line 200) | func (o *WebhookInitializationStatus) GetUpdatedAtOk() (*string, bool) { method SetUpdatedAt (line 208) | func (o *WebhookInitializationStatus) SetUpdatedAt(v string) { method MarshalJSON (line 212) | func (o WebhookInitializationStatus) MarshalJSON() ([]byte, error) { method ToMap (line 220) | func (o WebhookInitializationStatus) ToMap() (map[string]interface{}, ... method UnmarshalJSON (line 236) | func (o *WebhookInitializationStatus) UnmarshalJSON(data []byte) (err ... type _WebhookInitializationStatus (line 39) | type _WebhookInitializationStatus function NewWebhookInitializationStatus (line 45) | func NewWebhookInitializationStatus(organizationId string, svixApplicati... function NewWebhookInitializationStatusWithDefaults (line 59) | func NewWebhookInitializationStatusWithDefaults() *WebhookInitialization... type NullableWebhookInitializationStatus (line 288) | type NullableWebhookInitializationStatus struct method Get (line 293) | func (v NullableWebhookInitializationStatus) Get() *WebhookInitializat... method Set (line 297) | func (v *NullableWebhookInitializationStatus) Set(val *WebhookInitiali... method IsSet (line 302) | func (v NullableWebhookInitializationStatus) IsSet() bool { method Unset (line 306) | func (v *NullableWebhookInitializationStatus) Unset() { method MarshalJSON (line 315) | func (v NullableWebhookInitializationStatus) MarshalJSON() ([]byte, er... method UnmarshalJSON (line 319) | func (v *NullableWebhookInitializationStatus) UnmarshalJSON(src []byte... function NewNullableWebhookInitializationStatus (line 311) | func NewNullableWebhookInitializationStatus(val *WebhookInitializationSt... FILE: libs/api-client-go/model_windows_response.go type WindowsResponse (line 23) | type WindowsResponse struct method GetWindows (line 53) | func (o *WindowsResponse) GetWindows() []map[string]interface{} { method GetWindowsOk (line 64) | func (o *WindowsResponse) GetWindowsOk() ([]map[string]interface{}, bo... method SetWindows (line 72) | func (o *WindowsResponse) SetWindows(v []map[string]interface{}) { method GetCount (line 77) | func (o *WindowsResponse) GetCount() float32 { method GetCountOk (line 88) | func (o *WindowsResponse) GetCountOk() (*float32, bool) { method SetCount (line 96) | func (o *WindowsResponse) SetCount(v float32) { method MarshalJSON (line 100) | func (o WindowsResponse) MarshalJSON() ([]byte, error) { method ToMap (line 108) | func (o WindowsResponse) ToMap() (map[string]interface{}, error) { method UnmarshalJSON (line 120) | func (o *WindowsResponse) UnmarshalJSON(data []byte) (err error) { type _WindowsResponse (line 31) | type _WindowsResponse function NewWindowsResponse (line 37) | func NewWindowsResponse(windows []map[string]interface{}, count float32)... function NewWindowsResponseWithDefaults (line 47) | func NewWindowsResponseWithDefaults() *WindowsResponse { type NullableWindowsResponse (line 164) | type NullableWindowsResponse struct method Get (line 169) | func (v NullableWindowsResponse) Get() *WindowsResponse { method Set (line 173) | func (v *NullableWindowsResponse) Set(val *WindowsResponse) { method IsSet (line 178) | func (v NullableWindowsResponse) IsSet() bool { method Unset (line 182) | func (v *NullableWindowsResponse) Unset() { method MarshalJSON (line 191) | func (v NullableWindowsResponse) MarshalJSON() ([]byte, error) { method UnmarshalJSON (line 195) | func (v *NullableWindowsResponse) UnmarshalJSON(src []byte) error { function NewNullableWindowsResponse (line 187) | func NewNullableWindowsResponse(val *WindowsResponse) *NullableWindowsRe... FILE: libs/api-client-go/model_work_dir_response.go type WorkDirResponse (line 22) | type WorkDirResponse struct method GetDir (line 47) | func (o *WorkDirResponse) GetDir() string { method GetDirOk (line 57) | func (o *WorkDirResponse) GetDirOk() (*string, bool) { method HasDir (line 65) | func (o *WorkDirResponse) HasDir() bool { method SetDir (line 74) | func (o *WorkDirResponse) SetDir(v string) { method MarshalJSON (line 78) | func (o WorkDirResponse) MarshalJSON() ([]byte, error) { method ToMap (line 86) | func (o WorkDirResponse) ToMap() (map[string]interface{}, error) { method UnmarshalJSON (line 99) | func (o *WorkDirResponse) UnmarshalJSON(data []byte) (err error) { type _WorkDirResponse (line 27) | type _WorkDirResponse function NewWorkDirResponse (line 33) | func NewWorkDirResponse() *WorkDirResponse { function NewWorkDirResponseWithDefaults (line 41) | func NewWorkDirResponseWithDefaults() *WorkDirResponse { type NullableWorkDirResponse (line 120) | type NullableWorkDirResponse struct method Get (line 125) | func (v NullableWorkDirResponse) Get() *WorkDirResponse { method Set (line 129) | func (v *NullableWorkDirResponse) Set(val *WorkDirResponse) { method IsSet (line 134) | func (v NullableWorkDirResponse) IsSet() bool { method Unset (line 138) | func (v *NullableWorkDirResponse) Unset() { method MarshalJSON (line 147) | func (v NullableWorkDirResponse) MarshalJSON() ([]byte, error) { method UnmarshalJSON (line 151) | func (v *NullableWorkDirResponse) UnmarshalJSON(src []byte) error { function NewNullableWorkDirResponse (line 143) | func NewNullableWorkDirResponse(val *WorkDirResponse) *NullableWorkDirRe... FILE: libs/api-client-go/model_workspace.go type Workspace (line 23) | type Workspace struct method GetId (line 134) | func (o *Workspace) GetId() string { method GetIdOk (line 145) | func (o *Workspace) GetIdOk() (*string, bool) { method SetId (line 153) | func (o *Workspace) SetId(v string) { method GetOrganizationId (line 158) | func (o *Workspace) GetOrganizationId() string { method GetOrganizationIdOk (line 169) | func (o *Workspace) GetOrganizationIdOk() (*string, bool) { method SetOrganizationId (line 177) | func (o *Workspace) SetOrganizationId(v string) { method GetName (line 182) | func (o *Workspace) GetName() string { method GetNameOk (line 193) | func (o *Workspace) GetNameOk() (*string, bool) { method SetName (line 201) | func (o *Workspace) SetName(v string) { method GetSnapshot (line 206) | func (o *Workspace) GetSnapshot() string { method GetSnapshotOk (line 216) | func (o *Workspace) GetSnapshotOk() (*string, bool) { method HasSnapshot (line 224) | func (o *Workspace) HasSnapshot() bool { method SetSnapshot (line 233) | func (o *Workspace) SetSnapshot(v string) { method GetUser (line 238) | func (o *Workspace) GetUser() string { method GetUserOk (line 249) | func (o *Workspace) GetUserOk() (*string, bool) { method SetUser (line 257) | func (o *Workspace) SetUser(v string) { method GetEnv (line 262) | func (o *Workspace) GetEnv() map[string]string { method GetEnvOk (line 273) | func (o *Workspace) GetEnvOk() (*map[string]string, bool) { method SetEnv (line 281) | func (o *Workspace) SetEnv(v map[string]string) { method GetLabels (line 286) | func (o *Workspace) GetLabels() map[string]string { method GetLabelsOk (line 297) | func (o *Workspace) GetLabelsOk() (*map[string]string, bool) { method SetLabels (line 305) | func (o *Workspace) SetLabels(v map[string]string) { method GetPublic (line 310) | func (o *Workspace) GetPublic() bool { method GetPublicOk (line 321) | func (o *Workspace) GetPublicOk() (*bool, bool) { method SetPublic (line 329) | func (o *Workspace) SetPublic(v bool) { method GetNetworkBlockAll (line 334) | func (o *Workspace) GetNetworkBlockAll() bool { method GetNetworkBlockAllOk (line 345) | func (o *Workspace) GetNetworkBlockAllOk() (*bool, bool) { method SetNetworkBlockAll (line 353) | func (o *Workspace) SetNetworkBlockAll(v bool) { method GetNetworkAllowList (line 358) | func (o *Workspace) GetNetworkAllowList() string { method GetNetworkAllowListOk (line 368) | func (o *Workspace) GetNetworkAllowListOk() (*string, bool) { method HasNetworkAllowList (line 376) | func (o *Workspace) HasNetworkAllowList() bool { method SetNetworkAllowList (line 385) | func (o *Workspace) SetNetworkAllowList(v string) { method GetTarget (line 390) | func (o *Workspace) GetTarget() string { method GetTargetOk (line 401) | func (o *Workspace) GetTargetOk() (*string, bool) { method SetTarget (line 409) | func (o *Workspace) SetTarget(v string) { method GetCpu (line 414) | func (o *Workspace) GetCpu() float32 { method GetCpuOk (line 425) | func (o *Workspace) GetCpuOk() (*float32, bool) { method SetCpu (line 433) | func (o *Workspace) SetCpu(v float32) { method GetGpu (line 438) | func (o *Workspace) GetGpu() float32 { method GetGpuOk (line 449) | func (o *Workspace) GetGpuOk() (*float32, bool) { method SetGpu (line 457) | func (o *Workspace) SetGpu(v float32) { method GetMemory (line 462) | func (o *Workspace) GetMemory() float32 { method GetMemoryOk (line 473) | func (o *Workspace) GetMemoryOk() (*float32, bool) { method SetMemory (line 481) | func (o *Workspace) SetMemory(v float32) { method GetDisk (line 486) | func (o *Workspace) GetDisk() float32 { method GetDiskOk (line 497) | func (o *Workspace) GetDiskOk() (*float32, bool) { method SetDisk (line 505) | func (o *Workspace) SetDisk(v float32) { method GetState (line 510) | func (o *Workspace) GetState() SandboxState { method GetStateOk (line 520) | func (o *Workspace) GetStateOk() (*SandboxState, bool) { method HasState (line 528) | func (o *Workspace) HasState() bool { method SetState (line 537) | func (o *Workspace) SetState(v SandboxState) { method GetDesiredState (line 542) | func (o *Workspace) GetDesiredState() SandboxDesiredState { method GetDesiredStateOk (line 552) | func (o *Workspace) GetDesiredStateOk() (*SandboxDesiredState, bool) { method HasDesiredState (line 560) | func (o *Workspace) HasDesiredState() bool { method SetDesiredState (line 569) | func (o *Workspace) SetDesiredState(v SandboxDesiredState) { method GetErrorReason (line 574) | func (o *Workspace) GetErrorReason() string { method GetErrorReasonOk (line 584) | func (o *Workspace) GetErrorReasonOk() (*string, bool) { method HasErrorReason (line 592) | func (o *Workspace) HasErrorReason() bool { method SetErrorReason (line 601) | func (o *Workspace) SetErrorReason(v string) { method GetRecoverable (line 606) | func (o *Workspace) GetRecoverable() bool { method GetRecoverableOk (line 616) | func (o *Workspace) GetRecoverableOk() (*bool, bool) { method HasRecoverable (line 624) | func (o *Workspace) HasRecoverable() bool { method SetRecoverable (line 633) | func (o *Workspace) SetRecoverable(v bool) { method GetBackupState (line 638) | func (o *Workspace) GetBackupState() string { method GetBackupStateOk (line 648) | func (o *Workspace) GetBackupStateOk() (*string, bool) { method HasBackupState (line 656) | func (o *Workspace) HasBackupState() bool { method SetBackupState (line 665) | func (o *Workspace) SetBackupState(v string) { method GetBackupCreatedAt (line 670) | func (o *Workspace) GetBackupCreatedAt() string { method GetBackupCreatedAtOk (line 680) | func (o *Workspace) GetBackupCreatedAtOk() (*string, bool) { method HasBackupCreatedAt (line 688) | func (o *Workspace) HasBackupCreatedAt() bool { method SetBackupCreatedAt (line 697) | func (o *Workspace) SetBackupCreatedAt(v string) { method GetAutoStopInterval (line 702) | func (o *Workspace) GetAutoStopInterval() float32 { method GetAutoStopIntervalOk (line 712) | func (o *Workspace) GetAutoStopIntervalOk() (*float32, bool) { method HasAutoStopInterval (line 720) | func (o *Workspace) HasAutoStopInterval() bool { method SetAutoStopInterval (line 729) | func (o *Workspace) SetAutoStopInterval(v float32) { method GetAutoArchiveInterval (line 734) | func (o *Workspace) GetAutoArchiveInterval() float32 { method GetAutoArchiveIntervalOk (line 744) | func (o *Workspace) GetAutoArchiveIntervalOk() (*float32, bool) { method HasAutoArchiveInterval (line 752) | func (o *Workspace) HasAutoArchiveInterval() bool { method SetAutoArchiveInterval (line 761) | func (o *Workspace) SetAutoArchiveInterval(v float32) { method GetAutoDeleteInterval (line 766) | func (o *Workspace) GetAutoDeleteInterval() float32 { method GetAutoDeleteIntervalOk (line 776) | func (o *Workspace) GetAutoDeleteIntervalOk() (*float32, bool) { method HasAutoDeleteInterval (line 784) | func (o *Workspace) HasAutoDeleteInterval() bool { method SetAutoDeleteInterval (line 793) | func (o *Workspace) SetAutoDeleteInterval(v float32) { method GetVolumes (line 798) | func (o *Workspace) GetVolumes() []SandboxVolume { method GetVolumesOk (line 808) | func (o *Workspace) GetVolumesOk() ([]SandboxVolume, bool) { method HasVolumes (line 816) | func (o *Workspace) HasVolumes() bool { method SetVolumes (line 825) | func (o *Workspace) SetVolumes(v []SandboxVolume) { method GetBuildInfo (line 830) | func (o *Workspace) GetBuildInfo() BuildInfo { method GetBuildInfoOk (line 840) | func (o *Workspace) GetBuildInfoOk() (*BuildInfo, bool) { method HasBuildInfo (line 848) | func (o *Workspace) HasBuildInfo() bool { method SetBuildInfo (line 857) | func (o *Workspace) SetBuildInfo(v BuildInfo) { method GetCreatedAt (line 862) | func (o *Workspace) GetCreatedAt() string { method GetCreatedAtOk (line 872) | func (o *Workspace) GetCreatedAtOk() (*string, bool) { method HasCreatedAt (line 880) | func (o *Workspace) HasCreatedAt() bool { method SetCreatedAt (line 889) | func (o *Workspace) SetCreatedAt(v string) { method GetUpdatedAt (line 894) | func (o *Workspace) GetUpdatedAt() string { method GetUpdatedAtOk (line 904) | func (o *Workspace) GetUpdatedAtOk() (*string, bool) { method HasUpdatedAt (line 912) | func (o *Workspace) HasUpdatedAt() bool { method SetUpdatedAt (line 921) | func (o *Workspace) SetUpdatedAt(v string) { method GetClass (line 927) | func (o *Workspace) GetClass() string { method GetClassOk (line 938) | func (o *Workspace) GetClassOk() (*string, bool) { method HasClass (line 946) | func (o *Workspace) HasClass() bool { method SetClass (line 956) | func (o *Workspace) SetClass(v string) { method GetDaemonVersion (line 961) | func (o *Workspace) GetDaemonVersion() string { method GetDaemonVersionOk (line 971) | func (o *Workspace) GetDaemonVersionOk() (*string, bool) { method HasDaemonVersion (line 979) | func (o *Workspace) HasDaemonVersion() bool { method SetDaemonVersion (line 988) | func (o *Workspace) SetDaemonVersion(v string) { method GetRunnerId (line 993) | func (o *Workspace) GetRunnerId() string { method GetRunnerIdOk (line 1003) | func (o *Workspace) GetRunnerIdOk() (*string, bool) { method HasRunnerId (line 1011) | func (o *Workspace) HasRunnerId() bool { method SetRunnerId (line 1020) | func (o *Workspace) SetRunnerId(v string) { method GetToolboxProxyUrl (line 1025) | func (o *Workspace) GetToolboxProxyUrl() string { method GetToolboxProxyUrlOk (line 1036) | func (o *Workspace) GetToolboxProxyUrlOk() (*string, bool) { method SetToolboxProxyUrl (line 1044) | func (o *Workspace) SetToolboxProxyUrl(v string) { method GetImage (line 1049) | func (o *Workspace) GetImage() string { method GetImageOk (line 1059) | func (o *Workspace) GetImageOk() (*string, bool) { method HasImage (line 1067) | func (o *Workspace) HasImage() bool { method SetImage (line 1076) | func (o *Workspace) SetImage(v string) { method GetSnapshotState (line 1081) | func (o *Workspace) GetSnapshotState() string { method GetSnapshotStateOk (line 1091) | func (o *Workspace) GetSnapshotStateOk() (*string, bool) { method HasSnapshotState (line 1099) | func (o *Workspace) HasSnapshotState() bool { method SetSnapshotState (line 1108) | func (o *Workspace) SetSnapshotState(v string) { method GetSnapshotCreatedAt (line 1113) | func (o *Workspace) GetSnapshotCreatedAt() string { method GetSnapshotCreatedAtOk (line 1123) | func (o *Workspace) GetSnapshotCreatedAtOk() (*string, bool) { method HasSnapshotCreatedAt (line 1131) | func (o *Workspace) HasSnapshotCreatedAt() bool { method SetSnapshotCreatedAt (line 1140) | func (o *Workspace) SetSnapshotCreatedAt(v string) { method GetInfo (line 1145) | func (o *Workspace) GetInfo() SandboxInfo { method GetInfoOk (line 1155) | func (o *Workspace) GetInfoOk() (*SandboxInfo, bool) { method HasInfo (line 1163) | func (o *Workspace) HasInfo() bool { method SetInfo (line 1172) | func (o *Workspace) SetInfo(v SandboxInfo) { method MarshalJSON (line 1176) | func (o Workspace) MarshalJSON() ([]byte, error) { method ToMap (line 1184) | func (o Workspace) ToMap() (map[string]interface{}, error) { method UnmarshalJSON (line 1274) | func (o *Workspace) UnmarshalJSON(data []byte) (err error) { type _Workspace (line 100) | type _Workspace function NewWorkspace (line 106) | func NewWorkspace(id string, organizationId string, name string, user st... function NewWorkspaceWithDefaults (line 128) | func NewWorkspaceWithDefaults() *Workspace { type NullableWorkspace (line 1364) | type NullableWorkspace struct method Get (line 1369) | func (v NullableWorkspace) Get() *Workspace { method Set (line 1373) | func (v *NullableWorkspace) Set(val *Workspace) { method IsSet (line 1378) | func (v NullableWorkspace) IsSet() bool { method Unset (line 1382) | func (v *NullableWorkspace) Unset() { method MarshalJSON (line 1391) | func (v NullableWorkspace) MarshalJSON() ([]byte, error) { method UnmarshalJSON (line 1395) | func (v *NullableWorkspace) UnmarshalJSON(src []byte) error { function NewNullableWorkspace (line 1387) | func NewNullableWorkspace(val *Workspace) *NullableWorkspace { FILE: libs/api-client-go/model_workspace_port_preview_url.go type WorkspacePortPreviewUrl (line 23) | type WorkspacePortPreviewUrl struct method GetUrl (line 53) | func (o *WorkspacePortPreviewUrl) GetUrl() string { method GetUrlOk (line 64) | func (o *WorkspacePortPreviewUrl) GetUrlOk() (*string, bool) { method SetUrl (line 72) | func (o *WorkspacePortPreviewUrl) SetUrl(v string) { method GetToken (line 77) | func (o *WorkspacePortPreviewUrl) GetToken() string { method GetTokenOk (line 88) | func (o *WorkspacePortPreviewUrl) GetTokenOk() (*string, bool) { method SetToken (line 96) | func (o *WorkspacePortPreviewUrl) SetToken(v string) { method MarshalJSON (line 100) | func (o WorkspacePortPreviewUrl) MarshalJSON() ([]byte, error) { method ToMap (line 108) | func (o WorkspacePortPreviewUrl) ToMap() (map[string]interface{}, erro... method UnmarshalJSON (line 120) | func (o *WorkspacePortPreviewUrl) UnmarshalJSON(data []byte) (err erro... type _WorkspacePortPreviewUrl (line 31) | type _WorkspacePortPreviewUrl function NewWorkspacePortPreviewUrl (line 37) | func NewWorkspacePortPreviewUrl(url string, token string) *WorkspacePort... function NewWorkspacePortPreviewUrlWithDefaults (line 47) | func NewWorkspacePortPreviewUrlWithDefaults() *WorkspacePortPreviewUrl { type NullableWorkspacePortPreviewUrl (line 164) | type NullableWorkspacePortPreviewUrl struct method Get (line 169) | func (v NullableWorkspacePortPreviewUrl) Get() *WorkspacePortPreviewUrl { method Set (line 173) | func (v *NullableWorkspacePortPreviewUrl) Set(val *WorkspacePortPrevie... method IsSet (line 178) | func (v NullableWorkspacePortPreviewUrl) IsSet() bool { method Unset (line 182) | func (v *NullableWorkspacePortPreviewUrl) Unset() { method MarshalJSON (line 191) | func (v NullableWorkspacePortPreviewUrl) MarshalJSON() ([]byte, error) { method UnmarshalJSON (line 195) | func (v *NullableWorkspacePortPreviewUrl) UnmarshalJSON(src []byte) er... function NewNullableWorkspacePortPreviewUrl (line 187) | func NewNullableWorkspacePortPreviewUrl(val *WorkspacePortPreviewUrl) *N... FILE: libs/api-client-go/response.go type APIResponse (line 19) | type APIResponse struct function NewAPIResponse (line 37) | func NewAPIResponse(r *http.Response) *APIResponse { function NewAPIResponseWithError (line 44) | func NewAPIResponseWithError(errorMessage string) *APIResponse { FILE: libs/api-client-go/utils.go function PtrBool (line 23) | func PtrBool(v bool) *bool { return &v } function PtrInt (line 26) | func PtrInt(v int) *int { return &v } function PtrInt32 (line 29) | func PtrInt32(v int32) *int32 { return &v } function PtrInt64 (line 32) | func PtrInt64(v int64) *int64 { return &v } function PtrFloat32 (line 35) | func PtrFloat32(v float32) *float32 { return &v } function PtrFloat64 (line 38) | func PtrFloat64(v float64) *float64 { return &v } function PtrString (line 41) | func PtrString(v string) *string { return &v } function PtrTime (line 44) | func PtrTime(v time.Time) *time.Time { return &v } type NullableBool (line 46) | type NullableBool struct method Get (line 51) | func (v NullableBool) Get() *bool { method Set (line 55) | func (v *NullableBool) Set(val *bool) { method IsSet (line 60) | func (v NullableBool) IsSet() bool { method Unset (line 64) | func (v *NullableBool) Unset() { method MarshalJSON (line 73) | func (v NullableBool) MarshalJSON() ([]byte, error) { method UnmarshalJSON (line 77) | func (v *NullableBool) UnmarshalJSON(src []byte) error { function NewNullableBool (line 69) | func NewNullableBool(val *bool) *NullableBool { type NullableInt (line 82) | type NullableInt struct method Get (line 87) | func (v NullableInt) Get() *int { method Set (line 91) | func (v *NullableInt) Set(val *int) { method IsSet (line 96) | func (v NullableInt) IsSet() bool { method Unset (line 100) | func (v *NullableInt) Unset() { method MarshalJSON (line 109) | func (v NullableInt) MarshalJSON() ([]byte, error) { method UnmarshalJSON (line 113) | func (v *NullableInt) UnmarshalJSON(src []byte) error { function NewNullableInt (line 105) | func NewNullableInt(val *int) *NullableInt { type NullableInt32 (line 118) | type NullableInt32 struct method Get (line 123) | func (v NullableInt32) Get() *int32 { method Set (line 127) | func (v *NullableInt32) Set(val *int32) { method IsSet (line 132) | func (v NullableInt32) IsSet() bool { method Unset (line 136) | func (v *NullableInt32) Unset() { method MarshalJSON (line 145) | func (v NullableInt32) MarshalJSON() ([]byte, error) { method UnmarshalJSON (line 149) | func (v *NullableInt32) UnmarshalJSON(src []byte) error { function NewNullableInt32 (line 141) | func NewNullableInt32(val *int32) *NullableInt32 { type NullableInt64 (line 154) | type NullableInt64 struct method Get (line 159) | func (v NullableInt64) Get() *int64 { method Set (line 163) | func (v *NullableInt64) Set(val *int64) { method IsSet (line 168) | func (v NullableInt64) IsSet() bool { method Unset (line 172) | func (v *NullableInt64) Unset() { method MarshalJSON (line 181) | func (v NullableInt64) MarshalJSON() ([]byte, error) { method UnmarshalJSON (line 185) | func (v *NullableInt64) UnmarshalJSON(src []byte) error { function NewNullableInt64 (line 177) | func NewNullableInt64(val *int64) *NullableInt64 { type NullableFloat32 (line 190) | type NullableFloat32 struct method Get (line 195) | func (v NullableFloat32) Get() *float32 { method Set (line 199) | func (v *NullableFloat32) Set(val *float32) { method IsSet (line 204) | func (v NullableFloat32) IsSet() bool { method Unset (line 208) | func (v *NullableFloat32) Unset() { method MarshalJSON (line 217) | func (v NullableFloat32) MarshalJSON() ([]byte, error) { method UnmarshalJSON (line 221) | func (v *NullableFloat32) UnmarshalJSON(src []byte) error { function NewNullableFloat32 (line 213) | func NewNullableFloat32(val *float32) *NullableFloat32 { type NullableFloat64 (line 226) | type NullableFloat64 struct method Get (line 231) | func (v NullableFloat64) Get() *float64 { method Set (line 235) | func (v *NullableFloat64) Set(val *float64) { method IsSet (line 240) | func (v NullableFloat64) IsSet() bool { method Unset (line 244) | func (v *NullableFloat64) Unset() { method MarshalJSON (line 253) | func (v NullableFloat64) MarshalJSON() ([]byte, error) { method UnmarshalJSON (line 257) | func (v *NullableFloat64) UnmarshalJSON(src []byte) error { function NewNullableFloat64 (line 249) | func NewNullableFloat64(val *float64) *NullableFloat64 { type NullableString (line 262) | type NullableString struct method Get (line 267) | func (v NullableString) Get() *string { method Set (line 271) | func (v *NullableString) Set(val *string) { method IsSet (line 276) | func (v NullableString) IsSet() bool { method Unset (line 280) | func (v *NullableString) Unset() { method MarshalJSON (line 289) | func (v NullableString) MarshalJSON() ([]byte, error) { method UnmarshalJSON (line 293) | func (v *NullableString) UnmarshalJSON(src []byte) error { function NewNullableString (line 285) | func NewNullableString(val *string) *NullableString { type NullableTime (line 298) | type NullableTime struct method Get (line 303) | func (v NullableTime) Get() *time.Time { method Set (line 307) | func (v *NullableTime) Set(val *time.Time) { method IsSet (line 312) | func (v NullableTime) IsSet() bool { method Unset (line 316) | func (v *NullableTime) Unset() { method MarshalJSON (line 325) | func (v NullableTime) MarshalJSON() ([]byte, error) { method UnmarshalJSON (line 329) | func (v *NullableTime) UnmarshalJSON(src []byte) error { function NewNullableTime (line 321) | func NewNullableTime(val *time.Time) *NullableTime { function IsNil (line 335) | func IsNil(i interface{}) bool { type MappedNullable (line 348) | type MappedNullable interface function newStrictDecoder (line 353) | func newStrictDecoder(data []byte) *json.Decoder { function reportError (line 360) | func reportError(format string, a ...interface{}) error { FILE: libs/api-client-python/daytona_api_client/api/admin_api.py class AdminApi (line 33) | class AdminApi: method __init__ (line 40) | def __init__(self, api_client=None) -> None: method admin_create_runner (line 47) | def admin_create_runner( method admin_create_runner_with_http_info (line 113) | def admin_create_runner_with_http_info( method admin_create_runner_without_preload_content (line 179) | def admin_create_runner_without_preload_content( method _admin_create_runner_serialize (line 240) | def _admin_create_runner_serialize( method admin_delete_runner (line 319) | def admin_delete_runner( method admin_delete_runner_with_http_info (line 385) | def admin_delete_runner_with_http_info( method admin_delete_runner_without_preload_content (line 451) | def admin_delete_runner_without_preload_content( method _admin_delete_runner_serialize (line 512) | def _admin_delete_runner_serialize( method admin_get_runner_by_id (line 571) | def admin_get_runner_by_id( method admin_get_runner_by_id_with_http_info (line 637) | def admin_get_runner_by_id_with_http_info( method admin_get_runner_by_id_without_preload_content (line 703) | def admin_get_runner_by_id_without_preload_content( method _admin_get_runner_by_id_serialize (line 764) | def _admin_get_runner_by_id_serialize( method admin_list_runners (line 830) | def admin_list_runners( method admin_list_runners_with_http_info (line 896) | def admin_list_runners_with_http_info( method admin_list_runners_without_preload_content (line 962) | def admin_list_runners_without_preload_content( method _admin_list_runners_serialize (line 1023) | def _admin_list_runners_serialize( method admin_recover_sandbox (line 1091) | def admin_recover_sandbox( method admin_recover_sandbox_with_http_info (line 1157) | def admin_recover_sandbox_with_http_info( method admin_recover_sandbox_without_preload_content (line 1223) | def admin_recover_sandbox_without_preload_content( method _admin_recover_sandbox_serialize (line 1284) | def _admin_recover_sandbox_serialize( method admin_update_runner_scheduling (line 1350) | def admin_update_runner_scheduling( method admin_update_runner_scheduling_with_http_info (line 1416) | def admin_update_runner_scheduling_with_http_info( method admin_update_runner_scheduling_without_preload_content (line 1482) | def admin_update_runner_scheduling_without_preload_content( method _admin_update_runner_scheduling_serialize (line 1543) | def _admin_update_runner_scheduling_serialize( FILE: libs/api-client-python/daytona_api_client/api/api_keys_api.py class ApiKeysApi (line 32) | class ApiKeysApi: method __init__ (line 39) | def __init__(self, api_client=None) -> None: method create_api_key (line 46) | def create_api_key( method create_api_key_with_http_info (line 116) | def create_api_key_with_http_info( method create_api_key_without_preload_content (line 186) | def create_api_key_without_preload_content( method _create_api_key_serialize (line 251) | def _create_api_key_serialize( method delete_api_key (line 333) | def delete_api_key( method delete_api_key_with_http_info (line 403) | def delete_api_key_with_http_info( method delete_api_key_without_preload_content (line 473) | def delete_api_key_without_preload_content( method _delete_api_key_serialize (line 538) | def _delete_api_key_serialize( method delete_api_key_for_user (line 600) | def delete_api_key_for_user( method delete_api_key_for_user_with_http_info (line 674) | def delete_api_key_for_user_with_http_info( method delete_api_key_for_user_without_preload_content (line 748) | def delete_api_key_for_user_without_preload_content( method _delete_api_key_for_user_serialize (line 817) | def _delete_api_key_for_user_serialize( method get_api_key (line 882) | def get_api_key( method get_api_key_with_http_info (line 952) | def get_api_key_with_http_info( method get_api_key_without_preload_content (line 1022) | def get_api_key_without_preload_content( method _get_api_key_serialize (line 1087) | def _get_api_key_serialize( method get_current_api_key (line 1156) | def get_current_api_key( method get_current_api_key_with_http_info (line 1222) | def get_current_api_key_with_http_info( method get_current_api_key_without_preload_content (line 1288) | def get_current_api_key_without_preload_content( method _get_current_api_key_serialize (line 1349) | def _get_current_api_key_serialize( method list_api_keys (line 1415) | def list_api_keys( method list_api_keys_with_http_info (line 1482) | def list_api_keys_with_http_info( method list_api_keys_without_preload_content (line 1549) | def list_api_keys_without_preload_content( method _list_api_keys_serialize (line 1611) | def _list_api_keys_serialize( FILE: libs/api-client-python/daytona_api_client/api/audit_api.py class AuditApi (line 31) | class AuditApi: method __init__ (line 38) | def __init__(self, api_client=None) -> None: method get_all_audit_logs (line 45) | def get_all_audit_logs( method get_all_audit_logs_with_http_info (line 127) | def get_all_audit_logs_with_http_info( method get_all_audit_logs_without_preload_content (line 209) | def get_all_audit_logs_without_preload_content( method _get_all_audit_logs_serialize (line 286) | def _get_all_audit_logs_serialize( method get_organization_audit_logs (line 392) | def get_organization_audit_logs( method get_organization_audit_logs_with_http_info (line 478) | def get_organization_audit_logs_with_http_info( method get_organization_audit_logs_without_preload_content (line 564) | def get_organization_audit_logs_without_preload_content( method _get_organization_audit_logs_serialize (line 645) | def _get_organization_audit_logs_serialize( FILE: libs/api-client-python/daytona_api_client/api/config_api.py class ConfigApi (line 27) | class ConfigApi: method __init__ (line 34) | def __init__(self, api_client=None) -> None: method config_controller_get_config (line 41) | def config_controller_get_config( method config_controller_get_config_with_http_info (line 103) | def config_controller_get_config_with_http_info( method config_controller_get_config_without_preload_content (line 165) | def config_controller_get_config_without_preload_content( method _config_controller_get_config_serialize (line 222) | def _config_controller_get_config_serialize( FILE: libs/api-client-python/daytona_api_client/api/docker_registry_api.py class DockerRegistryApi (line 33) | class DockerRegistryApi: method __init__ (line 40) | def __init__(self, api_client=None) -> None: method create_registry (line 47) | def create_registry( method create_registry_with_http_info (line 117) | def create_registry_with_http_info( method create_registry_without_preload_content (line 187) | def create_registry_without_preload_content( method _create_registry_serialize (line 252) | def _create_registry_serialize( method delete_registry (line 334) | def delete_registry( method delete_registry_with_http_info (line 404) | def delete_registry_with_http_info( method delete_registry_without_preload_content (line 474) | def delete_registry_without_preload_content( method _delete_registry_serialize (line 539) | def _delete_registry_serialize( method get_registry (line 601) | def get_registry( method get_registry_with_http_info (line 671) | def get_registry_with_http_info( method get_registry_without_preload_content (line 741) | def get_registry_without_preload_content( method _get_registry_serialize (line 806) | def _get_registry_serialize( method get_transient_push_access (line 875) | def get_transient_push_access( method get_transient_push_access_with_http_info (line 945) | def get_transient_push_access_with_http_info( method get_transient_push_access_without_preload_content (line 1015) | def get_transient_push_access_without_preload_content( method _get_transient_push_access_serialize (line 1080) | def _get_transient_push_access_serialize( method list_registries (line 1151) | def list_registries( method list_registries_with_http_info (line 1217) | def list_registries_with_http_info( method list_registries_without_preload_content (line 1283) | def list_registries_without_preload_content( method _list_registries_serialize (line 1344) | def _list_registries_serialize( method set_default_registry (line 1410) | def set_default_registry( method set_default_registry_with_http_info (line 1480) | def set_default_registry_with_http_info( method set_default_registry_without_preload_content (line 1550) | def set_default_registry_without_preload_content( method _set_default_registry_serialize (line 1615) | def _set_default_registry_serialize( method update_registry (line 1684) | def update_registry( method update_registry_with_http_info (line 1758) | def update_registry_with_http_info( method update_registry_without_preload_content (line 1832) | def update_registry_without_preload_content( method _update_registry_serialize (line 1901) | def _update_registry_serialize( FILE: libs/api-client-python/daytona_api_client/api/health_api.py class HealthApi (line 27) | class HealthApi: method __init__ (line 34) | def __init__(self, api_client=None) -> None: method health_controller_check (line 41) | def health_controller_check( method health_controller_check_with_http_info (line 104) | def health_controller_check_with_http_info( method health_controller_check_without_preload_content (line 167) | def health_controller_check_without_preload_content( method _health_controller_check_serialize (line 225) | def _health_controller_check_serialize( method health_controller_live (line 286) | def health_controller_live( method health_controller_live_with_http_info (line 348) | def health_controller_live_with_http_info( method health_controller_live_without_preload_content (line 410) | def health_controller_live_without_preload_content( method _health_controller_live_serialize (line 467) | def _health_controller_live_serialize( FILE: libs/api-client-python/daytona_api_client/api/jobs_api.py class JobsApi (line 34) | class JobsApi: method __init__ (line 41) | def __init__(self, api_client=None) -> None: method get_job (line 48) | def get_job( method get_job_with_http_info (line 114) | def get_job_with_http_info( method get_job_without_preload_content (line 180) | def get_job_without_preload_content( method _get_job_serialize (line 241) | def _get_job_serialize( method list_jobs (line 307) | def list_jobs( method list_jobs_with_http_info (line 386) | def list_jobs_with_http_info( method list_jobs_without_preload_content (line 465) | def list_jobs_without_preload_content( method _list_jobs_serialize (line 539) | def _list_jobs_serialize( method poll_jobs (line 622) | def poll_jobs( method poll_jobs_with_http_info (line 693) | def poll_jobs_with_http_info( method poll_jobs_without_preload_content (line 764) | def poll_jobs_without_preload_content( method _poll_jobs_serialize (line 830) | def _poll_jobs_serialize( method update_job_status (line 903) | def update_job_status( method update_job_status_with_http_info (line 973) | def update_job_status_with_http_info( method update_job_status_without_preload_content (line 1043) | def update_job_status_without_preload_content( method _update_job_status_serialize (line 1108) | def _update_job_status_serialize( FILE: libs/api-client-python/daytona_api_client/api/object_storage_api.py class ObjectStorageApi (line 30) | class ObjectStorageApi: method __init__ (line 37) | def __init__(self, api_client=None) -> None: method get_push_access (line 44) | def get_push_access( method get_push_access_with_http_info (line 110) | def get_push_access_with_http_info( method get_push_access_without_preload_content (line 176) | def get_push_access_without_preload_content( method _get_push_access_serialize (line 237) | def _get_push_access_serialize( FILE: libs/api-client-python/daytona_api_client/api/organizations_api.py class OrganizationsApi (line 53) | class OrganizationsApi: method __init__ (line 60) | def __init__(self, api_client=None) -> None: method accept_organization_invitation (line 67) | def accept_organization_invitation( method accept_organization_invitation_with_http_info (line 133) | def accept_organization_invitation_with_http_info( method accept_organization_invitation_without_preload_content (line 199) | def accept_organization_invitation_without_preload_content( method _accept_organization_invitation_serialize (line 260) | def _accept_organization_invitation_serialize( method cancel_organization_invitation (line 326) | def cancel_organization_invitation( method cancel_organization_invitation_with_http_info (line 396) | def cancel_organization_invitation_with_http_info( method cancel_organization_invitation_without_preload_content (line 466) | def cancel_organization_invitation_without_preload_content( method _cancel_organization_invitation_serialize (line 531) | def _cancel_organization_invitation_serialize( method create_organization (line 593) | def create_organization( method create_organization_with_http_info (line 659) | def create_organization_with_http_info( method create_organization_without_preload_content (line 725) | def create_organization_without_preload_content( method _create_organization_serialize (line 786) | def _create_organization_serialize( method create_organization_invitation (line 865) | def create_organization_invitation( method create_organization_invitation_with_http_info (line 935) | def create_organization_invitation_with_http_info( method create_organization_invitation_without_preload_content (line 1005) | def create_organization_invitation_without_preload_content( method _create_organization_invitation_serialize (line 1070) | def _create_organization_invitation_serialize( method create_organization_role (line 1152) | def create_organization_role( method create_organization_role_with_http_info (line 1222) | def create_organization_role_with_http_info( method create_organization_role_without_preload_content (line 1292) | def create_organization_role_without_preload_content( method _create_organization_role_serialize (line 1357) | def _create_organization_role_serialize( method create_region (line 1439) | def create_region( method create_region_with_http_info (line 1509) | def create_region_with_http_info( method create_region_without_preload_content (line 1579) | def create_region_without_preload_content( method _create_region_serialize (line 1644) | def _create_region_serialize( method decline_organization_invitation (line 1726) | def decline_organization_invitation( method decline_organization_invitation_with_http_info (line 1792) | def decline_organization_invitation_with_http_info( method decline_organization_invitation_without_preload_content (line 1858) | def decline_organization_invitation_without_preload_content( method _decline_organization_invitation_serialize (line 1919) | def _decline_organization_invitation_serialize( method delete_organization (line 1978) | def delete_organization( method delete_organization_with_http_info (line 2044) | def delete_organization_with_http_info( method delete_organization_without_preload_content (line 2110) | def delete_organization_without_preload_content( method _delete_organization_serialize (line 2171) | def _delete_organization_serialize( method delete_organization_member (line 2230) | def delete_organization_member( method delete_organization_member_with_http_info (line 2300) | def delete_organization_member_with_http_info( method delete_organization_member_without_preload_content (line 2370) | def delete_organization_member_without_preload_content( method _delete_organization_member_serialize (line 2435) | def _delete_organization_member_serialize( method delete_organization_role (line 2497) | def delete_organization_role( method delete_organization_role_with_http_info (line 2567) | def delete_organization_role_with_http_info( method delete_organization_role_without_preload_content (line 2637) | def delete_organization_role_without_preload_content( method _delete_organization_role_serialize (line 2702) | def _delete_organization_role_serialize( method delete_region (line 2764) | def delete_region( method delete_region_with_http_info (line 2834) | def delete_region_with_http_info( method delete_region_without_preload_content (line 2904) | def delete_region_without_preload_content( method _delete_region_serialize (line 2969) | def _delete_region_serialize( method get_organization (line 3031) | def get_organization( method get_organization_with_http_info (line 3097) | def get_organization_with_http_info( method get_organization_without_preload_content (line 3163) | def get_organization_without_preload_content( method _get_organization_serialize (line 3224) | def _get_organization_serialize( method get_organization_by_sandbox_id (line 3290) | def get_organization_by_sandbox_id( method get_organization_by_sandbox_id_with_http_info (line 3356) | def get_organization_by_sandbox_id_with_http_info( method get_organization_by_sandbox_id_without_preload_content (line 3422) | def get_organization_by_sandbox_id_without_preload_content( method _get_organization_by_sandbox_id_serialize (line 3483) | def _get_organization_by_sandbox_id_serialize( method get_organization_invitations_count_for_authenticated_user (line 3549) | def get_organization_invitations_count_for_authenticated_user( method get_organization_invitations_count_for_authenticated_user_with_http_info (line 3611) | def get_organization_invitations_count_for_authenticated_user_with_htt... method get_organization_invitations_count_for_authenticated_user_without_preload_content (line 3673) | def get_organization_invitations_count_for_authenticated_user_without_... method _get_organization_invitations_count_for_authenticated_user_serialize (line 3730) | def _get_organization_invitations_count_for_authenticated_user_serialize( method get_organization_otel_config_by_sandbox_auth_token (line 3793) | def get_organization_otel_config_by_sandbox_auth_token( method get_organization_otel_config_by_sandbox_auth_token_with_http_info (line 3859) | def get_organization_otel_config_by_sandbox_auth_token_with_http_info( method get_organization_otel_config_by_sandbox_auth_token_without_preload_content (line 3925) | def get_organization_otel_config_by_sandbox_auth_token_without_preload... method _get_organization_otel_config_by_sandbox_auth_token_serialize (line 3986) | def _get_organization_otel_config_by_sandbox_auth_token_serialize( method get_organization_usage_overview (line 4052) | def get_organization_usage_overview( method get_organization_usage_overview_with_http_info (line 4118) | def get_organization_usage_overview_with_http_info( method get_organization_usage_overview_without_preload_content (line 4184) | def get_organization_usage_overview_without_preload_content( method _get_organization_usage_overview_serialize (line 4245) | def _get_organization_usage_overview_serialize( method get_region_by_id (line 4311) | def get_region_by_id( method get_region_by_id_with_http_info (line 4381) | def get_region_by_id_with_http_info( method get_region_by_id_without_preload_content (line 4451) | def get_region_by_id_without_preload_content( method _get_region_by_id_serialize (line 4516) | def _get_region_by_id_serialize( method get_region_quota_by_sandbox_id (line 4585) | def get_region_quota_by_sandbox_id( method get_region_quota_by_sandbox_id_with_http_info (line 4651) | def get_region_quota_by_sandbox_id_with_http_info( method get_region_quota_by_sandbox_id_without_preload_content (line 4717) | def get_region_quota_by_sandbox_id_without_preload_content( method _get_region_quota_by_sandbox_id_serialize (line 4778) | def _get_region_quota_by_sandbox_id_serialize( method leave_organization (line 4844) | def leave_organization( method leave_organization_with_http_info (line 4910) | def leave_organization_with_http_info( method leave_organization_without_preload_content (line 4976) | def leave_organization_without_preload_content( method _leave_organization_serialize (line 5037) | def _leave_organization_serialize( method list_available_regions (line 5096) | def list_available_regions( method list_available_regions_with_http_info (line 5162) | def list_available_regions_with_http_info( method list_available_regions_without_preload_content (line 5228) | def list_available_regions_without_preload_content( method _list_available_regions_serialize (line 5289) | def _list_available_regions_serialize( method list_organization_invitations (line 5355) | def list_organization_invitations( method list_organization_invitations_with_http_info (line 5421) | def list_organization_invitations_with_http_info( method list_organization_invitations_without_preload_content (line 5487) | def list_organization_invitations_without_preload_content( method _list_organization_invitations_serialize (line 5548) | def _list_organization_invitations_serialize( method list_organization_invitations_for_authenticated_user (line 5614) | def list_organization_invitations_for_authenticated_user( method list_organization_invitations_for_authenticated_user_with_http_info (line 5676) | def list_organization_invitations_for_authenticated_user_with_http_info( method list_organization_invitations_for_authenticated_user_without_preload_content (line 5738) | def list_organization_invitations_for_authenticated_user_without_prelo... method _list_organization_invitations_for_authenticated_user_serialize (line 5795) | def _list_organization_invitations_for_authenticated_user_serialize( method list_organization_members (line 5858) | def list_organization_members( method list_organization_members_with_http_info (line 5924) | def list_organization_members_with_http_info( method list_organization_members_without_preload_content (line 5990) | def list_organization_members_without_preload_content( method _list_organization_members_serialize (line 6051) | def _list_organization_members_serialize( method list_organization_roles (line 6117) | def list_organization_roles( method list_organization_roles_with_http_info (line 6183) | def list_organization_roles_with_http_info( method list_organization_roles_without_preload_content (line 6249) | def list_organization_roles_without_preload_content( method _list_organization_roles_serialize (line 6310) | def _list_organization_roles_serialize( method list_organizations (line 6376) | def list_organizations( method list_organizations_with_http_info (line 6438) | def list_organizations_with_http_info( method list_organizations_without_preload_content (line 6500) | def list_organizations_without_preload_content( method _list_organizations_serialize (line 6557) | def _list_organizations_serialize( method regenerate_proxy_api_key (line 6620) | def regenerate_proxy_api_key( method regenerate_proxy_api_key_with_http_info (line 6690) | def regenerate_proxy_api_key_with_http_info( method regenerate_proxy_api_key_without_preload_content (line 6760) | def regenerate_proxy_api_key_without_preload_content( method _regenerate_proxy_api_key_serialize (line 6825) | def _regenerate_proxy_api_key_serialize( method regenerate_snapshot_manager_credentials (line 6894) | def regenerate_snapshot_manager_credentials( method regenerate_snapshot_manager_credentials_with_http_info (line 6964) | def regenerate_snapshot_manager_credentials_with_http_info( method regenerate_snapshot_manager_credentials_without_preload_content (line 7034) | def regenerate_snapshot_manager_credentials_without_preload_content( method _regenerate_snapshot_manager_credentials_serialize (line 7099) | def _regenerate_snapshot_manager_credentials_serialize( method regenerate_ssh_gateway_api_key (line 7168) | def regenerate_ssh_gateway_api_key( method regenerate_ssh_gateway_api_key_with_http_info (line 7238) | def regenerate_ssh_gateway_api_key_with_http_info( method regenerate_ssh_gateway_api_key_without_preload_content (line 7308) | def regenerate_ssh_gateway_api_key_without_preload_content( method _regenerate_ssh_gateway_api_key_serialize (line 7373) | def _regenerate_ssh_gateway_api_key_serialize( method set_organization_default_region (line 7442) | def set_organization_default_region( method set_organization_default_region_with_http_info (line 7512) | def set_organization_default_region_with_http_info( method set_organization_default_region_without_preload_content (line 7582) | def set_organization_default_region_without_preload_content( method _set_organization_default_region_serialize (line 7647) | def _set_organization_default_region_serialize( method suspend_organization (line 7722) | def suspend_organization( method suspend_organization_with_http_info (line 7792) | def suspend_organization_with_http_info( method suspend_organization_without_preload_content (line 7862) | def suspend_organization_without_preload_content( method _suspend_organization_serialize (line 7927) | def _suspend_organization_serialize( method unsuspend_organization (line 8002) | def unsuspend_organization( method unsuspend_organization_with_http_info (line 8068) | def unsuspend_organization_with_http_info( method unsuspend_organization_without_preload_content (line 8134) | def unsuspend_organization_without_preload_content( method _unsuspend_organization_serialize (line 8195) | def _unsuspend_organization_serialize( method update_access_for_organization_member (line 8254) | def update_access_for_organization_member( method update_access_for_organization_member_with_http_info (line 8328) | def update_access_for_organization_member_with_http_info( method update_access_for_organization_member_without_preload_content (line 8402) | def update_access_for_organization_member_without_preload_content( method _update_access_for_organization_member_serialize (line 8471) | def _update_access_for_organization_member_serialize( method update_experimental_config (line 8556) | def update_experimental_config( method update_experimental_config_with_http_info (line 8626) | def update_experimental_config_with_http_info( method update_experimental_config_without_preload_content (line 8696) | def update_experimental_config_without_preload_content( method _update_experimental_config_serialize (line 8761) | def _update_experimental_config_serialize( method update_organization_invitation (line 8836) | def update_organization_invitation( method update_organization_invitation_with_http_info (line 8910) | def update_organization_invitation_with_http_info( method update_organization_invitation_without_preload_content (line 8984) | def update_organization_invitation_without_preload_content( method _update_organization_invitation_serialize (line 9053) | def _update_organization_invitation_serialize( method update_organization_quota (line 9138) | def update_organization_quota( method update_organization_quota_with_http_info (line 9208) | def update_organization_quota_with_http_info( method update_organization_quota_without_preload_content (line 9278) | def update_organization_quota_without_preload_content( method _update_organization_quota_serialize (line 9343) | def _update_organization_quota_serialize( method update_organization_region_quota (line 9418) | def update_organization_region_quota( method update_organization_region_quota_with_http_info (line 9492) | def update_organization_region_quota_with_http_info( method update_organization_region_quota_without_preload_content (line 9566) | def update_organization_region_quota_without_preload_content( method _update_organization_region_quota_serialize (line 9635) | def _update_organization_region_quota_serialize( method update_organization_role (line 9713) | def update_organization_role( method update_organization_role_with_http_info (line 9787) | def update_organization_role_with_http_info( method update_organization_role_without_preload_content (line 9861) | def update_organization_role_without_preload_content( method _update_organization_role_serialize (line 9930) | def _update_organization_role_serialize( method update_region (line 10015) | def update_region( method update_region_with_http_info (line 10089) | def update_region_with_http_info( method update_region_without_preload_content (line 10163) | def update_region_without_preload_content( method _update_region_serialize (line 10232) | def _update_region_serialize( method update_sandbox_default_limited_network_egress (line 10310) | def update_sandbox_default_limited_network_egress( method update_sandbox_default_limited_network_egress_with_http_info (line 10380) | def update_sandbox_default_limited_network_egress_with_http_info( method update_sandbox_default_limited_network_egress_without_preload_content (line 10450) | def update_sandbox_default_limited_network_egress_without_preload_cont... method _update_sandbox_default_limited_network_egress_serialize (line 10515) | def _update_sandbox_default_limited_network_egress_serialize( FILE: libs/api-client-python/daytona_api_client/api/preview_api.py class PreviewApi (line 29) | class PreviewApi: method __init__ (line 36) | def __init__(self, api_client=None) -> None: method get_sandbox_id_from_signed_preview_url_token (line 43) | def get_sandbox_id_from_signed_preview_url_token( method get_sandbox_id_from_signed_preview_url_token_with_http_info (line 113) | def get_sandbox_id_from_signed_preview_url_token_with_http_info( method get_sandbox_id_from_signed_preview_url_token_without_preload_content (line 183) | def get_sandbox_id_from_signed_preview_url_token_without_preload_content( method _get_sandbox_id_from_signed_preview_url_token_serialize (line 248) | def _get_sandbox_id_from_signed_preview_url_token_serialize( method has_sandbox_access (line 315) | def has_sandbox_access( method has_sandbox_access_with_http_info (line 381) | def has_sandbox_access_with_http_info( method has_sandbox_access_without_preload_content (line 447) | def has_sandbox_access_without_preload_content( method _has_sandbox_access_serialize (line 508) | def _has_sandbox_access_serialize( method is_sandbox_public (line 574) | def is_sandbox_public( method is_sandbox_public_with_http_info (line 640) | def is_sandbox_public_with_http_info( method is_sandbox_public_without_preload_content (line 706) | def is_sandbox_public_without_preload_content( method _is_sandbox_public_serialize (line 767) | def _is_sandbox_public_serialize( method is_valid_auth_token (line 831) | def is_valid_auth_token( method is_valid_auth_token_with_http_info (line 901) | def is_valid_auth_token_with_http_info( method is_valid_auth_token_without_preload_content (line 971) | def is_valid_auth_token_without_preload_content( method _is_valid_auth_token_serialize (line 1036) | def _is_valid_auth_token_serialize( FILE: libs/api-client-python/daytona_api_client/api/regions_api.py class RegionsApi (line 28) | class RegionsApi: method __init__ (line 35) | def __init__(self, api_client=None) -> None: method list_shared_regions (line 42) | def list_shared_regions( method list_shared_regions_with_http_info (line 104) | def list_shared_regions_with_http_info( method list_shared_regions_without_preload_content (line 166) | def list_shared_regions_without_preload_content( method _list_shared_regions_serialize (line 223) | def _list_shared_regions_serialize( FILE: libs/api-client-python/daytona_api_client/api/runners_api.py class RunnersApi (line 35) | class RunnersApi: method __init__ (line 42) | def __init__(self, api_client=None) -> None: method create_runner (line 49) | def create_runner( method create_runner_with_http_info (line 119) | def create_runner_with_http_info( method create_runner_without_preload_content (line 189) | def create_runner_without_preload_content( method _create_runner_serialize (line 254) | def _create_runner_serialize( method delete_runner (line 336) | def delete_runner( method delete_runner_with_http_info (line 406) | def delete_runner_with_http_info( method delete_runner_without_preload_content (line 476) | def delete_runner_without_preload_content( method _delete_runner_serialize (line 541) | def _delete_runner_serialize( method get_info_for_authenticated_runner (line 603) | def get_info_for_authenticated_runner( method get_info_for_authenticated_runner_with_http_info (line 665) | def get_info_for_authenticated_runner_with_http_info( method get_info_for_authenticated_runner_without_preload_content (line 727) | def get_info_for_authenticated_runner_without_preload_content( method _get_info_for_authenticated_runner_serialize (line 784) | def _get_info_for_authenticated_runner_serialize( method get_runner_by_id (line 847) | def get_runner_by_id( method get_runner_by_id_with_http_info (line 917) | def get_runner_by_id_with_http_info( method get_runner_by_id_without_preload_content (line 987) | def get_runner_by_id_without_preload_content( method _get_runner_by_id_serialize (line 1052) | def _get_runner_by_id_serialize( method get_runner_by_sandbox_id (line 1121) | def get_runner_by_sandbox_id( method get_runner_by_sandbox_id_with_http_info (line 1187) | def get_runner_by_sandbox_id_with_http_info( method get_runner_by_sandbox_id_without_preload_content (line 1253) | def get_runner_by_sandbox_id_without_preload_content( method _get_runner_by_sandbox_id_serialize (line 1314) | def _get_runner_by_sandbox_id_serialize( method get_runner_full_by_id (line 1380) | def get_runner_full_by_id( method get_runner_full_by_id_with_http_info (line 1446) | def get_runner_full_by_id_with_http_info( method get_runner_full_by_id_without_preload_content (line 1512) | def get_runner_full_by_id_without_preload_content( method _get_runner_full_by_id_serialize (line 1573) | def _get_runner_full_by_id_serialize( method get_runners_by_snapshot_ref (line 1639) | def get_runners_by_snapshot_ref( method get_runners_by_snapshot_ref_with_http_info (line 1705) | def get_runners_by_snapshot_ref_with_http_info( method get_runners_by_snapshot_ref_without_preload_content (line 1771) | def get_runners_by_snapshot_ref_without_preload_content( method _get_runners_by_snapshot_ref_serialize (line 1832) | def _get_runners_by_snapshot_ref_serialize( method list_runners (line 1900) | def list_runners( method list_runners_with_http_info (line 1966) | def list_runners_with_http_info( method list_runners_without_preload_content (line 2032) | def list_runners_without_preload_content( method _list_runners_serialize (line 2093) | def _list_runners_serialize( method runner_healthcheck (line 2159) | def runner_healthcheck( method runner_healthcheck_with_http_info (line 2226) | def runner_healthcheck_with_http_info( method runner_healthcheck_without_preload_content (line 2293) | def runner_healthcheck_without_preload_content( method _runner_healthcheck_serialize (line 2355) | def _runner_healthcheck_serialize( method update_runner_draining (line 2427) | def update_runner_draining( method update_runner_draining_with_http_info (line 2497) | def update_runner_draining_with_http_info( method update_runner_draining_without_preload_content (line 2567) | def update_runner_draining_without_preload_content( method _update_runner_draining_serialize (line 2632) | def _update_runner_draining_serialize( method update_runner_scheduling (line 2701) | def update_runner_scheduling( method update_runner_scheduling_with_http_info (line 2771) | def update_runner_scheduling_with_http_info( method update_runner_scheduling_without_preload_content (line 2841) | def update_runner_scheduling_without_preload_content( method _update_runner_scheduling_serialize (line 2906) | def _update_runner_scheduling_serialize( FILE: libs/api-client-python/daytona_api_client/api/sandbox_api.py class SandboxApi (line 46) | class SandboxApi: method __init__ (line 53) | def __init__(self, api_client=None) -> None: method archive_sandbox (line 60) | def archive_sandbox( method archive_sandbox_with_http_info (line 130) | def archive_sandbox_with_http_info( method archive_sandbox_without_preload_content (line 200) | def archive_sandbox_without_preload_content( method _archive_sandbox_serialize (line 265) | def _archive_sandbox_serialize( method create_backup (line 334) | def create_backup( method create_backup_with_http_info (line 404) | def create_backup_with_http_info( method create_backup_without_preload_content (line 474) | def create_backup_without_preload_content( method _create_backup_serialize (line 539) | def _create_backup_serialize( method create_sandbox (line 608) | def create_sandbox( method create_sandbox_with_http_info (line 678) | def create_sandbox_with_http_info( method create_sandbox_without_preload_content (line 748) | def create_sandbox_without_preload_content( method _create_sandbox_serialize (line 813) | def _create_sandbox_serialize( method create_ssh_access (line 895) | def create_ssh_access( method create_ssh_access_with_http_info (line 969) | def create_ssh_access_with_http_info( method create_ssh_access_without_preload_content (line 1043) | def create_ssh_access_without_preload_content( method _create_ssh_access_serialize (line 1112) | def _create_ssh_access_serialize( method delete_sandbox (line 1186) | def delete_sandbox( method delete_sandbox_with_http_info (line 1256) | def delete_sandbox_with_http_info( method delete_sandbox_without_preload_content (line 1326) | def delete_sandbox_without_preload_content( method _delete_sandbox_serialize (line 1391) | def _delete_sandbox_serialize( method expire_signed_port_preview_url (line 1460) | def expire_signed_port_preview_url( method expire_signed_port_preview_url_with_http_info (line 1538) | def expire_signed_port_preview_url_with_http_info( method expire_signed_port_preview_url_without_preload_content (line 1616) | def expire_signed_port_preview_url_without_preload_content( method _expire_signed_port_preview_url_serialize (line 1689) | def _expire_signed_port_preview_url_serialize( method get_build_logs (line 1757) | def get_build_logs( method get_build_logs_with_http_info (line 1833) | def get_build_logs_with_http_info( method get_build_logs_without_preload_content (line 1909) | def get_build_logs_without_preload_content( method _get_build_logs_serialize (line 1980) | def _get_build_logs_serialize( method get_build_logs_url (line 2047) | def get_build_logs_url( method get_build_logs_url_with_http_info (line 2117) | def get_build_logs_url_with_http_info( method get_build_logs_url_without_preload_content (line 2187) | def get_build_logs_url_without_preload_content( method _get_build_logs_url_serialize (line 2252) | def _get_build_logs_url_serialize( method get_port_preview_url (line 2321) | def get_port_preview_url( method get_port_preview_url_with_http_info (line 2395) | def get_port_preview_url_with_http_info( method get_port_preview_url_without_preload_content (line 2469) | def get_port_preview_url_without_preload_content( method _get_port_preview_url_serialize (line 2538) | def _get_port_preview_url_serialize( method get_sandbox (line 2610) | def get_sandbox( method get_sandbox_with_http_info (line 2684) | def get_sandbox_with_http_info( method get_sandbox_without_preload_content (line 2758) | def get_sandbox_without_preload_content( method _get_sandbox_serialize (line 2827) | def _get_sandbox_serialize( method get_sandbox_logs (line 2901) | def get_sandbox_logs( method get_sandbox_logs_with_http_info (line 2996) | def get_sandbox_logs_with_http_info( method get_sandbox_logs_without_preload_content (line 3091) | def get_sandbox_logs_without_preload_content( method _get_sandbox_logs_serialize (line 3181) | def _get_sandbox_logs_serialize( method get_sandbox_metrics (line 3299) | def get_sandbox_metrics( method get_sandbox_metrics_with_http_info (line 3382) | def get_sandbox_metrics_with_http_info( method get_sandbox_metrics_without_preload_content (line 3465) | def get_sandbox_metrics_without_preload_content( method _get_sandbox_metrics_serialize (line 3543) | def _get_sandbox_metrics_serialize( method get_sandbox_trace_spans (line 3646) | def get_sandbox_trace_spans( method get_sandbox_trace_spans_with_http_info (line 3721) | def get_sandbox_trace_spans_with_http_info( method get_sandbox_trace_spans_without_preload_content (line 3796) | def get_sandbox_trace_spans_without_preload_content( method _get_sandbox_trace_spans_serialize (line 3866) | def _get_sandbox_trace_spans_serialize( method get_sandbox_traces (line 3938) | def get_sandbox_traces( method get_sandbox_traces_with_http_info (line 4025) | def get_sandbox_traces_with_http_info( method get_sandbox_traces_without_preload_content (line 4112) | def get_sandbox_traces_without_preload_content( method _get_sandbox_traces_serialize (line 4194) | def _get_sandbox_traces_serialize( method get_sandboxes_for_runner (line 4301) | def get_sandboxes_for_runner( method get_sandboxes_for_runner_with_http_info (line 4375) | def get_sandboxes_for_runner_with_http_info( method get_sandboxes_for_runner_without_preload_content (line 4449) | def get_sandboxes_for_runner_without_preload_content( method _get_sandboxes_for_runner_serialize (line 4518) | def _get_sandboxes_for_runner_serialize( method get_signed_port_preview_url (line 4594) | def get_signed_port_preview_url( method get_signed_port_preview_url_with_http_info (line 4672) | def get_signed_port_preview_url_with_http_info( method get_signed_port_preview_url_without_preload_content (line 4750) | def get_signed_port_preview_url_without_preload_content( method _get_signed_port_preview_url_serialize (line 4823) | def _get_signed_port_preview_url_serialize( method get_toolbox_proxy_url (line 4900) | def get_toolbox_proxy_url( method get_toolbox_proxy_url_with_http_info (line 4970) | def get_toolbox_proxy_url_with_http_info( method get_toolbox_proxy_url_without_preload_content (line 5040) | def get_toolbox_proxy_url_without_preload_content( method _get_toolbox_proxy_url_serialize (line 5105) | def _get_toolbox_proxy_url_serialize( method list_sandboxes (line 5174) | def list_sandboxes( method list_sandboxes_with_http_info (line 5252) | def list_sandboxes_with_http_info( method list_sandboxes_without_preload_content (line 5330) | def list_sandboxes_without_preload_content( method _list_sandboxes_serialize (line 5403) | def _list_sandboxes_serialize( method list_sandboxes_paginated (line 5484) | def list_sandboxes_paginated( method list_sandboxes_paginated_with_http_info (line 5626) | def list_sandboxes_paginated_with_http_info( method list_sandboxes_paginated_without_preload_content (line 5768) | def list_sandboxes_paginated_without_preload_content( method _list_sandboxes_paginated_serialize (line 5905) | def _list_sandboxes_paginated_serialize( method recover_sandbox (line 6087) | def recover_sandbox( method recover_sandbox_with_http_info (line 6157) | def recover_sandbox_with_http_info( method recover_sandbox_without_preload_content (line 6227) | def recover_sandbox_without_preload_content( method _recover_sandbox_serialize (line 6292) | def _recover_sandbox_serialize( method replace_labels (line 6361) | def replace_labels( method replace_labels_with_http_info (line 6435) | def replace_labels_with_http_info( method replace_labels_without_preload_content (line 6509) | def replace_labels_without_preload_content( method _replace_labels_serialize (line 6578) | def _replace_labels_serialize( method resize_sandbox (line 6663) | def resize_sandbox( method resize_sandbox_with_http_info (line 6737) | def resize_sandbox_with_http_info( method resize_sandbox_without_preload_content (line 6811) | def resize_sandbox_without_preload_content( method _resize_sandbox_serialize (line 6880) | def _resize_sandbox_serialize( method revoke_ssh_access (line 6965) | def revoke_ssh_access( method revoke_ssh_access_with_http_info (line 7039) | def revoke_ssh_access_with_http_info( method revoke_ssh_access_without_preload_content (line 7113) | def revoke_ssh_access_without_preload_content( method _revoke_ssh_access_serialize (line 7182) | def _revoke_ssh_access_serialize( method set_auto_archive_interval (line 7256) | def set_auto_archive_interval( method set_auto_archive_interval_with_http_info (line 7330) | def set_auto_archive_interval_with_http_info( method set_auto_archive_interval_without_preload_content (line 7404) | def set_auto_archive_interval_without_preload_content( method _set_auto_archive_interval_serialize (line 7473) | def _set_auto_archive_interval_serialize( method set_auto_delete_interval (line 7545) | def set_auto_delete_interval( method set_auto_delete_interval_with_http_info (line 7619) | def set_auto_delete_interval_with_http_info( method set_auto_delete_interval_without_preload_content (line 7693) | def set_auto_delete_interval_without_preload_content( method _set_auto_delete_interval_serialize (line 7762) | def _set_auto_delete_interval_serialize( method set_autostop_interval (line 7834) | def set_autostop_interval( method set_autostop_interval_with_http_info (line 7908) | def set_autostop_interval_with_http_info( method set_autostop_interval_without_preload_content (line 7982) | def set_autostop_interval_without_preload_content( method _set_autostop_interval_serialize (line 8051) | def _set_autostop_interval_serialize( method start_sandbox (line 8123) | def start_sandbox( method start_sandbox_with_http_info (line 8193) | def start_sandbox_with_http_info( method start_sandbox_without_preload_content (line 8263) | def start_sandbox_without_preload_content( method _start_sandbox_serialize (line 8328) | def _start_sandbox_serialize( method stop_sandbox (line 8397) | def stop_sandbox( method stop_sandbox_with_http_info (line 8467) | def stop_sandbox_with_http_info( method stop_sandbox_without_preload_content (line 8537) | def stop_sandbox_without_preload_content( method _stop_sandbox_serialize (line 8602) | def _stop_sandbox_serialize( method update_last_activity (line 8671) | def update_last_activity( method update_last_activity_with_http_info (line 8741) | def update_last_activity_with_http_info( method update_last_activity_without_preload_content (line 8811) | def update_last_activity_without_preload_content( method _update_last_activity_serialize (line 8876) | def _update_last_activity_serialize( method update_public_status (line 8938) | def update_public_status( method update_public_status_with_http_info (line 9012) | def update_public_status_with_http_info( method update_public_status_without_preload_content (line 9086) | def update_public_status_without_preload_content( method _update_public_status_serialize (line 9155) | def _update_public_status_serialize( method update_sandbox_state (line 9227) | def update_sandbox_state( method update_sandbox_state_with_http_info (line 9301) | def update_sandbox_state_with_http_info( method update_sandbox_state_without_preload_content (line 9375) | def update_sandbox_state_without_preload_content( method _update_sandbox_state_serialize (line 9444) | def _update_sandbox_state_serialize( method validate_ssh_access (line 9522) | def validate_ssh_access( method validate_ssh_access_with_http_info (line 9592) | def validate_ssh_access_with_http_info( method validate_ssh_access_without_preload_content (line 9662) | def validate_ssh_access_without_preload_content( method _validate_ssh_access_serialize (line 9727) | def _validate_ssh_access_serialize( FILE: libs/api-client-python/daytona_api_client/api/snapshots_api.py class SnapshotsApi (line 34) | class SnapshotsApi: method __init__ (line 41) | def __init__(self, api_client=None) -> None: method activate_snapshot (line 48) | def activate_snapshot( method activate_snapshot_with_http_info (line 120) | def activate_snapshot_with_http_info( method activate_snapshot_without_preload_content (line 192) | def activate_snapshot_without_preload_content( method _activate_snapshot_serialize (line 259) | def _activate_snapshot_serialize( method can_cleanup_image (line 328) | def can_cleanup_image( method can_cleanup_image_with_http_info (line 398) | def can_cleanup_image_with_http_info( method can_cleanup_image_without_preload_content (line 468) | def can_cleanup_image_without_preload_content( method _can_cleanup_image_serialize (line 533) | def _can_cleanup_image_serialize( method create_snapshot (line 604) | def create_snapshot( method create_snapshot_with_http_info (line 675) | def create_snapshot_with_http_info( method create_snapshot_without_preload_content (line 746) | def create_snapshot_without_preload_content( method _create_snapshot_serialize (line 812) | def _create_snapshot_serialize( method deactivate_snapshot (line 894) | def deactivate_snapshot( method deactivate_snapshot_with_http_info (line 964) | def deactivate_snapshot_with_http_info( method deactivate_snapshot_without_preload_content (line 1034) | def deactivate_snapshot_without_preload_content( method _deactivate_snapshot_serialize (line 1099) | def _deactivate_snapshot_serialize( method get_all_snapshots (line 1161) | def get_all_snapshots( method get_all_snapshots_with_http_info (line 1247) | def get_all_snapshots_with_http_info( method get_all_snapshots_without_preload_content (line 1333) | def get_all_snapshots_without_preload_content( method _get_all_snapshots_serialize (line 1414) | def _get_all_snapshots_serialize( method get_snapshot (line 1505) | def get_snapshot( method get_snapshot_with_http_info (line 1576) | def get_snapshot_with_http_info( method get_snapshot_without_preload_content (line 1647) | def get_snapshot_without_preload_content( method _get_snapshot_serialize (line 1713) | def _get_snapshot_serialize( method get_snapshot_build_logs (line 1782) | def get_snapshot_build_logs( method get_snapshot_build_logs_with_http_info (line 1858) | def get_snapshot_build_logs_with_http_info( method get_snapshot_build_logs_without_preload_content (line 1934) | def get_snapshot_build_logs_without_preload_content( method _get_snapshot_build_logs_serialize (line 2005) | def _get_snapshot_build_logs_serialize( method get_snapshot_build_logs_url (line 2072) | def get_snapshot_build_logs_url( method get_snapshot_build_logs_url_with_http_info (line 2142) | def get_snapshot_build_logs_url_with_http_info( method get_snapshot_build_logs_url_without_preload_content (line 2212) | def get_snapshot_build_logs_url_without_preload_content( method _get_snapshot_build_logs_url_serialize (line 2277) | def _get_snapshot_build_logs_url_serialize( method remove_snapshot (line 2346) | def remove_snapshot( method remove_snapshot_with_http_info (line 2416) | def remove_snapshot_with_http_info( method remove_snapshot_without_preload_content (line 2486) | def remove_snapshot_without_preload_content( method _remove_snapshot_serialize (line 2551) | def _remove_snapshot_serialize( method set_snapshot_general_status (line 2613) | def set_snapshot_general_status( method set_snapshot_general_status_with_http_info (line 2687) | def set_snapshot_general_status_with_http_info( method set_snapshot_general_status_without_preload_content (line 2761) | def set_snapshot_general_status_without_preload_content( method _set_snapshot_general_status_serialize (line 2830) | def _set_snapshot_general_status_serialize( FILE: libs/api-client-python/daytona_api_client/api/toolbox_api.py class ToolboxApi (line 90) | class ToolboxApi: method __init__ (line 97) | def __init__(self, api_client=None) -> None: method click_mouse_deprecated (line 104) | def click_mouse_deprecated( method click_mouse_deprecated_with_http_info (line 180) | def click_mouse_deprecated_with_http_info( method click_mouse_deprecated_without_preload_content (line 256) | def click_mouse_deprecated_without_preload_content( method _click_mouse_deprecated_serialize (line 327) | def _click_mouse_deprecated_serialize( method create_folder_deprecated (line 412) | def create_folder_deprecated( method create_folder_deprecated_with_http_info (line 492) | def create_folder_deprecated_with_http_info( method create_folder_deprecated_without_preload_content (line 572) | def create_folder_deprecated_without_preload_content( method _create_folder_deprecated_serialize (line 647) | def _create_folder_deprecated_serialize( method create_pty_session_deprecated (line 719) | def create_pty_session_deprecated( method create_pty_session_deprecated_with_http_info (line 795) | def create_pty_session_deprecated_with_http_info( method create_pty_session_deprecated_without_preload_content (line 871) | def create_pty_session_deprecated_without_preload_content( method _create_pty_session_deprecated_serialize (line 942) | def _create_pty_session_deprecated_serialize( method create_session_deprecated (line 1027) | def create_session_deprecated( method create_session_deprecated_with_http_info (line 1103) | def create_session_deprecated_with_http_info( method create_session_deprecated_without_preload_content (line 1179) | def create_session_deprecated_without_preload_content( method _create_session_deprecated_serialize (line 1250) | def _create_session_deprecated_serialize( method delete_file_deprecated (line 1328) | def delete_file_deprecated( method delete_file_deprecated_with_http_info (line 1408) | def delete_file_deprecated_with_http_info( method delete_file_deprecated_without_preload_content (line 1488) | def delete_file_deprecated_without_preload_content( method _delete_file_deprecated_serialize (line 1563) | def _delete_file_deprecated_serialize( method delete_pty_session_deprecated (line 1635) | def delete_pty_session_deprecated( method delete_pty_session_deprecated_with_http_info (line 1711) | def delete_pty_session_deprecated_with_http_info( method delete_pty_session_deprecated_without_preload_content (line 1787) | def delete_pty_session_deprecated_without_preload_content( method _delete_pty_session_deprecated_serialize (line 1858) | def _delete_pty_session_deprecated_serialize( method delete_session_deprecated (line 1923) | def delete_session_deprecated( method delete_session_deprecated_with_http_info (line 1999) | def delete_session_deprecated_with_http_info( method delete_session_deprecated_without_preload_content (line 2075) | def delete_session_deprecated_without_preload_content( method _delete_session_deprecated_serialize (line 2146) | def _delete_session_deprecated_serialize( method download_file_deprecated (line 2211) | def download_file_deprecated( method download_file_deprecated_with_http_info (line 2287) | def download_file_deprecated_with_http_info( method download_file_deprecated_without_preload_content (line 2363) | def download_file_deprecated_without_preload_content( method _download_file_deprecated_serialize (line 2434) | def _download_file_deprecated_serialize( method download_files_deprecated (line 2508) | def download_files_deprecated( method download_files_deprecated_with_http_info (line 2584) | def download_files_deprecated_with_http_info( method download_files_deprecated_without_preload_content (line 2660) | def download_files_deprecated_without_preload_content( method _download_files_deprecated_serialize (line 2731) | def _download_files_deprecated_serialize( method drag_mouse_deprecated (line 2816) | def drag_mouse_deprecated( method drag_mouse_deprecated_with_http_info (line 2892) | def drag_mouse_deprecated_with_http_info( method drag_mouse_deprecated_without_preload_content (line 2968) | def drag_mouse_deprecated_without_preload_content( method _drag_mouse_deprecated_serialize (line 3039) | def _drag_mouse_deprecated_serialize( method execute_command_deprecated (line 3124) | def execute_command_deprecated( method execute_command_deprecated_with_http_info (line 3200) | def execute_command_deprecated_with_http_info( method execute_command_deprecated_without_preload_content (line 3276) | def execute_command_deprecated_without_preload_content( method _execute_command_deprecated_serialize (line 3347) | def _execute_command_deprecated_serialize( method execute_session_command_deprecated (line 3432) | def execute_session_command_deprecated( method execute_session_command_deprecated_with_http_info (line 3513) | def execute_session_command_deprecated_with_http_info( method execute_session_command_deprecated_without_preload_content (line 3594) | def execute_session_command_deprecated_without_preload_content( method _execute_session_command_deprecated_serialize (line 3670) | def _execute_session_command_deprecated_serialize( method find_in_files_deprecated (line 3758) | def find_in_files_deprecated( method find_in_files_deprecated_with_http_info (line 3838) | def find_in_files_deprecated_with_http_info( method find_in_files_deprecated_without_preload_content (line 3918) | def find_in_files_deprecated_without_preload_content( method _find_in_files_deprecated_serialize (line 3993) | def _find_in_files_deprecated_serialize( method get_computer_use_status_deprecated (line 4072) | def get_computer_use_status_deprecated( method get_computer_use_status_deprecated_with_http_info (line 4144) | def get_computer_use_status_deprecated_with_http_info( method get_computer_use_status_deprecated_without_preload_content (line 4216) | def get_computer_use_status_deprecated_without_preload_content( method _get_computer_use_status_deprecated_serialize (line 4283) | def _get_computer_use_status_deprecated_serialize( method get_display_info_deprecated (line 4352) | def get_display_info_deprecated( method get_display_info_deprecated_with_http_info (line 4424) | def get_display_info_deprecated_with_http_info( method get_display_info_deprecated_without_preload_content (line 4496) | def get_display_info_deprecated_without_preload_content( method _get_display_info_deprecated_serialize (line 4563) | def _get_display_info_deprecated_serialize( method get_file_info_deprecated (line 4632) | def get_file_info_deprecated( method get_file_info_deprecated_with_http_info (line 4708) | def get_file_info_deprecated_with_http_info( method get_file_info_deprecated_without_preload_content (line 4784) | def get_file_info_deprecated_without_preload_content( method _get_file_info_deprecated_serialize (line 4855) | def _get_file_info_deprecated_serialize( method get_mouse_position_deprecated (line 4929) | def get_mouse_position_deprecated( method get_mouse_position_deprecated_with_http_info (line 5001) | def get_mouse_position_deprecated_with_http_info( method get_mouse_position_deprecated_without_preload_content (line 5073) | def get_mouse_position_deprecated_without_preload_content( method _get_mouse_position_deprecated_serialize (line 5140) | def _get_mouse_position_deprecated_serialize( method get_process_errors_deprecated (line 5209) | def get_process_errors_deprecated( method get_process_errors_deprecated_with_http_info (line 5285) | def get_process_errors_deprecated_with_http_info( method get_process_errors_deprecated_without_preload_content (line 5361) | def get_process_errors_deprecated_without_preload_content( method _get_process_errors_deprecated_serialize (line 5432) | def _get_process_errors_deprecated_serialize( method get_process_logs_deprecated (line 5504) | def get_process_logs_deprecated( method get_process_logs_deprecated_with_http_info (line 5580) | def get_process_logs_deprecated_with_http_info( method get_process_logs_deprecated_without_preload_content (line 5656) | def get_process_logs_deprecated_without_preload_content( method _get_process_logs_deprecated_serialize (line 5727) | def _get_process_logs_deprecated_serialize( method get_process_status_deprecated (line 5799) | def get_process_status_deprecated( method get_process_status_deprecated_with_http_info (line 5875) | def get_process_status_deprecated_with_http_info( method get_process_status_deprecated_without_preload_content (line 5951) | def get_process_status_deprecated_without_preload_content( method _get_process_status_deprecated_serialize (line 6022) | def _get_process_status_deprecated_serialize( method get_project_dir_deprecated (line 6094) | def get_project_dir_deprecated( method get_project_dir_deprecated_with_http_info (line 6165) | def get_project_dir_deprecated_with_http_info( method get_project_dir_deprecated_without_preload_content (line 6236) | def get_project_dir_deprecated_without_preload_content( method _get_project_dir_deprecated_serialize (line 6302) | def _get_project_dir_deprecated_serialize( method get_pty_session_deprecated (line 6371) | def get_pty_session_deprecated( method get_pty_session_deprecated_with_http_info (line 6447) | def get_pty_session_deprecated_with_http_info( method get_pty_session_deprecated_without_preload_content (line 6523) | def get_pty_session_deprecated_without_preload_content( method _get_pty_session_deprecated_serialize (line 6594) | def _get_pty_session_deprecated_serialize( method get_session_command_deprecated (line 6666) | def get_session_command_deprecated( method get_session_command_deprecated_with_http_info (line 6746) | def get_session_command_deprecated_with_http_info( method get_session_command_deprecated_without_preload_content (line 6826) | def get_session_command_deprecated_without_preload_content( method _get_session_command_deprecated_serialize (line 6901) | def _get_session_command_deprecated_serialize( method get_session_command_logs_deprecated (line 6976) | def get_session_command_logs_deprecated( method get_session_command_logs_deprecated_with_http_info (line 7060) | def get_session_command_logs_deprecated_with_http_info( method get_session_command_logs_deprecated_without_preload_content (line 7144) | def get_session_command_logs_deprecated_without_preload_content( method _get_session_command_logs_deprecated_serialize (line 7223) | def _get_session_command_logs_deprecated_serialize( method get_session_deprecated (line 7303) | def get_session_deprecated( method get_session_deprecated_with_http_info (line 7379) | def get_session_deprecated_with_http_info( method get_session_deprecated_without_preload_content (line 7455) | def get_session_deprecated_without_preload_content( method _get_session_deprecated_serialize (line 7526) | def _get_session_deprecated_serialize( method get_user_home_dir_deprecated (line 7598) | def get_user_home_dir_deprecated( method get_user_home_dir_deprecated_with_http_info (line 7669) | def get_user_home_dir_deprecated_with_http_info( method get_user_home_dir_deprecated_without_preload_content (line 7740) | def get_user_home_dir_deprecated_without_preload_content( method _get_user_home_dir_deprecated_serialize (line 7806) | def _get_user_home_dir_deprecated_serialize( method get_windows_deprecated (line 7875) | def get_windows_deprecated( method get_windows_deprecated_with_http_info (line 7947) | def get_windows_deprecated_with_http_info( method get_windows_deprecated_without_preload_content (line 8019) | def get_windows_deprecated_without_preload_content( method _get_windows_deprecated_serialize (line 8086) | def _get_windows_deprecated_serialize( method get_work_dir_deprecated (line 8155) | def get_work_dir_deprecated( method get_work_dir_deprecated_with_http_info (line 8226) | def get_work_dir_deprecated_with_http_info( method get_work_dir_deprecated_without_preload_content (line 8297) | def get_work_dir_deprecated_without_preload_content( method _get_work_dir_deprecated_serialize (line 8363) | def _get_work_dir_deprecated_serialize( method git_add_files_deprecated (line 8432) | def git_add_files_deprecated( method git_add_files_deprecated_with_http_info (line 8508) | def git_add_files_deprecated_with_http_info( method git_add_files_deprecated_without_preload_content (line 8584) | def git_add_files_deprecated_without_preload_content( method _git_add_files_deprecated_serialize (line 8655) | def _git_add_files_deprecated_serialize( method git_checkout_branch_deprecated (line 8733) | def git_checkout_branch_deprecated( method git_checkout_branch_deprecated_with_http_info (line 8809) | def git_checkout_branch_deprecated_with_http_info( method git_checkout_branch_deprecated_without_preload_content (line 8885) | def git_checkout_branch_deprecated_without_preload_content( method _git_checkout_branch_deprecated_serialize (line 8956) | def _git_checkout_branch_deprecated_serialize( method git_clone_repository_deprecated (line 9034) | def git_clone_repository_deprecated( method git_clone_repository_deprecated_with_http_info (line 9110) | def git_clone_repository_deprecated_with_http_info( method git_clone_repository_deprecated_without_preload_content (line 9186) | def git_clone_repository_deprecated_without_preload_content( method _git_clone_repository_deprecated_serialize (line 9257) | def _git_clone_repository_deprecated_serialize( method git_commit_changes_deprecated (line 9335) | def git_commit_changes_deprecated( method git_commit_changes_deprecated_with_http_info (line 9411) | def git_commit_changes_deprecated_with_http_info( method git_commit_changes_deprecated_without_preload_content (line 9487) | def git_commit_changes_deprecated_without_preload_content( method _git_commit_changes_deprecated_serialize (line 9558) | def _git_commit_changes_deprecated_serialize( method git_create_branch_deprecated (line 9643) | def git_create_branch_deprecated( method git_create_branch_deprecated_with_http_info (line 9719) | def git_create_branch_deprecated_with_http_info( method git_create_branch_deprecated_without_preload_content (line 9795) | def git_create_branch_deprecated_without_preload_content( method _git_create_branch_deprecated_serialize (line 9866) | def _git_create_branch_deprecated_serialize( method git_delete_branch_deprecated (line 9944) | def git_delete_branch_deprecated( method git_delete_branch_deprecated_with_http_info (line 10020) | def git_delete_branch_deprecated_with_http_info( method git_delete_branch_deprecated_without_preload_content (line 10096) | def git_delete_branch_deprecated_without_preload_content( method _git_delete_branch_deprecated_serialize (line 10167) | def _git_delete_branch_deprecated_serialize( method git_get_history_deprecated (line 10245) | def git_get_history_deprecated( method git_get_history_deprecated_with_http_info (line 10321) | def git_get_history_deprecated_with_http_info( method git_get_history_deprecated_without_preload_content (line 10397) | def git_get_history_deprecated_without_preload_content( method _git_get_history_deprecated_serialize (line 10468) | def _git_get_history_deprecated_serialize( method git_get_status_deprecated (line 10542) | def git_get_status_deprecated( method git_get_status_deprecated_with_http_info (line 10618) | def git_get_status_deprecated_with_http_info( method git_get_status_deprecated_without_preload_content (line 10694) | def git_get_status_deprecated_without_preload_content( method _git_get_status_deprecated_serialize (line 10765) | def _git_get_status_deprecated_serialize( method git_list_branches_deprecated (line 10839) | def git_list_branches_deprecated( method git_list_branches_deprecated_with_http_info (line 10915) | def git_list_branches_deprecated_with_http_info( method git_list_branches_deprecated_without_preload_content (line 10991) | def git_list_branches_deprecated_without_preload_content( method _git_list_branches_deprecated_serialize (line 11062) | def _git_list_branches_deprecated_serialize( method git_pull_changes_deprecated (line 11136) | def git_pull_changes_deprecated( method git_pull_changes_deprecated_with_http_info (line 11212) | def git_pull_changes_deprecated_with_http_info( method git_pull_changes_deprecated_without_preload_content (line 11288) | def git_pull_changes_deprecated_without_preload_content( method _git_pull_changes_deprecated_serialize (line 11359) | def _git_pull_changes_deprecated_serialize( method git_push_changes_deprecated (line 11437) | def git_push_changes_deprecated( method git_push_changes_deprecated_with_http_info (line 11513) | def git_push_changes_deprecated_with_http_info( method git_push_changes_deprecated_without_preload_content (line 11589) | def git_push_changes_deprecated_without_preload_content( method _git_push_changes_deprecated_serialize (line 11660) | def _git_push_changes_deprecated_serialize( method list_files_deprecated (line 11738) | def list_files_deprecated( method list_files_deprecated_with_http_info (line 11813) | def list_files_deprecated_with_http_info( method list_files_deprecated_without_preload_content (line 11888) | def list_files_deprecated_without_preload_content( method _list_files_deprecated_serialize (line 11958) | def _list_files_deprecated_serialize( method list_pty_sessions_deprecated (line 12032) | def list_pty_sessions_deprecated( method list_pty_sessions_deprecated_with_http_info (line 12104) | def list_pty_sessions_deprecated_with_http_info( method list_pty_sessions_deprecated_without_preload_content (line 12176) | def list_pty_sessions_deprecated_without_preload_content( method _list_pty_sessions_deprecated_serialize (line 12243) | def _list_pty_sessions_deprecated_serialize( method list_sessions_deprecated (line 12312) | def list_sessions_deprecated( method list_sessions_deprecated_with_http_info (line 12384) | def list_sessions_deprecated_with_http_info( method list_sessions_deprecated_without_preload_content (line 12456) | def list_sessions_deprecated_without_preload_content( method _list_sessions_deprecated_serialize (line 12523) | def _list_sessions_deprecated_serialize( method lsp_completions_deprecated (line 12592) | def lsp_completions_deprecated( method lsp_completions_deprecated_with_http_info (line 12668) | def lsp_completions_deprecated_with_http_info( method lsp_completions_deprecated_without_preload_content (line 12744) | def lsp_completions_deprecated_without_preload_content( method _lsp_completions_deprecated_serialize (line 12815) | def _lsp_completions_deprecated_serialize( method lsp_did_close_deprecated (line 12900) | def lsp_did_close_deprecated( method lsp_did_close_deprecated_with_http_info (line 12976) | def lsp_did_close_deprecated_with_http_info( method lsp_did_close_deprecated_without_preload_content (line 13052) | def lsp_did_close_deprecated_without_preload_content( method _lsp_did_close_deprecated_serialize (line 13123) | def _lsp_did_close_deprecated_serialize( method lsp_did_open_deprecated (line 13201) | def lsp_did_open_deprecated( method lsp_did_open_deprecated_with_http_info (line 13277) | def lsp_did_open_deprecated_with_http_info( method lsp_did_open_deprecated_without_preload_content (line 13353) | def lsp_did_open_deprecated_without_preload_content( method _lsp_did_open_deprecated_serialize (line 13424) | def _lsp_did_open_deprecated_serialize( method lsp_document_symbols_deprecated (line 13502) | def lsp_document_symbols_deprecated( method lsp_document_symbols_deprecated_with_http_info (line 13586) | def lsp_document_symbols_deprecated_with_http_info( method lsp_document_symbols_deprecated_without_preload_content (line 13670) | def lsp_document_symbols_deprecated_without_preload_content( method _lsp_document_symbols_deprecated_serialize (line 13749) | def _lsp_document_symbols_deprecated_serialize( method lsp_start_deprecated (line 13833) | def lsp_start_deprecated( method lsp_start_deprecated_with_http_info (line 13909) | def lsp_start_deprecated_with_http_info( method lsp_start_deprecated_without_preload_content (line 13985) | def lsp_start_deprecated_without_preload_content( method _lsp_start_deprecated_serialize (line 14056) | def _lsp_start_deprecated_serialize( method lsp_stop_deprecated (line 14134) | def lsp_stop_deprecated( method lsp_stop_deprecated_with_http_info (line 14210) | def lsp_stop_deprecated_with_http_info( method lsp_stop_deprecated_without_preload_content (line 14286) | def lsp_stop_deprecated_without_preload_content( method _lsp_stop_deprecated_serialize (line 14357) | def _lsp_stop_deprecated_serialize( method lsp_workspace_symbols_deprecated (line 14435) | def lsp_workspace_symbols_deprecated( method lsp_workspace_symbols_deprecated_with_http_info (line 14519) | def lsp_workspace_symbols_deprecated_with_http_info( method lsp_workspace_symbols_deprecated_without_preload_content (line 14603) | def lsp_workspace_symbols_deprecated_without_preload_content( method _lsp_workspace_symbols_deprecated_serialize (line 14682) | def _lsp_workspace_symbols_deprecated_serialize( method move_file_deprecated (line 14766) | def move_file_deprecated( method move_file_deprecated_with_http_info (line 14846) | def move_file_deprecated_with_http_info( method move_file_deprecated_without_preload_content (line 14926) | def move_file_deprecated_without_preload_content( method _move_file_deprecated_serialize (line 15001) | def _move_file_deprecated_serialize( method move_mouse_deprecated (line 15073) | def move_mouse_deprecated( method move_mouse_deprecated_with_http_info (line 15149) | def move_mouse_deprecated_with_http_info( method move_mouse_deprecated_without_preload_content (line 15225) | def move_mouse_deprecated_without_preload_content( method _move_mouse_deprecated_serialize (line 15296) | def _move_mouse_deprecated_serialize( method press_hotkey_deprecated (line 15381) | def press_hotkey_deprecated( method press_hotkey_deprecated_with_http_info (line 15457) | def press_hotkey_deprecated_with_http_info( method press_hotkey_deprecated_without_preload_content (line 15533) | def press_hotkey_deprecated_without_preload_content( method _press_hotkey_deprecated_serialize (line 15604) | def _press_hotkey_deprecated_serialize( method press_key_deprecated (line 15682) | def press_key_deprecated( method press_key_deprecated_with_http_info (line 15758) | def press_key_deprecated_with_http_info( method press_key_deprecated_without_preload_content (line 15834) | def press_key_deprecated_without_preload_content( method _press_key_deprecated_serialize (line 15905) | def _press_key_deprecated_serialize( method replace_in_files_deprecated (line 15983) | def replace_in_files_deprecated( method replace_in_files_deprecated_with_http_info (line 16059) | def replace_in_files_deprecated_with_http_info( method replace_in_files_deprecated_without_preload_content (line 16135) | def replace_in_files_deprecated_without_preload_content( method _replace_in_files_deprecated_serialize (line 16206) | def _replace_in_files_deprecated_serialize( method resize_pty_session_deprecated (line 16291) | def resize_pty_session_deprecated( method resize_pty_session_deprecated_with_http_info (line 16371) | def resize_pty_session_deprecated_with_http_info( method resize_pty_session_deprecated_without_preload_content (line 16451) | def resize_pty_session_deprecated_without_preload_content( method _resize_pty_session_deprecated_serialize (line 16526) | def _resize_pty_session_deprecated_serialize( method restart_process_deprecated (line 16614) | def restart_process_deprecated( method restart_process_deprecated_with_http_info (line 16690) | def restart_process_deprecated_with_http_info( method restart_process_deprecated_without_preload_content (line 16766) | def restart_process_deprecated_without_preload_content( method _restart_process_deprecated_serialize (line 16837) | def _restart_process_deprecated_serialize( method scroll_mouse_deprecated (line 16909) | def scroll_mouse_deprecated( method scroll_mouse_deprecated_with_http_info (line 16985) | def scroll_mouse_deprecated_with_http_info( method scroll_mouse_deprecated_without_preload_content (line 17061) | def scroll_mouse_deprecated_without_preload_content( method _scroll_mouse_deprecated_serialize (line 17132) | def _scroll_mouse_deprecated_serialize( method search_files_deprecated (line 17217) | def search_files_deprecated( method search_files_deprecated_with_http_info (line 17297) | def search_files_deprecated_with_http_info( method search_files_deprecated_without_preload_content (line 17377) | def search_files_deprecated_without_preload_content( method _search_files_deprecated_serialize (line 17452) | def _search_files_deprecated_serialize( method set_file_permissions_deprecated (line 17531) | def set_file_permissions_deprecated( method set_file_permissions_deprecated_with_http_info (line 17619) | def set_file_permissions_deprecated_with_http_info( method set_file_permissions_deprecated_without_preload_content (line 17707) | def set_file_permissions_deprecated_without_preload_content( method _set_file_permissions_deprecated_serialize (line 17790) | def _set_file_permissions_deprecated_serialize( method start_computer_use_deprecated (line 17872) | def start_computer_use_deprecated( method start_computer_use_deprecated_with_http_info (line 17944) | def start_computer_use_deprecated_with_http_info( method start_computer_use_deprecated_without_preload_content (line 18016) | def start_computer_use_deprecated_without_preload_content( method _start_computer_use_deprecated_serialize (line 18083) | def _start_computer_use_deprecated_serialize( method stop_computer_use_deprecated (line 18152) | def stop_computer_use_deprecated( method stop_computer_use_deprecated_with_http_info (line 18224) | def stop_computer_use_deprecated_with_http_info( method stop_computer_use_deprecated_without_preload_content (line 18296) | def stop_computer_use_deprecated_without_preload_content( method _stop_computer_use_deprecated_serialize (line 18363) | def _stop_computer_use_deprecated_serialize( method take_compressed_region_screenshot_deprecated (line 18432) | def take_compressed_region_screenshot_deprecated( method take_compressed_region_screenshot_deprecated_with_http_info (line 18536) | def take_compressed_region_screenshot_deprecated_with_http_info( method take_compressed_region_screenshot_deprecated_without_preload_content (line 18640) | def take_compressed_region_screenshot_deprecated_without_preload_content( method _take_compressed_region_screenshot_deprecated_serialize (line 18739) | def _take_compressed_region_screenshot_deprecated_serialize( method take_compressed_screenshot_deprecated (line 18848) | def take_compressed_screenshot_deprecated( method take_compressed_screenshot_deprecated_with_http_info (line 18936) | def take_compressed_screenshot_deprecated_with_http_info( method take_compressed_screenshot_deprecated_without_preload_content (line 19024) | def take_compressed_screenshot_deprecated_without_preload_content( method _take_compressed_screenshot_deprecated_serialize (line 19107) | def _take_compressed_screenshot_deprecated_serialize( method take_region_screenshot_deprecated (line 19196) | def take_region_screenshot_deprecated( method take_region_screenshot_deprecated_with_http_info (line 19288) | def take_region_screenshot_deprecated_with_http_info( method take_region_screenshot_deprecated_without_preload_content (line 19380) | def take_region_screenshot_deprecated_without_preload_content( method _take_region_screenshot_deprecated_serialize (line 19467) | def _take_region_screenshot_deprecated_serialize( method take_screenshot_deprecated (line 19561) | def take_screenshot_deprecated( method take_screenshot_deprecated_with_http_info (line 19637) | def take_screenshot_deprecated_with_http_info( method take_screenshot_deprecated_without_preload_content (line 19713) | def take_screenshot_deprecated_without_preload_content( method _take_screenshot_deprecated_serialize (line 19784) | def _take_screenshot_deprecated_serialize( method type_text_deprecated (line 19858) | def type_text_deprecated( method type_text_deprecated_with_http_info (line 19934) | def type_text_deprecated_with_http_info( method type_text_deprecated_without_preload_content (line 20010) | def type_text_deprecated_without_preload_content( method _type_text_deprecated_serialize (line 20081) | def _type_text_deprecated_serialize( method upload_file_deprecated (line 20159) | def upload_file_deprecated( method upload_file_deprecated_with_http_info (line 20239) | def upload_file_deprecated_with_http_info( method upload_file_deprecated_without_preload_content (line 20319) | def upload_file_deprecated_without_preload_content( method _upload_file_deprecated_serialize (line 20394) | def _upload_file_deprecated_serialize( method upload_files_deprecated (line 20477) | def upload_files_deprecated( method upload_files_deprecated_with_http_info (line 20549) | def upload_files_deprecated_with_http_info( method upload_files_deprecated_without_preload_content (line 20621) | def upload_files_deprecated_without_preload_content( method _upload_files_deprecated_serialize (line 20688) | def _upload_files_deprecated_serialize( FILE: libs/api-client-python/daytona_api_client/api/users_api.py class UsersApi (line 32) | class UsersApi: method __init__ (line 39) | def __init__(self, api_client=None) -> None: method create_user (line 46) | def create_user( method create_user_with_http_info (line 112) | def create_user_with_http_info( method create_user_without_preload_content (line 178) | def create_user_without_preload_content( method _create_user_serialize (line 239) | def _create_user_serialize( method enroll_in_sms_mfa (line 311) | def enroll_in_sms_mfa( method enroll_in_sms_mfa_with_http_info (line 373) | def enroll_in_sms_mfa_with_http_info( method enroll_in_sms_mfa_without_preload_content (line 435) | def enroll_in_sms_mfa_without_preload_content( method _enroll_in_sms_mfa_serialize (line 492) | def _enroll_in_sms_mfa_serialize( method get_authenticated_user (line 555) | def get_authenticated_user( method get_authenticated_user_with_http_info (line 617) | def get_authenticated_user_with_http_info( method get_authenticated_user_without_preload_content (line 679) | def get_authenticated_user_without_preload_content( method _get_authenticated_user_serialize (line 736) | def _get_authenticated_user_serialize( method get_available_account_providers (line 799) | def get_available_account_providers( method get_available_account_providers_with_http_info (line 861) | def get_available_account_providers_with_http_info( method get_available_account_providers_without_preload_content (line 923) | def get_available_account_providers_without_preload_content( method _get_available_account_providers_serialize (line 980) | def _get_available_account_providers_serialize( method get_user (line 1043) | def get_user( method get_user_with_http_info (line 1109) | def get_user_with_http_info( method get_user_without_preload_content (line 1175) | def get_user_without_preload_content( method _get_user_serialize (line 1236) | def _get_user_serialize( method link_account (line 1302) | def link_account( method link_account_with_http_info (line 1368) | def link_account_with_http_info( method link_account_without_preload_content (line 1434) | def link_account_without_preload_content( method _link_account_serialize (line 1495) | def _link_account_serialize( method list_users (line 1567) | def list_users( method list_users_with_http_info (line 1629) | def list_users_with_http_info( method list_users_without_preload_content (line 1691) | def list_users_without_preload_content( method _list_users_serialize (line 1748) | def _list_users_serialize( method regenerate_key_pair (line 1804) | def regenerate_key_pair( method regenerate_key_pair_with_http_info (line 1870) | def regenerate_key_pair_with_http_info( method regenerate_key_pair_without_preload_content (line 1936) | def regenerate_key_pair_without_preload_content( method _regenerate_key_pair_serialize (line 1997) | def _regenerate_key_pair_serialize( method unlink_account (line 2056) | def unlink_account( method unlink_account_with_http_info (line 2126) | def unlink_account_with_http_info( method unlink_account_without_preload_content (line 2196) | def unlink_account_without_preload_content( method _unlink_account_serialize (line 2261) | def _unlink_account_serialize( FILE: libs/api-client-python/daytona_api_client/api/volumes_api.py class VolumesApi (line 31) | class VolumesApi: method __init__ (line 38) | def __init__(self, api_client=None) -> None: method create_volume (line 45) | def create_volume( method create_volume_with_http_info (line 115) | def create_volume_with_http_info( method create_volume_without_preload_content (line 185) | def create_volume_without_preload_content( method _create_volume_serialize (line 250) | def _create_volume_serialize( method delete_volume (line 332) | def delete_volume( method delete_volume_with_http_info (line 403) | def delete_volume_with_http_info( method delete_volume_without_preload_content (line 474) | def delete_volume_without_preload_content( method _delete_volume_serialize (line 540) | def _delete_volume_serialize( method get_volume (line 602) | def get_volume( method get_volume_with_http_info (line 672) | def get_volume_with_http_info( method get_volume_without_preload_content (line 742) | def get_volume_without_preload_content( method _get_volume_serialize (line 807) | def _get_volume_serialize( method get_volume_by_name (line 876) | def get_volume_by_name( method get_volume_by_name_with_http_info (line 946) | def get_volume_by_name_with_http_info( method get_volume_by_name_without_preload_content (line 1016) | def get_volume_by_name_without_preload_content( method _get_volume_by_name_serialize (line 1081) | def _get_volume_by_name_serialize( method list_volumes (line 1150) | def list_volumes( method list_volumes_with_http_info (line 1220) | def list_volumes_with_http_info( method list_volumes_without_preload_content (line 1290) | def list_volumes_without_preload_content( method _list_volumes_serialize (line 1355) | def _list_volumes_serialize( FILE: libs/api-client-python/daytona_api_client/api/webhooks_api.py class WebhooksApi (line 33) | class WebhooksApi: method __init__ (line 40) | def __init__(self, api_client=None) -> None: method webhook_controller_get_app_portal_access (line 47) | def webhook_controller_get_app_portal_access( method webhook_controller_get_app_portal_access_with_http_info (line 117) | def webhook_controller_get_app_portal_access_with_http_info( method webhook_controller_get_app_portal_access_without_preload_content (line 187) | def webhook_controller_get_app_portal_access_without_preload_content( method _webhook_controller_get_app_portal_access_serialize (line 252) | def _webhook_controller_get_app_portal_access_serialize( method webhook_controller_get_initialization_status (line 320) | def webhook_controller_get_initialization_status( method webhook_controller_get_initialization_status_with_http_info (line 391) | def webhook_controller_get_initialization_status_with_http_info( method webhook_controller_get_initialization_status_without_preload_content (line 462) | def webhook_controller_get_initialization_status_without_preload_content( method _webhook_controller_get_initialization_status_serialize (line 528) | def _webhook_controller_get_initialization_status_serialize( method webhook_controller_get_message_attempts (line 596) | def webhook_controller_get_message_attempts( method webhook_controller_get_message_attempts_with_http_info (line 670) | def webhook_controller_get_message_attempts_with_http_info( method webhook_controller_get_message_attempts_without_preload_content (line 744) | def webhook_controller_get_message_attempts_without_preload_content( method _webhook_controller_get_message_attempts_serialize (line 813) | def _webhook_controller_get_message_attempts_serialize( method webhook_controller_get_status (line 884) | def webhook_controller_get_status( method webhook_controller_get_status_with_http_info (line 950) | def webhook_controller_get_status_with_http_info( method webhook_controller_get_status_without_preload_content (line 1016) | def webhook_controller_get_status_without_preload_content( method _webhook_controller_get_status_serialize (line 1077) | def _webhook_controller_get_status_serialize( method webhook_controller_initialize_webhooks (line 1142) | def webhook_controller_initialize_webhooks( method webhook_controller_initialize_webhooks_with_http_info (line 1214) | def webhook_controller_initialize_webhooks_with_http_info( method webhook_controller_initialize_webhooks_without_preload_content (line 1286) | def webhook_controller_initialize_webhooks_without_preload_content( method _webhook_controller_initialize_webhooks_serialize (line 1353) | def _webhook_controller_initialize_webhooks_serialize( method webhook_controller_send_webhook (line 1414) | def webhook_controller_send_webhook( method webhook_controller_send_webhook_with_http_info (line 1488) | def webhook_controller_send_webhook_with_http_info( method webhook_controller_send_webhook_without_preload_content (line 1562) | def webhook_controller_send_webhook_without_preload_content( method _webhook_controller_send_webhook_serialize (line 1631) | def _webhook_controller_send_webhook_serialize( FILE: libs/api-client-python/daytona_api_client/api/workspace_api.py class WorkspaceApi (line 33) | class WorkspaceApi: method __init__ (line 40) | def __init__(self, api_client=None) -> None: method archive_workspace_deprecated (line 47) | def archive_workspace_deprecated( method archive_workspace_deprecated_with_http_info (line 118) | def archive_workspace_deprecated_with_http_info( method archive_workspace_deprecated_without_preload_content (line 189) | def archive_workspace_deprecated_without_preload_content( method _archive_workspace_deprecated_serialize (line 255) | def _archive_workspace_deprecated_serialize( method create_backup_workspace_deprecated (line 317) | def create_backup_workspace_deprecated( method create_backup_workspace_deprecated_with_http_info (line 388) | def create_backup_workspace_deprecated_with_http_info( method create_backup_workspace_deprecated_without_preload_content (line 459) | def create_backup_workspace_deprecated_without_preload_content( method _create_backup_workspace_deprecated_serialize (line 525) | def _create_backup_workspace_deprecated_serialize( method create_workspace_deprecated (line 594) | def create_workspace_deprecated( method create_workspace_deprecated_with_http_info (line 665) | def create_workspace_deprecated_with_http_info( method create_workspace_deprecated_without_preload_content (line 736) | def create_workspace_deprecated_without_preload_content( method _create_workspace_deprecated_serialize (line 802) | def _create_workspace_deprecated_serialize( method delete_workspace_deprecated (line 884) | def delete_workspace_deprecated( method delete_workspace_deprecated_with_http_info (line 959) | def delete_workspace_deprecated_with_http_info( method delete_workspace_deprecated_without_preload_content (line 1034) | def delete_workspace_deprecated_without_preload_content( method _delete_workspace_deprecated_serialize (line 1104) | def _delete_workspace_deprecated_serialize( method get_build_logs_workspace_deprecated (line 1171) | def get_build_logs_workspace_deprecated( method get_build_logs_workspace_deprecated_with_http_info (line 1246) | def get_build_logs_workspace_deprecated_with_http_info( method get_build_logs_workspace_deprecated_without_preload_content (line 1321) | def get_build_logs_workspace_deprecated_without_preload_content( method _get_build_logs_workspace_deprecated_serialize (line 1391) | def _get_build_logs_workspace_deprecated_serialize( method get_port_preview_url_workspace_deprecated (line 1458) | def get_port_preview_url_workspace_deprecated( method get_port_preview_url_workspace_deprecated_with_http_info (line 1533) | def get_port_preview_url_workspace_deprecated_with_http_info( method get_port_preview_url_workspace_deprecated_without_preload_content (line 1608) | def get_port_preview_url_workspace_deprecated_without_preload_content( method _get_port_preview_url_workspace_deprecated_serialize (line 1678) | def _get_port_preview_url_workspace_deprecated_serialize( method get_workspace_deprecated (line 1750) | def get_workspace_deprecated( method get_workspace_deprecated_with_http_info (line 1825) | def get_workspace_deprecated_with_http_info( method get_workspace_deprecated_without_preload_content (line 1900) | def get_workspace_deprecated_without_preload_content( method _get_workspace_deprecated_serialize (line 1970) | def _get_workspace_deprecated_serialize( method list_workspaces_deprecated (line 2044) | def list_workspaces_deprecated( method list_workspaces_deprecated_with_http_info (line 2119) | def list_workspaces_deprecated_with_http_info( method list_workspaces_deprecated_without_preload_content (line 2194) | def list_workspaces_deprecated_without_preload_content( method _list_workspaces_deprecated_serialize (line 2264) | def _list_workspaces_deprecated_serialize( method replace_labels_workspace_deprecated (line 2340) | def replace_labels_workspace_deprecated( method replace_labels_workspace_deprecated_with_http_info (line 2415) | def replace_labels_workspace_deprecated_with_http_info( method replace_labels_workspace_deprecated_without_preload_content (line 2490) | def replace_labels_workspace_deprecated_without_preload_content( method _replace_labels_workspace_deprecated_serialize (line 2560) | def _replace_labels_workspace_deprecated_serialize( method set_auto_archive_interval_workspace_deprecated (line 2645) | def set_auto_archive_interval_workspace_deprecated( method set_auto_archive_interval_workspace_deprecated_with_http_info (line 2720) | def set_auto_archive_interval_workspace_deprecated_with_http_info( method set_auto_archive_interval_workspace_deprecated_without_preload_content (line 2795) | def set_auto_archive_interval_workspace_deprecated_without_preload_con... method _set_auto_archive_interval_workspace_deprecated_serialize (line 2865) | def _set_auto_archive_interval_workspace_deprecated_serialize( method set_autostop_interval_workspace_deprecated (line 2930) | def set_autostop_interval_workspace_deprecated( method set_autostop_interval_workspace_deprecated_with_http_info (line 3005) | def set_autostop_interval_workspace_deprecated_with_http_info( method set_autostop_interval_workspace_deprecated_without_preload_content (line 3080) | def set_autostop_interval_workspace_deprecated_without_preload_content( method _set_autostop_interval_workspace_deprecated_serialize (line 3150) | def _set_autostop_interval_workspace_deprecated_serialize( method start_workspace_deprecated (line 3215) | def start_workspace_deprecated( method start_workspace_deprecated_with_http_info (line 3286) | def start_workspace_deprecated_with_http_info( method start_workspace_deprecated_without_preload_content (line 3357) | def start_workspace_deprecated_without_preload_content( method _start_workspace_deprecated_serialize (line 3423) | def _start_workspace_deprecated_serialize( method stop_workspace_deprecated (line 3485) | def stop_workspace_deprecated( method stop_workspace_deprecated_with_http_info (line 3556) | def stop_workspace_deprecated_with_http_info( method stop_workspace_deprecated_without_preload_content (line 3627) | def stop_workspace_deprecated_without_preload_content( method _stop_workspace_deprecated_serialize (line 3693) | def _stop_workspace_deprecated_serialize( method update_public_status_workspace_deprecated (line 3755) | def update_public_status_workspace_deprecated( method update_public_status_workspace_deprecated_with_http_info (line 3830) | def update_public_status_workspace_deprecated_with_http_info( method update_public_status_workspace_deprecated_without_preload_content (line 3905) | def update_public_status_workspace_deprecated_without_preload_content( method _update_public_status_workspace_deprecated_serialize (line 3975) | def _update_public_status_workspace_deprecated_serialize( FILE: libs/api-client-python/daytona_api_client/api_client.py class ApiClient (line 46) | class ApiClient: method __init__ (line 76) | def __init__( method __enter__ (line 97) | def __enter__(self): method __exit__ (line 100) | def __exit__(self, exc_type, exc_value, traceback): method user_agent (line 104) | def user_agent(self): method user_agent (line 109) | def user_agent(self, value): method set_default_header (line 112) | def set_default_header(self, header_name, header_value): method get_default (line 119) | def get_default(cls): method set_default (line 133) | def set_default(cls, default): method param_serialize (line 142) | def param_serialize( method call_api (line 251) | def call_api( method response_deserialize (line 286) | def response_deserialize( method sanitize_for_serialization (line 336) | def sanitize_for_serialization(self, obj): method deserialize (line 391) | def deserialize(self, response_text: str, response_type: str, content_... method __deserialize (line 423) | def __deserialize(self, data, klass): method parameters_to_tuples (line 470) | def parameters_to_tuples(self, params, collection_formats): method parameters_to_url_query (line 500) | def parameters_to_url_query(self, params, collection_formats): method files_parameters (line 539) | def files_parameters( method select_header_accept (line 574) | def select_header_accept(self, accepts: List[str]) -> Optional[str]: method select_header_content_type (line 589) | def select_header_content_type(self, content_types): method update_params_for_auth (line 604) | def update_params_for_auth( method _apply_auth_params (line 651) | def _apply_auth_params( method __deserialize_file (line 682) | def __deserialize_file(self, response): method __deserialize_primitive (line 713) | def __deserialize_primitive(self, data, klass): method __deserialize_object (line 728) | def __deserialize_object(self, value): method __deserialize_date (line 735) | def __deserialize_date(self, string): method __deserialize_datetime (line 751) | def __deserialize_datetime(self, string): method __deserialize_enum (line 772) | def __deserialize_enum(self, data, klass): method __deserialize_model (line 790) | def __deserialize_model(self, data, klass): FILE: libs/api-client-python/daytona_api_client/api_response.py class ApiResponse (line 9) | class ApiResponse(BaseModel, Generic[T]): FILE: libs/api-client-python/daytona_api_client/configuration.py class HostSettingVariable (line 123) | class HostSettingVariable(TypedDict): class HostSetting (line 129) | class HostSetting(TypedDict): class Configuration (line 135) | class Configuration: method __init__ (line 173) | def __init__( method __deepcopy__ (line 319) | def __deepcopy__(self, memo: Dict[int, Any]) -> Self: method __setattr__ (line 333) | def __setattr__(self, name: str, value: Any) -> None: method set_default (line 337) | def set_default(cls, default: Optional[Self]) -> None: method get_default_copy (line 348) | def get_default_copy(cls) -> Self: method get_default (line 358) | def get_default(cls) -> Self: method logger_file (line 372) | def logger_file(self) -> Optional[str]: method logger_file (line 384) | def logger_file(self, value: Optional[str]) -> None: method debug (line 403) | def debug(self) -> bool: method debug (line 412) | def debug(self, value: bool) -> None: method logger_format (line 434) | def logger_format(self) -> str: method logger_format (line 445) | def logger_format(self, value: str) -> None: method get_api_key_with_prefix (line 456) | def get_api_key_with_prefix(self, identifier: str, alias: Optional[str... method get_basic_auth_token (line 475) | def get_basic_auth_token(self) -> Optional[str]: method auth_settings (line 490) | def auth_settings(self)-> AuthSettings: method to_debug_report (line 506) | def to_debug_report(self) -> str: method get_host_settings (line 518) | def get_host_settings(self) -> List[HostSetting]: method get_host_from_settings (line 530) | def get_host_from_settings( method host (line 575) | def host(self) -> str: method host (line 580) | def host(self, value: str) -> None: FILE: libs/api-client-python/daytona_api_client/exceptions.py class OpenApiException (line 18) | class OpenApiException(Exception): class ApiTypeError (line 22) | class ApiTypeError(OpenApiException, TypeError): method __init__ (line 23) | def __init__(self, msg, path_to_item=None, valid_classes=None, class ApiValueError (line 51) | class ApiValueError(OpenApiException, ValueError): method __init__ (line 52) | def __init__(self, msg, path_to_item=None) -> None: class ApiAttributeError (line 69) | class ApiAttributeError(OpenApiException, AttributeError): method __init__ (line 70) | def __init__(self, msg, path_to_item=None) -> None: class ApiKeyError (line 88) | class ApiKeyError(OpenApiException, KeyError): method __init__ (line 89) | def __init__(self, msg, path_to_item=None) -> None: class ApiException (line 105) | class ApiException(OpenApiException): method __init__ (line 107) | def __init__( method from_response (line 135) | def from_response( method __str__ (line 165) | def __str__(self): class BadRequestException (line 179) | class BadRequestException(ApiException): class NotFoundException (line 183) | class NotFoundException(ApiException): class UnauthorizedException (line 187) | class UnauthorizedException(ApiException): class ForbiddenException (line 191) | class ForbiddenException(ApiException): class ServiceException (line 195) | class ServiceException(ApiException): class ConflictException (line 199) | class ConflictException(ApiException): class UnprocessableEntityException (line 204) | class UnprocessableEntityException(ApiException): function render_path (line 209) | def render_path(path_to_item): FILE: libs/api-client-python/daytona_api_client/models/account_provider.py class AccountProvider (line 26) | class AccountProvider(BaseModel): method to_str (line 42) | def to_str(self) -> str: method to_json (line 46) | def to_json(self) -> str: method from_json (line 52) | def from_json(cls, json_str: str) -> Optional[Self]: method to_dict (line 56) | def to_dict(self) -> Dict[str, Any]: method from_dict (line 84) | def from_dict(cls, obj: Optional[Dict[str, Any]]) -> Optional[Self]: FILE: libs/api-client-python/daytona_api_client/models/admin_create_runner.py class AdminCreateRunner (line 27) | class AdminCreateRunner(BaseModel): method api_version_validate_regular_expression (line 45) | def api_version_validate_regular_expression(cls, value): method to_str (line 58) | def to_str(self) -> str: method to_json (line 62) | def to_json(self) -> str: method from_json (line 68) | def from_json(cls, json_str: str) -> Optional[Self]: method to_dict (line 72) | def to_dict(self) -> Dict[str, Any]: method from_dict (line 100) | def from_dict(cls, obj: Optional[Dict[str, Any]]) -> Optional[Self]: FILE: libs/api-client-python/daytona_api_client/models/announcement.py class Announcement (line 26) | class Announcement(BaseModel): method to_str (line 42) | def to_str(self) -> str: method to_json (line 46) | def to_json(self) -> str: method from_json (line 52) | def from_json(cls, json_str: str) -> Optional[Self]: method to_dict (line 56) | def to_dict(self) -> Dict[str, Any]: method from_dict (line 84) | def from_dict(cls, obj: Optional[Dict[str, Any]]) -> Optional[Self]: FILE: libs/api-client-python/daytona_api_client/models/api_key_list.py class ApiKeyList (line 27) | class ApiKeyList(BaseModel): method permissions_validate_enum (line 42) | def permissions_validate_enum(cls, value): method to_str (line 56) | def to_str(self) -> str: method to_json (line 60) | def to_json(self) -> str: method from_json (line 66) | def from_json(cls, json_str: str) -> Optional[Self]: method to_dict (line 70) | def to_dict(self) -> Dict[str, Any]: method from_dict (line 108) | def from_dict(cls, obj: Optional[Dict[str, Any]]) -> Optional[Self]: FILE: libs/api-client-python/daytona_api_client/models/api_key_response.py class ApiKeyResponse (line 27) | class ApiKeyResponse(BaseModel): method permissions_validate_enum (line 40) | def permissions_validate_enum(cls, value): method to_str (line 54) | def to_str(self) -> str: method to_json (line 58) | def to_json(self) -> str: method from_json (line 64) | def from_json(cls, json_str: str) -> Optional[Self]: method to_dict (line 68) | def to_dict(self) -> Dict[str, Any]: method from_dict (line 101) | def from_dict(cls, obj: Optional[Dict[str, Any]]) -> Optional[Self]: FILE: libs/api-client-python/daytona_api_client/models/audit_log.py class AuditLog (line 27) | class AuditLog(BaseModel): method to_str (line 55) | def to_str(self) -> str: method to_json (line 59) | def to_json(self) -> str: method from_json (line 65) | def from_json(cls, json_str: str) -> Optional[Self]: method to_dict (line 69) | def to_dict(self) -> Dict[str, Any]: method from_dict (line 97) | def from_dict(cls, obj: Optional[Dict[str, Any]]) -> Optional[Self]: FILE: libs/api-client-python/daytona_api_client/models/build_info.py class BuildInfo (line 27) | class BuildInfo(BaseModel): method to_str (line 46) | def to_str(self) -> str: method to_json (line 50) | def to_json(self) -> str: method from_json (line 56) | def from_json(cls, json_str: str) -> Optional[Self]: method to_dict (line 60) | def to_dict(self) -> Dict[str, Any]: method from_dict (line 88) | def from_dict(cls, obj: Optional[Dict[str, Any]]) -> Optional[Self]: FILE: libs/api-client-python/daytona_api_client/models/command.py class Command (line 26) | class Command(BaseModel): method to_str (line 43) | def to_str(self) -> str: method to_json (line 47) | def to_json(self) -> str: method from_json (line 53) | def from_json(cls, json_str: str) -> Optional[Self]: method to_dict (line 57) | def to_dict(self) -> Dict[str, Any]: method from_dict (line 85) | def from_dict(cls, obj: Optional[Dict[str, Any]]) -> Optional[Self]: FILE: libs/api-client-python/daytona_api_client/models/completion_context.py class CompletionContext (line 26) | class CompletionContext(BaseModel): method to_str (line 42) | def to_str(self) -> str: method to_json (line 46) | def to_json(self) -> str: method from_json (line 52) | def from_json(cls, json_str: str) -> Optional[Self]: method to_dict (line 56) | def to_dict(self) -> Dict[str, Any]: method from_dict (line 84) | def from_dict(cls, obj: Optional[Dict[str, Any]]) -> Optional[Self]: FILE: libs/api-client-python/daytona_api_client/models/completion_item.py class CompletionItem (line 26) | class CompletionItem(BaseModel): method to_str (line 47) | def to_str(self) -> str: method to_json (line 51) | def to_json(self) -> str: method from_json (line 57) | def from_json(cls, json_str: str) -> Optional[Self]: method to_dict (line 61) | def to_dict(self) -> Dict[str, Any]: method from_dict (line 89) | def from_dict(cls, obj: Optional[Dict[str, Any]]) -> Optional[Self]: FILE: libs/api-client-python/daytona_api_client/models/completion_list.py class CompletionList (line 27) | class CompletionList(BaseModel): method to_str (line 43) | def to_str(self) -> str: method to_json (line 47) | def to_json(self) -> str: method from_json (line 53) | def from_json(cls, json_str: str) -> Optional[Self]: method to_dict (line 57) | def to_dict(self) -> Dict[str, Any]: method from_dict (line 92) | def from_dict(cls, obj: Optional[Dict[str, Any]]) -> Optional[Self]: FILE: libs/api-client-python/daytona_api_client/models/compressed_screenshot_response.py class CompressedScreenshotResponse (line 26) | class CompressedScreenshotResponse(BaseModel): method to_str (line 43) | def to_str(self) -> str: method to_json (line 47) | def to_json(self) -> str: method from_json (line 53) | def from_json(cls, json_str: str) -> Optional[Self]: method to_dict (line 57) | def to_dict(self) -> Dict[str, Any]: method from_dict (line 85) | def from_dict(cls, obj: Optional[Dict[str, Any]]) -> Optional[Self]: FILE: libs/api-client-python/daytona_api_client/models/computer_use_start_response.py class ComputerUseStartResponse (line 26) | class ComputerUseStartResponse(BaseModel): method to_str (line 42) | def to_str(self) -> str: method to_json (line 46) | def to_json(self) -> str: method from_json (line 52) | def from_json(cls, json_str: str) -> Optional[Self]: method to_dict (line 56) | def to_dict(self) -> Dict[str, Any]: method from_dict (line 84) | def from_dict(cls, obj: Optional[Dict[str, Any]]) -> Optional[Self]: FILE: libs/api-client-python/daytona_api_client/models/computer_use_status_response.py class ComputerUseStatusResponse (line 26) | class ComputerUseStatusResponse(BaseModel): method status_validate_enum (line 35) | def status_validate_enum(cls, value): method to_str (line 48) | def to_str(self) -> str: method to_json (line 52) | def to_json(self) -> str: method from_json (line 58) | def from_json(cls, json_str: str) -> Optional[Self]: method to_dict (line 62) | def to_dict(self) -> Dict[str, Any]: method from_dict (line 90) | def from_dict(cls, obj: Optional[Dict[str, Any]]) -> Optional[Self]: FILE: libs/api-client-python/daytona_api_client/models/computer_use_stop_response.py class ComputerUseStopResponse (line 26) | class ComputerUseStopResponse(BaseModel): method to_str (line 42) | def to_str(self) -> str: method to_json (line 46) | def to_json(self) -> str: method from_json (line 52) | def from_json(cls, json_str: str) -> Optional[Self]: method to_dict (line 56) | def to_dict(self) -> Dict[str, Any]: method from_dict (line 84) | def from_dict(cls, obj: Optional[Dict[str, Any]]) -> Optional[Self]: FILE: libs/api-client-python/daytona_api_client/models/create_api_key.py class CreateApiKey (line 27) | class CreateApiKey(BaseModel): method permissions_validate_enum (line 38) | def permissions_validate_enum(cls, value): method to_str (line 52) | def to_str(self) -> str: method to_json (line 56) | def to_json(self) -> str: method from_json (line 62) | def from_json(cls, json_str: str) -> Optional[Self]: method to_dict (line 66) | def to_dict(self) -> Dict[str, Any]: method from_dict (line 99) | def from_dict(cls, obj: Optional[Dict[str, Any]]) -> Optional[Self]: FILE: libs/api-client-python/daytona_api_client/models/create_build_info.py class CreateBuildInfo (line 26) | class CreateBuildInfo(BaseModel): method to_str (line 42) | def to_str(self) -> str: method to_json (line 46) | def to_json(self) -> str: method from_json (line 52) | def from_json(cls, json_str: str) -> Optional[Self]: method to_dict (line 56) | def to_dict(self) -> Dict[str, Any]: method from_dict (line 84) | def from_dict(cls, obj: Optional[Dict[str, Any]]) -> Optional[Self]: FILE: libs/api-client-python/daytona_api_client/models/create_docker_registry.py class CreateDockerRegistry (line 26) | class CreateDockerRegistry(BaseModel): method registry_type_validate_enum (line 41) | def registry_type_validate_enum(cls, value): method to_str (line 54) | def to_str(self) -> str: method to_json (line 58) | def to_json(self) -> str: method from_json (line 64) | def from_json(cls, json_str: str) -> Optional[Self]: method to_dict (line 68) | def to_dict(self) -> Dict[str, Any]: method from_dict (line 96) | def from_dict(cls, obj: Optional[Dict[str, Any]]) -> Optional[Self]: FILE: libs/api-client-python/daytona_api_client/models/create_linked_account.py class CreateLinkedAccount (line 26) | class CreateLinkedAccount(BaseModel): method to_str (line 42) | def to_str(self) -> str: method to_json (line 46) | def to_json(self) -> str: method from_json (line 52) | def from_json(cls, json_str: str) -> Optional[Self]: method to_dict (line 56) | def to_dict(self) -> Dict[str, Any]: method from_dict (line 84) | def from_dict(cls, obj: Optional[Dict[str, Any]]) -> Optional[Self]: FILE: libs/api-client-python/daytona_api_client/models/create_organization.py class CreateOrganization (line 26) | class CreateOrganization(BaseModel): method to_str (line 42) | def to_str(self) -> str: method to_json (line 46) | def to_json(self) -> str: method from_json (line 52) | def from_json(cls, json_str: str) -> Optional[Self]: method to_dict (line 56) | def to_dict(self) -> Dict[str, Any]: method from_dict (line 84) | def from_dict(cls, obj: Optional[Dict[str, Any]]) -> Optional[Self]: FILE: libs/api-client-python/daytona_api_client/models/create_organization_invitation.py class CreateOrganizationInvitation (line 27) | class CreateOrganizationInvitation(BaseModel): method role_validate_enum (line 39) | def role_validate_enum(cls, value): method to_str (line 52) | def to_str(self) -> str: method to_json (line 56) | def to_json(self) -> str: method from_json (line 62) | def from_json(cls, json_str: str) -> Optional[Self]: method to_dict (line 66) | def to_dict(self) -> Dict[str, Any]: method from_dict (line 94) | def from_dict(cls, obj: Optional[Dict[str, Any]]) -> Optional[Self]: FILE: libs/api-client-python/daytona_api_client/models/create_organization_quota.py class CreateOrganizationQuota (line 26) | class CreateOrganizationQuota(BaseModel): method to_str (line 49) | def to_str(self) -> str: method to_json (line 53) | def to_json(self) -> str: method from_json (line 59) | def from_json(cls, json_str: str) -> Optional[Self]: method to_dict (line 63) | def to_dict(self) -> Dict[str, Any]: method from_dict (line 91) | def from_dict(cls, obj: Optional[Dict[str, Any]]) -> Optional[Self]: FILE: libs/api-client-python/daytona_api_client/models/create_organization_role.py class CreateOrganizationRole (line 26) | class CreateOrganizationRole(BaseModel): method permissions_validate_enum (line 37) | def permissions_validate_enum(cls, value): method to_str (line 51) | def to_str(self) -> str: method to_json (line 55) | def to_json(self) -> str: method from_json (line 61) | def from_json(cls, json_str: str) -> Optional[Self]: method to_dict (line 65) | def to_dict(self) -> Dict[str, Any]: method from_dict (line 93) | def from_dict(cls, obj: Optional[Dict[str, Any]]) -> Optional[Self]: FILE: libs/api-client-python/daytona_api_client/models/create_region.py class CreateRegion (line 26) | class CreateRegion(BaseModel): method to_str (line 44) | def to_str(self) -> str: method to_json (line 48) | def to_json(self) -> str: method from_json (line 54) | def from_json(cls, json_str: str) -> Optional[Self]: method to_dict (line 58) | def to_dict(self) -> Dict[str, Any]: method from_dict (line 101) | def from_dict(cls, obj: Optional[Dict[str, Any]]) -> Optional[Self]: FILE: libs/api-client-python/daytona_api_client/models/create_region_response.py class CreateRegionResponse (line 26) | class CreateRegionResponse(BaseModel): method to_str (line 45) | def to_str(self) -> str: method to_json (line 49) | def to_json(self) -> str: method from_json (line 55) | def from_json(cls, json_str: str) -> Optional[Self]: method to_dict (line 59) | def to_dict(self) -> Dict[str, Any]: method from_dict (line 107) | def from_dict(cls, obj: Optional[Dict[str, Any]]) -> Optional[Self]: FILE: libs/api-client-python/daytona_api_client/models/create_runner.py class CreateRunner (line 26) | class CreateRunner(BaseModel): method to_str (line 42) | def to_str(self) -> str: method to_json (line 46) | def to_json(self) -> str: method from_json (line 52) | def from_json(cls, json_str: str) -> Optional[Self]: method to_dict (line 56) | def to_dict(self) -> Dict[str, Any]: method from_dict (line 84) | def from_dict(cls, obj: Optional[Dict[str, Any]]) -> Optional[Self]: FILE: libs/api-client-python/daytona_api_client/models/create_runner_response.py class CreateRunnerResponse (line 26) | class CreateRunnerResponse(BaseModel): method to_str (line 42) | def to_str(self) -> str: method to_json (line 46) | def to_json(self) -> str: method from_json (line 52) | def from_json(cls, json_str: str) -> Optional[Self]: method to_dict (line 56) | def to_dict(self) -> Dict[str, Any]: method from_dict (line 84) | def from_dict(cls, obj: Optional[Dict[str, Any]]) -> Optional[Self]: FILE: libs/api-client-python/daytona_api_client/models/create_sandbox.py class CreateSandbox (line 28) | class CreateSandbox(BaseModel): method var_class_validate_enum (line 55) | def var_class_validate_enum(cls, value): method to_str (line 71) | def to_str(self) -> str: method to_json (line 75) | def to_json(self) -> str: method from_json (line 81) | def from_json(cls, json_str: str) -> Optional[Self]: method to_dict (line 85) | def to_dict(self) -> Dict[str, Any]: method from_dict (line 123) | def from_dict(cls, obj: Optional[Dict[str, Any]]) -> Optional[Self]: FILE: libs/api-client-python/daytona_api_client/models/create_session_request.py class CreateSessionRequest (line 26) | class CreateSessionRequest(BaseModel): method to_str (line 41) | def to_str(self) -> str: method to_json (line 45) | def to_json(self) -> str: method from_json (line 51) | def from_json(cls, json_str: str) -> Optional[Self]: method to_dict (line 55) | def to_dict(self) -> Dict[str, Any]: method from_dict (line 83) | def from_dict(cls, obj: Optional[Dict[str, Any]]) -> Optional[Self]: FILE: libs/api-client-python/daytona_api_client/models/create_snapshot.py class CreateSnapshot (line 27) | class CreateSnapshot(BaseModel): method to_str (line 51) | def to_str(self) -> str: method to_json (line 55) | def to_json(self) -> str: method from_json (line 61) | def from_json(cls, json_str: str) -> Optional[Self]: method to_dict (line 65) | def to_dict(self) -> Dict[str, Any]: method from_dict (line 96) | def from_dict(cls, obj: Optional[Dict[str, Any]]) -> Optional[Self]: FILE: libs/api-client-python/daytona_api_client/models/create_user.py class CreateUser (line 27) | class CreateUser(BaseModel): method role_validate_enum (line 42) | def role_validate_enum(cls, value): method to_str (line 58) | def to_str(self) -> str: method to_json (line 62) | def to_json(self) -> str: method from_json (line 68) | def from_json(cls, json_str: str) -> Optional[Self]: method to_dict (line 72) | def to_dict(self) -> Dict[str, Any]: method from_dict (line 103) | def from_dict(cls, obj: Optional[Dict[str, Any]]) -> Optional[Self]: FILE: libs/api-client-python/daytona_api_client/models/create_volume.py class CreateVolume (line 26) | class CreateVolume(BaseModel): method to_str (line 41) | def to_str(self) -> str: method to_json (line 45) | def to_json(self) -> str: method from_json (line 51) | def from_json(cls, json_str: str) -> Optional[Self]: method to_dict (line 55) | def to_dict(self) -> Dict[str, Any]: method from_dict (line 83) | def from_dict(cls, obj: Optional[Dict[str, Any]]) -> Optional[Self]: FILE: libs/api-client-python/daytona_api_client/models/create_workspace.py class CreateWorkspace (line 28) | class CreateWorkspace(BaseModel): method var_class_validate_enum (line 51) | def var_class_validate_enum(cls, value): method target_validate_enum (line 61) | def target_validate_enum(cls, value): method to_str (line 77) | def to_str(self) -> str: method to_json (line 81) | def to_json(self) -> str: method from_json (line 87) | def from_json(cls, json_str: str) -> Optional[Self]: method to_dict (line 91) | def to_dict(self) -> Dict[str, Any]: method from_dict (line 129) | def from_dict(cls, obj: Optional[Dict[str, Any]]) -> Optional[Self]: FILE: libs/api-client-python/daytona_api_client/models/daytona_configuration.py class DaytonaConfiguration (line 30) | class DaytonaConfiguration(BaseModel): method to_str (line 62) | def to_str(self) -> str: method to_json (line 66) | def to_json(self) -> str: method from_json (line 72) | def from_json(cls, json_str: str) -> Optional[Self]: method to_dict (line 76) | def to_dict(self) -> Dict[str, Any]: method from_dict (line 120) | def from_dict(cls, obj: Optional[Dict[str, Any]]) -> Optional[Self]: FILE: libs/api-client-python/daytona_api_client/models/display_info_response.py class DisplayInfoResponse (line 26) | class DisplayInfoResponse(BaseModel): method to_str (line 41) | def to_str(self) -> str: method to_json (line 45) | def to_json(self) -> str: method from_json (line 51) | def from_json(cls, json_str: str) -> Optional[Self]: method to_dict (line 55) | def to_dict(self) -> Dict[str, Any]: method from_dict (line 83) | def from_dict(cls, obj: Optional[Dict[str, Any]]) -> Optional[Self]: FILE: libs/api-client-python/daytona_api_client/models/docker_registry.py class DockerRegistry (line 27) | class DockerRegistry(BaseModel): method registry_type_validate_enum (line 43) | def registry_type_validate_enum(cls, value): method to_str (line 56) | def to_str(self) -> str: method to_json (line 60) | def to_json(self) -> str: method from_json (line 66) | def from_json(cls, json_str: str) -> Optional[Self]: method to_dict (line 70) | def to_dict(self) -> Dict[str, Any]: method from_dict (line 98) | def from_dict(cls, obj: Optional[Dict[str, Any]]) -> Optional[Self]: FILE: libs/api-client-python/daytona_api_client/models/download_files.py class DownloadFiles (line 26) | class DownloadFiles(BaseModel): method to_str (line 41) | def to_str(self) -> str: method to_json (line 45) | def to_json(self) -> str: method from_json (line 51) | def from_json(cls, json_str: str) -> Optional[Self]: method to_dict (line 55) | def to_dict(self) -> Dict[str, Any]: method from_dict (line 83) | def from_dict(cls, obj: Optional[Dict[str, Any]]) -> Optional[Self]: FILE: libs/api-client-python/daytona_api_client/models/execute_request.py class ExecuteRequest (line 26) | class ExecuteRequest(BaseModel): method to_str (line 43) | def to_str(self) -> str: method to_json (line 47) | def to_json(self) -> str: method from_json (line 53) | def from_json(cls, json_str: str) -> Optional[Self]: method to_dict (line 57) | def to_dict(self) -> Dict[str, Any]: method from_dict (line 85) | def from_dict(cls, obj: Optional[Dict[str, Any]]) -> Optional[Self]: FILE: libs/api-client-python/daytona_api_client/models/execute_response.py class ExecuteResponse (line 26) | class ExecuteResponse(BaseModel): method to_str (line 42) | def to_str(self) -> str: method to_json (line 46) | def to_json(self) -> str: method from_json (line 52) | def from_json(cls, json_str: str) -> Optional[Self]: method to_dict (line 56) | def to_dict(self) -> Dict[str, Any]: method from_dict (line 84) | def from_dict(cls, obj: Optional[Dict[str, Any]]) -> Optional[Self]: FILE: libs/api-client-python/daytona_api_client/models/file_info.py class FileInfo (line 26) | class FileInfo(BaseModel): method to_str (line 48) | def to_str(self) -> str: method to_json (line 52) | def to_json(self) -> str: method from_json (line 58) | def from_json(cls, json_str: str) -> Optional[Self]: method to_dict (line 62) | def to_dict(self) -> Dict[str, Any]: method from_dict (line 90) | def from_dict(cls, obj: Optional[Dict[str, Any]]) -> Optional[Self]: FILE: libs/api-client-python/daytona_api_client/models/file_status.py class FileStatus (line 26) | class FileStatus(BaseModel): method to_str (line 44) | def to_str(self) -> str: method to_json (line 48) | def to_json(self) -> str: method from_json (line 54) | def from_json(cls, json_str: str) -> Optional[Self]: method to_dict (line 58) | def to_dict(self) -> Dict[str, Any]: method from_dict (line 86) | def from_dict(cls, obj: Optional[Dict[str, Any]]) -> Optional[Self]: FILE: libs/api-client-python/daytona_api_client/models/git_add_request.py class GitAddRequest (line 26) | class GitAddRequest(BaseModel): method to_str (line 42) | def to_str(self) -> str: method to_json (line 46) | def to_json(self) -> str: method from_json (line 52) | def from_json(cls, json_str: str) -> Optional[Self]: method to_dict (line 56) | def to_dict(self) -> Dict[str, Any]: method from_dict (line 84) | def from_dict(cls, obj: Optional[Dict[str, Any]]) -> Optional[Self]: FILE: libs/api-client-python/daytona_api_client/models/git_branch_request.py class GitBranchRequest (line 26) | class GitBranchRequest(BaseModel): method to_str (line 42) | def to_str(self) -> str: method to_json (line 46) | def to_json(self) -> str: method from_json (line 52) | def from_json(cls, json_str: str) -> Optional[Self]: method to_dict (line 56) | def to_dict(self) -> Dict[str, Any]: method from_dict (line 84) | def from_dict(cls, obj: Optional[Dict[str, Any]]) -> Optional[Self]: FILE: libs/api-client-python/daytona_api_client/models/git_checkout_request.py class GitCheckoutRequest (line 26) | class GitCheckoutRequest(BaseModel): method to_str (line 42) | def to_str(self) -> str: method to_json (line 46) | def to_json(self) -> str: method from_json (line 52) | def from_json(cls, json_str: str) -> Optional[Self]: method to_dict (line 56) | def to_dict(self) -> Dict[str, Any]: method from_dict (line 84) | def from_dict(cls, obj: Optional[Dict[str, Any]]) -> Optional[Self]: FILE: libs/api-client-python/daytona_api_client/models/git_clone_request.py class GitCloneRequest (line 26) | class GitCloneRequest(BaseModel): method to_str (line 46) | def to_str(self) -> str: method to_json (line 50) | def to_json(self) -> str: method from_json (line 56) | def from_json(cls, json_str: str) -> Optional[Self]: method to_dict (line 60) | def to_dict(self) -> Dict[str, Any]: method from_dict (line 88) | def from_dict(cls, obj: Optional[Dict[str, Any]]) -> Optional[Self]: FILE: libs/api-client-python/daytona_api_client/models/git_commit_info.py class GitCommitInfo (line 26) | class GitCommitInfo(BaseModel): method to_str (line 45) | def to_str(self) -> str: method to_json (line 49) | def to_json(self) -> str: method from_json (line 55) | def from_json(cls, json_str: str) -> Optional[Self]: method to_dict (line 59) | def to_dict(self) -> Dict[str, Any]: method from_dict (line 87) | def from_dict(cls, obj: Optional[Dict[str, Any]]) -> Optional[Self]: FILE: libs/api-client-python/daytona_api_client/models/git_commit_request.py class GitCommitRequest (line 26) | class GitCommitRequest(BaseModel): method to_str (line 45) | def to_str(self) -> str: method to_json (line 49) | def to_json(self) -> str: method from_json (line 55) | def from_json(cls, json_str: str) -> Optional[Self]: method to_dict (line 59) | def to_dict(self) -> Dict[str, Any]: method from_dict (line 87) | def from_dict(cls, obj: Optional[Dict[str, Any]]) -> Optional[Self]: FILE: libs/api-client-python/daytona_api_client/models/git_commit_response.py class GitCommitResponse (line 26) | class GitCommitResponse(BaseModel): method to_str (line 41) | def to_str(self) -> str: method to_json (line 45) | def to_json(self) -> str: method from_json (line 51) | def from_json(cls, json_str: str) -> Optional[Self]: method to_dict (line 55) | def to_dict(self) -> Dict[str, Any]: method from_dict (line 83) | def from_dict(cls, obj: Optional[Dict[str, Any]]) -> Optional[Self]: FILE: libs/api-client-python/daytona_api_client/models/git_delete_branch_request.py class GitDeleteBranchRequest (line 26) | class GitDeleteBranchRequest(BaseModel): method to_str (line 42) | def to_str(self) -> str: method to_json (line 46) | def to_json(self) -> str: method from_json (line 52) | def from_json(cls, json_str: str) -> Optional[Self]: method to_dict (line 56) | def to_dict(self) -> Dict[str, Any]: method from_dict (line 84) | def from_dict(cls, obj: Optional[Dict[str, Any]]) -> Optional[Self]: FILE: libs/api-client-python/daytona_api_client/models/git_repo_request.py class GitRepoRequest (line 26) | class GitRepoRequest(BaseModel): method to_str (line 43) | def to_str(self) -> str: method to_json (line 47) | def to_json(self) -> str: method from_json (line 53) | def from_json(cls, json_str: str) -> Optional[Self]: method to_dict (line 57) | def to_dict(self) -> Dict[str, Any]: method from_dict (line 85) | def from_dict(cls, obj: Optional[Dict[str, Any]]) -> Optional[Self]: FILE: libs/api-client-python/daytona_api_client/models/git_status.py class GitStatus (line 27) | class GitStatus(BaseModel): method to_str (line 46) | def to_str(self) -> str: method to_json (line 50) | def to_json(self) -> str: method from_json (line 56) | def from_json(cls, json_str: str) -> Optional[Self]: method to_dict (line 60) | def to_dict(self) -> Dict[str, Any]: method from_dict (line 95) | def from_dict(cls, obj: Optional[Dict[str, Any]]) -> Optional[Self]: FILE: libs/api-client-python/daytona_api_client/models/health_controller_check200_response.py class HealthControllerCheck200Response (line 27) | class HealthControllerCheck200Response(BaseModel): method to_str (line 45) | def to_str(self) -> str: method to_json (line 49) | def to_json(self) -> str: method from_json (line 55) | def from_json(cls, json_str: str) -> Optional[Self]: method to_dict (line 59) | def to_dict(self) -> Dict[str, Any]: method from_dict (line 118) | def from_dict(cls, obj: Optional[Dict[str, Any]]) -> Optional[Self]: FILE: libs/api-client-python/daytona_api_client/models/health_controller_check200_response_info_value.py class HealthControllerCheck200ResponseInfoValue (line 26) | class HealthControllerCheck200ResponseInfoValue(BaseModel): method to_str (line 41) | def to_str(self) -> str: method to_json (line 45) | def to_json(self) -> str: method from_json (line 51) | def from_json(cls, json_str: str) -> Optional[Self]: method to_dict (line 55) | def to_dict(self) -> Dict[str, Any]: method from_dict (line 83) | def from_dict(cls, obj: Optional[Dict[str, Any]]) -> Optional[Self]: FILE: libs/api-client-python/daytona_api_client/models/health_controller_check503_response.py class HealthControllerCheck503Response (line 27) | class HealthControllerCheck503Response(BaseModel): method to_str (line 45) | def to_str(self) -> str: method to_json (line 49) | def to_json(self) -> str: method from_json (line 55) | def from_json(cls, json_str: str) -> Optional[Self]: method to_dict (line 59) | def to_dict(self) -> Dict[str, Any]: method from_dict (line 118) | def from_dict(cls, obj: Optional[Dict[str, Any]]) -> Optional[Self]: FILE: libs/api-client-python/daytona_api_client/models/job.py class Job (line 28) | class Job(BaseModel): method resource_type_validate_enum (line 46) | def resource_type_validate_enum(cls, value): method to_str (line 59) | def to_str(self) -> str: method to_json (line 63) | def to_json(self) -> str: method from_json (line 69) | def from_json(cls, json_str: str) -> Optional[Self]: method to_dict (line 73) | def to_dict(self) -> Dict[str, Any]: method from_dict (line 101) | def from_dict(cls, obj: Optional[Dict[str, Any]]) -> Optional[Self]: FILE: libs/api-client-python/daytona_api_client/models/job_status.py class JobStatus (line 22) | class JobStatus(str, Enum): method from_json (line 36) | def from_json(cls, json_str: str) -> Self: FILE: libs/api-client-python/daytona_api_client/models/job_type.py class JobType (line 22) | class JobType(str, Enum): method from_json (line 44) | def from_json(cls, json_str: str) -> Self: FILE: libs/api-client-python/daytona_api_client/models/keyboard_hotkey_request.py class KeyboardHotkeyRequest (line 26) | class KeyboardHotkeyRequest(BaseModel): method to_str (line 41) | def to_str(self) -> str: method to_json (line 45) | def to_json(self) -> str: method from_json (line 51) | def from_json(cls, json_str: str) -> Optional[Self]: method to_dict (line 55) | def to_dict(self) -> Dict[str, Any]: method from_dict (line 83) | def from_dict(cls, obj: Optional[Dict[str, Any]]) -> Optional[Self]: FILE: libs/api-client-python/daytona_api_client/models/keyboard_press_request.py class KeyboardPressRequest (line 26) | class KeyboardPressRequest(BaseModel): method to_str (line 42) | def to_str(self) -> str: method to_json (line 46) | def to_json(self) -> str: method from_json (line 52) | def from_json(cls, json_str: str) -> Optional[Self]: method to_dict (line 56) | def to_dict(self) -> Dict[str, Any]: method from_dict (line 84) | def from_dict(cls, obj: Optional[Dict[str, Any]]) -> Optional[Self]: FILE: libs/api-client-python/daytona_api_client/models/keyboard_type_request.py class KeyboardTypeRequest (line 26) | class KeyboardTypeRequest(BaseModel): method to_str (line 42) | def to_str(self) -> str: method to_json (line 46) | def to_json(self) -> str: method from_json (line 52) | def from_json(cls, json_str: str) -> Optional[Self]: method to_dict (line 56) | def to_dict(self) -> Dict[str, Any]: method from_dict (line 84) | def from_dict(cls, obj: Optional[Dict[str, Any]]) -> Optional[Self]: FILE: libs/api-client-python/daytona_api_client/models/list_branch_response.py class ListBranchResponse (line 26) | class ListBranchResponse(BaseModel): method to_str (line 41) | def to_str(self) -> str: method to_json (line 45) | def to_json(self) -> str: method from_json (line 51) | def from_json(cls, json_str: str) -> Optional[Self]: method to_dict (line 55) | def to_dict(self) -> Dict[str, Any]: method from_dict (line 83) | def from_dict(cls, obj: Optional[Dict[str, Any]]) -> Optional[Self]: FILE: libs/api-client-python/daytona_api_client/models/log_entry.py class LogEntry (line 26) | class LogEntry(BaseModel): method to_str (line 49) | def to_str(self) -> str: method to_json (line 53) | def to_json(self) -> str: method from_json (line 59) | def from_json(cls, json_str: str) -> Optional[Self]: method to_dict (line 63) | def to_dict(self) -> Dict[str, Any]: method from_dict (line 91) | def from_dict(cls, obj: Optional[Dict[str, Any]]) -> Optional[Self]: FILE: libs/api-client-python/daytona_api_client/models/lsp_completion_params.py class LspCompletionParams (line 28) | class LspCompletionParams(BaseModel): method to_str (line 47) | def to_str(self) -> str: method to_json (line 51) | def to_json(self) -> str: method from_json (line 57) | def from_json(cls, json_str: str) -> Optional[Self]: method to_dict (line 61) | def to_dict(self) -> Dict[str, Any]: method from_dict (line 95) | def from_dict(cls, obj: Optional[Dict[str, Any]]) -> Optional[Self]: FILE: libs/api-client-python/daytona_api_client/models/lsp_document_request.py class LspDocumentRequest (line 26) | class LspDocumentRequest(BaseModel): method to_str (line 43) | def to_str(self) -> str: method to_json (line 47) | def to_json(self) -> str: method from_json (line 53) | def from_json(cls, json_str: str) -> Optional[Self]: method to_dict (line 57) | def to_dict(self) -> Dict[str, Any]: method from_dict (line 85) | def from_dict(cls, obj: Optional[Dict[str, Any]]) -> Optional[Self]: FILE: libs/api-client-python/daytona_api_client/models/lsp_location.py class LspLocation (line 27) | class LspLocation(BaseModel): method to_str (line 43) | def to_str(self) -> str: method to_json (line 47) | def to_json(self) -> str: method from_json (line 53) | def from_json(cls, json_str: str) -> Optional[Self]: method to_dict (line 57) | def to_dict(self) -> Dict[str, Any]: method from_dict (line 88) | def from_dict(cls, obj: Optional[Dict[str, Any]]) -> Optional[Self]: FILE: libs/api-client-python/daytona_api_client/models/lsp_server_request.py class LspServerRequest (line 26) | class LspServerRequest(BaseModel): method to_str (line 42) | def to_str(self) -> str: method to_json (line 46) | def to_json(self) -> str: method from_json (line 52) | def from_json(cls, json_str: str) -> Optional[Self]: method to_dict (line 56) | def to_dict(self) -> Dict[str, Any]: method from_dict (line 84) | def from_dict(cls, obj: Optional[Dict[str, Any]]) -> Optional[Self]: FILE: libs/api-client-python/daytona_api_client/models/lsp_symbol.py class LspSymbol (line 27) | class LspSymbol(BaseModel): method to_str (line 44) | def to_str(self) -> str: method to_json (line 48) | def to_json(self) -> str: method from_json (line 54) | def from_json(cls, json_str: str) -> Optional[Self]: method to_dict (line 58) | def to_dict(self) -> Dict[str, Any]: method from_dict (line 89) | def from_dict(cls, obj: Optional[Dict[str, Any]]) -> Optional[Self]: FILE: libs/api-client-python/daytona_api_client/models/match.py class Match (line 26) | class Match(BaseModel): method to_str (line 43) | def to_str(self) -> str: method to_json (line 47) | def to_json(self) -> str: method from_json (line 53) | def from_json(cls, json_str: str) -> Optional[Self]: method to_dict (line 57) | def to_dict(self) -> Dict[str, Any]: method from_dict (line 85) | def from_dict(cls, obj: Optional[Dict[str, Any]]) -> Optional[Self]: FILE: libs/api-client-python/daytona_api_client/models/metric_data_point.py class MetricDataPoint (line 26) | class MetricDataPoint(BaseModel): method to_str (line 42) | def to_str(self) -> str: method to_json (line 46) | def to_json(self) -> str: method from_json (line 52) | def from_json(cls, json_str: str) -> Optional[Self]: method to_dict (line 56) | def to_dict(self) -> Dict[str, Any]: method from_dict (line 84) | def from_dict(cls, obj: Optional[Dict[str, Any]]) -> Optional[Self]: FILE: libs/api-client-python/daytona_api_client/models/metric_series.py class MetricSeries (line 27) | class MetricSeries(BaseModel): method to_str (line 43) | def to_str(self) -> str: method to_json (line 47) | def to_json(self) -> str: method from_json (line 53) | def from_json(cls, json_str: str) -> Optional[Self]: method to_dict (line 57) | def to_dict(self) -> Dict[str, Any]: method from_dict (line 92) | def from_dict(cls, obj: Optional[Dict[str, Any]]) -> Optional[Self]: FILE: libs/api-client-python/daytona_api_client/models/metrics_response.py class MetricsResponse (line 27) | class MetricsResponse(BaseModel): method to_str (line 42) | def to_str(self) -> str: method to_json (line 46) | def to_json(self) -> str: method from_json (line 52) | def from_json(cls, json_str: str) -> Optional[Self]: method to_dict (line 56) | def to_dict(self) -> Dict[str, Any]: method from_dict (line 91) | def from_dict(cls, obj: Optional[Dict[str, Any]]) -> Optional[Self]: FILE: libs/api-client-python/daytona_api_client/models/mouse_click_request.py class MouseClickRequest (line 26) | class MouseClickRequest(BaseModel): method to_str (line 44) | def to_str(self) -> str: method to_json (line 48) | def to_json(self) -> str: method from_json (line 54) | def from_json(cls, json_str: str) -> Optional[Self]: method to_dict (line 58) | def to_dict(self) -> Dict[str, Any]: method from_dict (line 86) | def from_dict(cls, obj: Optional[Dict[str, Any]]) -> Optional[Self]: FILE: libs/api-client-python/daytona_api_client/models/mouse_click_response.py class MouseClickResponse (line 26) | class MouseClickResponse(BaseModel): method to_str (line 42) | def to_str(self) -> str: method to_json (line 46) | def to_json(self) -> str: method from_json (line 52) | def from_json(cls, json_str: str) -> Optional[Self]: method to_dict (line 56) | def to_dict(self) -> Dict[str, Any]: method from_dict (line 84) | def from_dict(cls, obj: Optional[Dict[str, Any]]) -> Optional[Self]: FILE: libs/api-client-python/daytona_api_client/models/mouse_drag_request.py class MouseDragRequest (line 26) | class MouseDragRequest(BaseModel): method to_str (line 45) | def to_str(self) -> str: method to_json (line 49) | def to_json(self) -> str: method from_json (line 55) | def from_json(cls, json_str: str) -> Optional[Self]: method to_dict (line 59) | def to_dict(self) -> Dict[str, Any]: method from_dict (line 87) | def from_dict(cls, obj: Optional[Dict[str, Any]]) -> Optional[Self]: FILE: libs/api-client-python/daytona_api_client/models/mouse_drag_response.py class MouseDragResponse (line 26) | class MouseDragResponse(BaseModel): method to_str (line 42) | def to_str(self) -> str: method to_json (line 46) | def to_json(self) -> str: method from_json (line 52) | def from_json(cls, json_str: str) -> Optional[Self]: method to_dict (line 56) | def to_dict(self) -> Dict[str, Any]: method from_dict (line 84) | def from_dict(cls, obj: Optional[Dict[str, Any]]) -> Optional[Self]: FILE: libs/api-client-python/daytona_api_client/models/mouse_move_request.py class MouseMoveRequest (line 26) | class MouseMoveRequest(BaseModel): method to_str (line 42) | def to_str(self) -> str: method to_json (line 46) | def to_json(self) -> str: method from_json (line 52) | def from_json(cls, json_str: str) -> Optional[Self]: method to_dict (line 56) | def to_dict(self) -> Dict[str, Any]: method from_dict (line 84) | def from_dict(cls, obj: Optional[Dict[str, Any]]) -> Optional[Self]: FILE: libs/api-client-python/daytona_api_client/models/mouse_move_response.py class MouseMoveResponse (line 26) | class MouseMoveResponse(BaseModel): method to_str (line 42) | def to_str(self) -> str: method to_json (line 46) | def to_json(self) -> str: method from_json (line 52) | def from_json(cls, json_str: str) -> Optional[Self]: method to_dict (line 56) | def to_dict(self) -> Dict[str, Any]: method from_dict (line 84) | def from_dict(cls, obj: Optional[Dict[str, Any]]) -> Optional[Self]: FILE: libs/api-client-python/daytona_api_client/models/mouse_position.py class MousePosition (line 26) | class MousePosition(BaseModel): method to_str (line 42) | def to_str(self) -> str: method to_json (line 46) | def to_json(self) -> str: method from_json (line 52) | def from_json(cls, json_str: str) -> Optional[Self]: method to_dict (line 56) | def to_dict(self) -> Dict[str, Any]: method from_dict (line 84) | def from_dict(cls, obj: Optional[Dict[str, Any]]) -> Optional[Self]: FILE: libs/api-client-python/daytona_api_client/models/mouse_scroll_request.py class MouseScrollRequest (line 26) | class MouseScrollRequest(BaseModel): method to_str (line 44) | def to_str(self) -> str: method to_json (line 48) | def to_json(self) -> str: method from_json (line 54) | def from_json(cls, json_str: str) -> Optional[Self]: method to_dict (line 58) | def to_dict(self) -> Dict[str, Any]: method from_dict (line 86) | def from_dict(cls, obj: Optional[Dict[str, Any]]) -> Optional[Self]: FILE: libs/api-client-python/daytona_api_client/models/mouse_scroll_response.py class MouseScrollResponse (line 26) | class MouseScrollResponse(BaseModel): method to_str (line 41) | def to_str(self) -> str: method to_json (line 45) | def to_json(self) -> str: method from_json (line 51) | def from_json(cls, json_str: str) -> Optional[Self]: method to_dict (line 55) | def to_dict(self) -> Dict[str, Any]: method from_dict (line 83) | def from_dict(cls, obj: Optional[Dict[str, Any]]) -> Optional[Self]: FILE: libs/api-client-python/daytona_api_client/models/oidc_config.py class OidcConfig (line 26) | class OidcConfig(BaseModel): method to_str (line 43) | def to_str(self) -> str: method to_json (line 47) | def to_json(self) -> str: method from_json (line 53) | def from_json(cls, json_str: str) -> Optional[Self]: method to_dict (line 57) | def to_dict(self) -> Dict[str, Any]: method from_dict (line 85) | def from_dict(cls, obj: Optional[Dict[str, Any]]) -> Optional[Self]: FILE: libs/api-client-python/daytona_api_client/models/organization.py class Organization (line 27) | class Organization(BaseModel): method to_str (line 65) | def to_str(self) -> str: method to_json (line 69) | def to_json(self) -> str: method from_json (line 75) | def from_json(cls, json_str: str) -> Optional[Self]: method to_dict (line 79) | def to_dict(self) -> Dict[str, Any]: method from_dict (line 137) | def from_dict(cls, obj: Optional[Dict[str, Any]]) -> Optional[Self]: FILE: libs/api-client-python/daytona_api_client/models/organization_invitation.py class OrganizationInvitation (line 28) | class OrganizationInvitation(BaseModel): method status_validate_enum (line 47) | def status_validate_enum(cls, value): method role_validate_enum (line 54) | def role_validate_enum(cls, value): method to_str (line 67) | def to_str(self) -> str: method to_json (line 71) | def to_json(self) -> str: method from_json (line 77) | def from_json(cls, json_str: str) -> Optional[Self]: method to_dict (line 81) | def to_dict(self) -> Dict[str, Any]: method from_dict (line 116) | def from_dict(cls, obj: Optional[Dict[str, Any]]) -> Optional[Self]: FILE: libs/api-client-python/daytona_api_client/models/organization_role.py class OrganizationRole (line 27) | class OrganizationRole(BaseModel): method permissions_validate_enum (line 42) | def permissions_validate_enum(cls, value): method to_str (line 56) | def to_str(self) -> str: method to_json (line 60) | def to_json(self) -> str: method from_json (line 66) | def from_json(cls, json_str: str) -> Optional[Self]: method to_dict (line 70) | def to_dict(self) -> Dict[str, Any]: method from_dict (line 98) | def from_dict(cls, obj: Optional[Dict[str, Any]]) -> Optional[Self]: FILE: libs/api-client-python/daytona_api_client/models/organization_sandbox_default_limited_network_egress.py class OrganizationSandboxDefaultLimitedNetworkEgress (line 26) | class OrganizationSandboxDefaultLimitedNetworkEgress(BaseModel): method to_str (line 41) | def to_str(self) -> str: method to_json (line 45) | def to_json(self) -> str: method from_json (line 51) | def from_json(cls, json_str: str) -> Optional[Self]: method to_dict (line 55) | def to_dict(self) -> Dict[str, Any]: method from_dict (line 83) | def from_dict(cls, obj: Optional[Dict[str, Any]]) -> Optional[Self]: FILE: libs/api-client-python/daytona_api_client/models/organization_suspension.py class OrganizationSuspension (line 28) | class OrganizationSuspension(BaseModel): method to_str (line 45) | def to_str(self) -> str: method to_json (line 49) | def to_json(self) -> str: method from_json (line 55) | def from_json(cls, json_str: str) -> Optional[Self]: method to_dict (line 59) | def to_dict(self) -> Dict[str, Any]: method from_dict (line 87) | def from_dict(cls, obj: Optional[Dict[str, Any]]) -> Optional[Self]: FILE: libs/api-client-python/daytona_api_client/models/organization_usage_overview.py class OrganizationUsageOverview (line 27) | class OrganizationUsageOverview(BaseModel): method to_str (line 46) | def to_str(self) -> str: method to_json (line 50) | def to_json(self) -> str: method from_json (line 56) | def from_json(cls, json_str: str) -> Optional[Self]: method to_dict (line 60) | def to_dict(self) -> Dict[str, Any]: method from_dict (line 95) | def from_dict(cls, obj: Optional[Dict[str, Any]]) -> Optional[Self]: FILE: libs/api-client-python/daytona_api_client/models/organization_user.py class OrganizationUser (line 28) | class OrganizationUser(BaseModel): method role_validate_enum (line 44) | def role_validate_enum(cls, value): method to_str (line 57) | def to_str(self) -> str: method to_json (line 61) | def to_json(self) -> str: method from_json (line 67) | def from_json(cls, json_str: str) -> Optional[Self]: method to_dict (line 71) | def to_dict(self) -> Dict[str, Any]: method from_dict (line 106) | def from_dict(cls, obj: Optional[Dict[str, Any]]) -> Optional[Self]: FILE: libs/api-client-python/daytona_api_client/models/otel_config.py class OtelConfig (line 26) | class OtelConfig(BaseModel): method to_str (line 42) | def to_str(self) -> str: method to_json (line 46) | def to_json(self) -> str: method from_json (line 52) | def from_json(cls, json_str: str) -> Optional[Self]: method to_dict (line 56) | def to_dict(self) -> Dict[str, Any]: method from_dict (line 89) | def from_dict(cls, obj: Optional[Dict[str, Any]]) -> Optional[Self]: FILE: libs/api-client-python/daytona_api_client/models/paginated_audit_logs.py class PaginatedAuditLogs (line 27) | class PaginatedAuditLogs(BaseModel): method to_str (line 46) | def to_str(self) -> str: method to_json (line 50) | def to_json(self) -> str: method from_json (line 56) | def from_json(cls, json_str: str) -> Optional[Self]: method to_dict (line 60) | def to_dict(self) -> Dict[str, Any]: method from_dict (line 95) | def from_dict(cls, obj: Optional[Dict[str, Any]]) -> Optional[Self]: FILE: libs/api-client-python/daytona_api_client/models/paginated_jobs.py class PaginatedJobs (line 27) | class PaginatedJobs(BaseModel): method to_str (line 45) | def to_str(self) -> str: method to_json (line 49) | def to_json(self) -> str: method from_json (line 55) | def from_json(cls, json_str: str) -> Optional[Self]: method to_dict (line 59) | def to_dict(self) -> Dict[str, Any]: method from_dict (line 94) | def from_dict(cls, obj: Optional[Dict[str, Any]]) -> Optional[Self]: FILE: libs/api-client-python/daytona_api_client/models/paginated_logs.py class PaginatedLogs (line 27) | class PaginatedLogs(BaseModel): method to_str (line 45) | def to_str(self) -> str: method to_json (line 49) | def to_json(self) -> str: method from_json (line 55) | def from_json(cls, json_str: str) -> Optional[Self]: method to_dict (line 59) | def to_dict(self) -> Dict[str, Any]: method from_dict (line 94) | def from_dict(cls, obj: Optional[Dict[str, Any]]) -> Optional[Self]: FILE: libs/api-client-python/daytona_api_client/models/paginated_sandboxes.py class PaginatedSandboxes (line 27) | class PaginatedSandboxes(BaseModel): method to_str (line 45) | def to_str(self) -> str: method to_json (line 49) | def to_json(self) -> str: method from_json (line 55) | def from_json(cls, json_str: str) -> Optional[Self]: method to_dict (line 59) | def to_dict(self) -> Dict[str, Any]: method from_dict (line 94) | def from_dict(cls, obj: Optional[Dict[str, Any]]) -> Optional[Self]: FILE: libs/api-client-python/daytona_api_client/models/paginated_snapshots.py class PaginatedSnapshots (line 27) | class PaginatedSnapshots(BaseModel): method to_str (line 45) | def to_str(self) -> str: method to_json (line 49) | def to_json(self) -> str: method from_json (line 55) | def from_json(cls, json_str: str) -> Optional[Self]: method to_dict (line 59) | def to_dict(self) -> Dict[str, Any]: method from_dict (line 94) | def from_dict(cls, obj: Optional[Dict[str, Any]]) -> Optional[Self]: FILE: libs/api-client-python/daytona_api_client/models/paginated_traces.py class PaginatedTraces (line 27) | class PaginatedTraces(BaseModel): method to_str (line 45) | def to_str(self) -> str: method to_json (line 49) | def to_json(self) -> str: method from_json (line 55) | def from_json(cls, json_str: str) -> Optional[Self]: method to_dict (line 59) | def to_dict(self) -> Dict[str, Any]: method from_dict (line 94) | def from_dict(cls, obj: Optional[Dict[str, Any]]) -> Optional[Self]: FILE: libs/api-client-python/daytona_api_client/models/poll_jobs_response.py class PollJobsResponse (line 27) | class PollJobsResponse(BaseModel): method to_str (line 42) | def to_str(self) -> str: method to_json (line 46) | def to_json(self) -> str: method from_json (line 52) | def from_json(cls, json_str: str) -> Optional[Self]: method to_dict (line 56) | def to_dict(self) -> Dict[str, Any]: method from_dict (line 91) | def from_dict(cls, obj: Optional[Dict[str, Any]]) -> Optional[Self]: FILE: libs/api-client-python/daytona_api_client/models/port_preview_url.py class PortPreviewUrl (line 26) | class PortPreviewUrl(BaseModel): method to_str (line 43) | def to_str(self) -> str: method to_json (line 47) | def to_json(self) -> str: method from_json (line 53) | def from_json(cls, json_str: str) -> Optional[Self]: method to_dict (line 57) | def to_dict(self) -> Dict[str, Any]: method from_dict (line 85) | def from_dict(cls, obj: Optional[Dict[str, Any]]) -> Optional[Self]: FILE: libs/api-client-python/daytona_api_client/models/position.py class Position (line 26) | class Position(BaseModel): method to_str (line 42) | def to_str(self) -> str: method to_json (line 46) | def to_json(self) -> str: method from_json (line 52) | def from_json(cls, json_str: str) -> Optional[Self]: method to_dict (line 56) | def to_dict(self) -> Dict[str, Any]: method from_dict (line 84) | def from_dict(cls, obj: Optional[Dict[str, Any]]) -> Optional[Self]: FILE: libs/api-client-python/daytona_api_client/models/posthog_config.py class PosthogConfig (line 26) | class PosthogConfig(BaseModel): method to_str (line 42) | def to_str(self) -> str: method to_json (line 46) | def to_json(self) -> str: method from_json (line 52) | def from_json(cls, json_str: str) -> Optional[Self]: method to_dict (line 56) | def to_dict(self) -> Dict[str, Any]: method from_dict (line 84) | def from_dict(cls, obj: Optional[Dict[str, Any]]) -> Optional[Self]: FILE: libs/api-client-python/daytona_api_client/models/process_errors_response.py class ProcessErrorsResponse (line 26) | class ProcessErrorsResponse(BaseModel): method to_str (line 42) | def to_str(self) -> str: method to_json (line 46) | def to_json(self) -> str: method from_json (line 52) | def from_json(cls, json_str: str) -> Optional[Self]: method to_dict (line 56) | def to_dict(self) -> Dict[str, Any]: method from_dict (line 84) | def from_dict(cls, obj: Optional[Dict[str, Any]]) -> Optional[Self]: FILE: libs/api-client-python/daytona_api_client/models/process_logs_response.py class ProcessLogsResponse (line 26) | class ProcessLogsResponse(BaseModel): method to_str (line 42) | def to_str(self) -> str: method to_json (line 46) | def to_json(self) -> str: method from_json (line 52) | def from_json(cls, json_str: str) -> Optional[Self]: method to_dict (line 56) | def to_dict(self) -> Dict[str, Any]: method from_dict (line 84) | def from_dict(cls, obj: Optional[Dict[str, Any]]) -> Optional[Self]: FILE: libs/api-client-python/daytona_api_client/models/process_status_response.py class ProcessStatusResponse (line 26) | class ProcessStatusResponse(BaseModel): method to_str (line 42) | def to_str(self) -> str: method to_json (line 46) | def to_json(self) -> str: method from_json (line 52) | def from_json(cls, json_str: str) -> Optional[Self]: method to_dict (line 56) | def to_dict(self) -> Dict[str, Any]: method from_dict (line 84) | def from_dict(cls, obj: Optional[Dict[str, Any]]) -> Optional[Self]: FILE: libs/api-client-python/daytona_api_client/models/pty_list_response.py class PtyListResponse (line 27) | class PtyListResponse(BaseModel): method to_str (line 42) | def to_str(self) -> str: method to_json (line 46) | def to_json(self) -> str: method from_json (line 52) | def from_json(cls, json_str: str) -> Optional[Self]: method to_dict (line 56) | def to_dict(self) -> Dict[str, Any]: method from_dict (line 91) | def from_dict(cls, obj: Optional[Dict[str, Any]]) -> Optional[Self]: FILE: libs/api-client-python/daytona_api_client/models/pty_resize_request.py class PtyResizeRequest (line 26) | class PtyResizeRequest(BaseModel): method to_str (line 42) | def to_str(self) -> str: method to_json (line 46) | def to_json(self) -> str: method from_json (line 52) | def from_json(cls, json_str: str) -> Optional[Self]: method to_dict (line 56) | def to_dict(self) -> Dict[str, Any]: method from_dict (line 84) | def from_dict(cls, obj: Optional[Dict[str, Any]]) -> Optional[Self]: FILE: libs/api-client-python/daytona_api_client/models/pty_session_info.py class PtySessionInfo (line 26) | class PtySessionInfo(BaseModel): method to_str (line 48) | def to_str(self) -> str: method to_json (line 52) | def to_json(self) -> str: method from_json (line 58) | def from_json(cls, json_str: str) -> Optional[Self]: method to_dict (line 62) | def to_dict(self) -> Dict[str, Any]: method from_dict (line 90) | def from_dict(cls, obj: Optional[Dict[str, Any]]) -> Optional[Self]: FILE: libs/api-client-python/daytona_api_client/models/range.py class Range (line 27) | class Range(BaseModel): method to_str (line 43) | def to_str(self) -> str: method to_json (line 47) | def to_json(self) -> str: method from_json (line 53) | def from_json(cls, json_str: str) -> Optional[Self]: method to_dict (line 57) | def to_dict(self) -> Dict[str, Any]: method from_dict (line 91) | def from_dict(cls, obj: Optional[Dict[str, Any]]) -> Optional[Self]: FILE: libs/api-client-python/daytona_api_client/models/region_quota.py class RegionQuota (line 26) | class RegionQuota(BaseModel): method to_str (line 45) | def to_str(self) -> str: method to_json (line 49) | def to_json(self) -> str: method from_json (line 55) | def from_json(cls, json_str: str) -> Optional[Self]: method to_dict (line 59) | def to_dict(self) -> Dict[str, Any]: method from_dict (line 87) | def from_dict(cls, obj: Optional[Dict[str, Any]]) -> Optional[Self]: FILE: libs/api-client-python/daytona_api_client/models/region_screenshot_response.py class RegionScreenshotResponse (line 26) | class RegionScreenshotResponse(BaseModel): method to_str (line 43) | def to_str(self) -> str: method to_json (line 47) | def to_json(self) -> str: method from_json (line 53) | def from_json(cls, json_str: str) -> Optional[Self]: method to_dict (line 57) | def to_dict(self) -> Dict[str, Any]: method from_dict (line 85) | def from_dict(cls, obj: Optional[Dict[str, Any]]) -> Optional[Self]: FILE: libs/api-client/src/api/admin-api.ts method adminCreateRunner (line 298) | async adminCreateRunner(adminCreateRunner: AdminCreateRunner, options?: ... method adminDeleteRunner (line 311) | async adminDeleteRunner(id: string, options?: RawAxiosRequestConfig): Pr... method adminGetRunnerById (line 324) | async adminGetRunnerById(id: string, options?: RawAxiosRequestConfig): P... method adminListRunners (line 337) | async adminListRunners(regionId?: string, options?: RawAxiosRequestConfi... method adminRecoverSandbox (line 350) | async adminRecoverSandbox(sandboxId: string, options?: RawAxiosRequestCo... method adminUpdateRunnerScheduling (line 363) | async adminUpdateRunnerScheduling(id: string, options?: RawAxiosRequestC... method adminCreateRunner (line 386) | adminCreateRunner(adminCreateRunner: AdminCreateRunner, options?: RawAxi... method adminDeleteRunner (line 396) | adminDeleteRunner(id: string, options?: RawAxiosRequestConfig): AxiosPro... method adminGetRunnerById (line 406) | adminGetRunnerById(id: string, options?: RawAxiosRequestConfig): AxiosPr... method adminListRunners (line 416) | adminListRunners(regionId?: string, options?: RawAxiosRequestConfig): Ax... method adminRecoverSandbox (line 426) | adminRecoverSandbox(sandboxId: string, options?: RawAxiosRequestConfig):... method adminUpdateRunnerScheduling (line 436) | adminUpdateRunnerScheduling(id: string, options?: RawAxiosRequestConfig)... class AdminApi (line 448) | class AdminApi extends BaseAPI { method adminCreateRunner (line 457) | public adminCreateRunner(adminCreateRunner: AdminCreateRunner, options... method adminDeleteRunner (line 469) | public adminDeleteRunner(id: string, options?: RawAxiosRequestConfig) { method adminGetRunnerById (line 481) | public adminGetRunnerById(id: string, options?: RawAxiosRequestConfig) { method adminListRunners (line 493) | public adminListRunners(regionId?: string, options?: RawAxiosRequestCo... method adminRecoverSandbox (line 505) | public adminRecoverSandbox(sandboxId: string, options?: RawAxiosReques... method adminUpdateRunnerScheduling (line 517) | public adminUpdateRunnerScheduling(id: string, options?: RawAxiosReque... FILE: libs/api-client/src/api/api-keys-api.ts method createApiKey (line 316) | async createApiKey(createApiKey: CreateApiKey, xDaytonaOrganizationID?: ... method deleteApiKey (line 330) | async deleteApiKey(name: string, xDaytonaOrganizationID?: string, option... method deleteApiKeyForUser (line 345) | async deleteApiKeyForUser(userId: string, name: string, xDaytonaOrganiza... method getApiKey (line 359) | async getApiKey(name: string, xDaytonaOrganizationID?: string, options?:... method getCurrentApiKey (line 372) | async getCurrentApiKey(xDaytonaOrganizationID?: string, options?: RawAxi... method listApiKeys (line 385) | async listApiKeys(xDaytonaOrganizationID?: string, options?: RawAxiosReq... method createApiKey (line 409) | createApiKey(createApiKey: CreateApiKey, xDaytonaOrganizationID?: string... method deleteApiKey (line 420) | deleteApiKey(name: string, xDaytonaOrganizationID?: string, options?: Ra... method deleteApiKeyForUser (line 432) | deleteApiKeyForUser(userId: string, name: string, xDaytonaOrganizationID... method getApiKey (line 443) | getApiKey(name: string, xDaytonaOrganizationID?: string, options?: RawAx... method getCurrentApiKey (line 453) | getCurrentApiKey(xDaytonaOrganizationID?: string, options?: RawAxiosRequ... method listApiKeys (line 463) | listApiKeys(xDaytonaOrganizationID?: string, options?: RawAxiosRequestCo... class ApiKeysApi (line 475) | class ApiKeysApi extends BaseAPI { method createApiKey (line 485) | public createApiKey(createApiKey: CreateApiKey, xDaytonaOrganizationID... method deleteApiKey (line 498) | public deleteApiKey(name: string, xDaytonaOrganizationID?: string, opt... method deleteApiKeyForUser (line 512) | public deleteApiKeyForUser(userId: string, name: string, xDaytonaOrgan... method getApiKey (line 525) | public getApiKey(name: string, xDaytonaOrganizationID?: string, option... method getCurrentApiKey (line 537) | public getCurrentApiKey(xDaytonaOrganizationID?: string, options?: Raw... method listApiKeys (line 549) | public listApiKeys(xDaytonaOrganizationID?: string, options?: RawAxios... FILE: libs/api-client/src/api/audit-api.ts method getAllAuditLogs (line 187) | async getAllAuditLogs(page?: number, limit?: number, from?: Date, to?: D... method getOrganizationAuditLogs (line 205) | async getOrganizationAuditLogs(organizationId: string, page?: number, li... method getAllAuditLogs (line 232) | getAllAuditLogs(page?: number, limit?: number, from?: Date, to?: Date, n... method getOrganizationAuditLogs (line 247) | getOrganizationAuditLogs(organizationId: string, page?: number, limit?: ... class AuditApi (line 259) | class AuditApi extends BaseAPI { method getAllAuditLogs (line 272) | public getAllAuditLogs(page?: number, limit?: number, from?: Date, to?... method getOrganizationAuditLogs (line 289) | public getOrganizationAuditLogs(organizationId: string, page?: number,... FILE: libs/api-client/src/api/config-api.ts method configControllerGetConfig (line 78) | async configControllerGetConfig(options?: RawAxiosRequestConfig): Promis... method configControllerGetConfig (line 100) | configControllerGetConfig(options?: RawAxiosRequestConfig): AxiosPromise... class ConfigApi (line 112) | class ConfigApi extends BaseAPI { method configControllerGetConfig (line 120) | public configControllerGetConfig(options?: RawAxiosRequestConfig) { FILE: libs/api-client/src/api/docker-registry-api.ts method createRegistry (line 369) | async createRegistry(createDockerRegistry: CreateDockerRegistry, xDayton... method deleteRegistry (line 383) | async deleteRegistry(id: string, xDaytonaOrganizationID?: string, option... method getRegistry (line 397) | async getRegistry(id: string, xDaytonaOrganizationID?: string, options?:... method getTransientPushAccess (line 411) | async getTransientPushAccess(xDaytonaOrganizationID?: string, regionId?:... method listRegistries (line 424) | async listRegistries(xDaytonaOrganizationID?: string, options?: RawAxios... method setDefaultRegistry (line 438) | async setDefaultRegistry(id: string, xDaytonaOrganizationID?: string, op... method updateRegistry (line 453) | async updateRegistry(id: string, updateDockerRegistry: UpdateDockerRegis... method createRegistry (line 477) | createRegistry(createDockerRegistry: CreateDockerRegistry, xDaytonaOrgan... method deleteRegistry (line 488) | deleteRegistry(id: string, xDaytonaOrganizationID?: string, options?: Ra... method getRegistry (line 499) | getRegistry(id: string, xDaytonaOrganizationID?: string, options?: RawAx... method getTransientPushAccess (line 510) | getTransientPushAccess(xDaytonaOrganizationID?: string, regionId?: strin... method listRegistries (line 520) | listRegistries(xDaytonaOrganizationID?: string, options?: RawAxiosReques... method setDefaultRegistry (line 531) | setDefaultRegistry(id: string, xDaytonaOrganizationID?: string, options?... method updateRegistry (line 543) | updateRegistry(id: string, updateDockerRegistry: UpdateDockerRegistry, x... class DockerRegistryApi (line 555) | class DockerRegistryApi extends BaseAPI { method createRegistry (line 565) | public createRegistry(createDockerRegistry: CreateDockerRegistry, xDay... method deleteRegistry (line 578) | public deleteRegistry(id: string, xDaytonaOrganizationID?: string, opt... method getRegistry (line 591) | public getRegistry(id: string, xDaytonaOrganizationID?: string, option... method getTransientPushAccess (line 604) | public getTransientPushAccess(xDaytonaOrganizationID?: string, regionI... method listRegistries (line 616) | public listRegistries(xDaytonaOrganizationID?: string, options?: RawAx... method setDefaultRegistry (line 629) | public setDefaultRegistry(id: string, xDaytonaOrganizationID?: string,... method updateRegistry (line 643) | public updateRegistry(id: string, updateDockerRegistry: UpdateDockerRe... FILE: libs/api-client/src/api/health-api.ts method healthControllerCheck (line 107) | async healthControllerCheck(options?: RawAxiosRequestConfig): Promise<(a... method healthControllerLive (line 118) | async healthControllerLive(options?: RawAxiosRequestConfig): Promise<(ax... method healthControllerCheck (line 139) | healthControllerCheck(options?: RawAxiosRequestConfig): AxiosPromise { class HealthApi (line 159) | class HealthApi extends BaseAPI { method healthControllerCheck (line 166) | public healthControllerCheck(options?: RawAxiosRequestConfig) { method healthControllerLive (line 176) | public healthControllerLive(options?: RawAxiosRequestConfig) { FILE: libs/api-client/src/api/jobs-api.ts method getJob (line 245) | async getJob(jobId: string, options?: RawAxiosRequestConfig): Promise<(a... method listJobs (line 261) | async listJobs(page?: number, limit?: number, status?: JobStatus, offset... method pollJobs (line 275) | async pollJobs(timeout?: number, limit?: number, options?: RawAxiosReque... method updateJobStatus (line 289) | async updateJobStatus(jobId: string, updateJobStatus: UpdateJobStatus, o... method getJob (line 312) | getJob(jobId: string, options?: RawAxiosRequestConfig): AxiosPromise { method listJobs (line 325) | listJobs(page?: number, limit?: number, status?: JobStatus, offset?: num... method pollJobs (line 336) | pollJobs(timeout?: number, limit?: number, options?: RawAxiosRequestConf... method updateJobStatus (line 347) | updateJobStatus(jobId: string, updateJobStatus: UpdateJobStatus, options... class JobsApi (line 359) | class JobsApi extends BaseAPI { method getJob (line 368) | public getJob(jobId: string, options?: RawAxiosRequestConfig) { method listJobs (line 383) | public listJobs(page?: number, limit?: number, status?: JobStatus, off... method pollJobs (line 396) | public pollJobs(timeout?: number, limit?: number, options?: RawAxiosRe... method updateJobStatus (line 409) | public updateJobStatus(jobId: string, updateJobStatus: UpdateJobStatus... FILE: libs/api-client/src/api/object-storage-api.ts method getPushAccess (line 89) | async getPushAccess(xDaytonaOrganizationID?: string, options?: RawAxiosR... method getPushAccess (line 112) | getPushAccess(xDaytonaOrganizationID?: string, options?: RawAxiosRequest... class ObjectStorageApi (line 124) | class ObjectStorageApi extends BaseAPI { method getPushAccess (line 133) | public getPushAccess(xDaytonaOrganizationID?: string, options?: RawAxi... FILE: libs/api-client/src/api/organizations-api.ts method acceptOrganizationInvitation (line 1771) | async acceptOrganizationInvitation(invitationId: string, options?: RawAx... method cancelOrganizationInvitation (line 1785) | async cancelOrganizationInvitation(organizationId: string, invitationId:... method createOrganization (line 1798) | async createOrganization(createOrganization: CreateOrganization, options... method createOrganizationInvitation (line 1812) | async createOrganizationInvitation(organizationId: string, createOrganiz... method createOrganizationRole (line 1826) | async createOrganizationRole(organizationId: string, createOrganizationR... method createRegion (line 1840) | async createRegion(createRegion: CreateRegion, xDaytonaOrganizationID?: ... method declineOrganizationInvitation (line 1853) | async declineOrganizationInvitation(invitationId: string, options?: RawA... method deleteOrganization (line 1866) | async deleteOrganization(organizationId: string, options?: RawAxiosReque... method deleteOrganizationMember (line 1880) | async deleteOrganizationMember(organizationId: string, userId: string, o... method deleteOrganizationRole (line 1894) | async deleteOrganizationRole(organizationId: string, roleId: string, opt... method deleteRegion (line 1908) | async deleteRegion(id: string, xDaytonaOrganizationID?: string, options?... method getOrganization (line 1921) | async getOrganization(organizationId: string, options?: RawAxiosRequestC... method getOrganizationBySandboxId (line 1934) | async getOrganizationBySandboxId(sandboxId: string, options?: RawAxiosRe... method getOrganizationInvitationsCountForAuthenticatedUser (line 1946) | async getOrganizationInvitationsCountForAuthenticatedUser(options?: RawA... method getOrganizationOtelConfigBySandboxAuthToken (line 1959) | async getOrganizationOtelConfigBySandboxAuthToken(authToken: string, opt... method getOrganizationUsageOverview (line 1972) | async getOrganizationUsageOverview(organizationId: string, options?: Raw... method getRegionById (line 1986) | async getRegionById(id: string, xDaytonaOrganizationID?: string, options... method getRegionQuotaBySandboxId (line 1999) | async getRegionQuotaBySandboxId(sandboxId: string, options?: RawAxiosReq... method leaveOrganization (line 2012) | async leaveOrganization(organizationId: string, options?: RawAxiosReques... method listAvailableRegions (line 2025) | async listAvailableRegions(xDaytonaOrganizationID?: string, options?: Ra... method listOrganizationInvitations (line 2038) | async listOrganizationInvitations(organizationId: string, options?: RawA... method listOrganizationInvitationsForAuthenticatedUser (line 2050) | async listOrganizationInvitationsForAuthenticatedUser(options?: RawAxios... method listOrganizationMembers (line 2063) | async listOrganizationMembers(organizationId: string, options?: RawAxios... method listOrganizationRoles (line 2076) | async listOrganizationRoles(organizationId: string, options?: RawAxiosRe... method listOrganizations (line 2088) | async listOrganizations(options?: RawAxiosRequestConfig): Promise<(axios... method regenerateProxyApiKey (line 2102) | async regenerateProxyApiKey(id: string, xDaytonaOrganizationID?: string,... method regenerateSnapshotManagerCredentials (line 2116) | async regenerateSnapshotManagerCredentials(id: string, xDaytonaOrganizat... method regenerateSshGatewayApiKey (line 2130) | async regenerateSshGatewayApiKey(id: string, xDaytonaOrganizationID?: st... method setOrganizationDefaultRegion (line 2144) | async setOrganizationDefaultRegion(organizationId: string, updateOrganiz... method suspendOrganization (line 2158) | async suspendOrganization(organizationId: string, organizationSuspension... method unsuspendOrganization (line 2171) | async unsuspendOrganization(organizationId: string, options?: RawAxiosRe... method updateAccessForOrganizationMember (line 2186) | async updateAccessForOrganizationMember(organizationId: string, userId: ... method updateExperimentalConfig (line 2200) | async updateExperimentalConfig(organizationId: string, requestBody?: { [... method updateOrganizationInvitation (line 2215) | async updateOrganizationInvitation(organizationId: string, invitationId:... method updateOrganizationQuota (line 2229) | async updateOrganizationQuota(organizationId: string, updateOrganization... method updateOrganizationRegionQuota (line 2244) | async updateOrganizationRegionQuota(organizationId: string, regionId: st... method updateOrganizationRole (line 2259) | async updateOrganizationRole(organizationId: string, roleId: string, upd... method updateRegion (line 2274) | async updateRegion(id: string, updateRegion: UpdateRegion, xDaytonaOrgan... method updateSandboxDefaultLimitedNetworkEgress (line 2288) | async updateSandboxDefaultLimitedNetworkEgress(organizationId: string, o... method acceptOrganizationInvitation (line 2311) | acceptOrganizationInvitation(invitationId: string, options?: RawAxiosReq... method cancelOrganizationInvitation (line 2322) | cancelOrganizationInvitation(organizationId: string, invitationId: strin... method createOrganization (line 2332) | createOrganization(createOrganization: CreateOrganization, options?: Raw... method createOrganizationInvitation (line 2343) | createOrganizationInvitation(organizationId: string, createOrganizationI... method createOrganizationRole (line 2354) | createOrganizationRole(organizationId: string, createOrganizationRole: C... method createRegion (line 2365) | createRegion(createRegion: CreateRegion, xDaytonaOrganizationID?: string... method declineOrganizationInvitation (line 2375) | declineOrganizationInvitation(invitationId: string, options?: RawAxiosRe... method deleteOrganization (line 2385) | deleteOrganization(organizationId: string, options?: RawAxiosRequestConf... method deleteOrganizationMember (line 2396) | deleteOrganizationMember(organizationId: string, userId: string, options... method deleteOrganizationRole (line 2407) | deleteOrganizationRole(organizationId: string, roleId: string, options?:... method deleteRegion (line 2418) | deleteRegion(id: string, xDaytonaOrganizationID?: string, options?: RawA... method getOrganization (line 2428) | getOrganization(organizationId: string, options?: RawAxiosRequestConfig)... method getOrganizationBySandboxId (line 2438) | getOrganizationBySandboxId(sandboxId: string, options?: RawAxiosRequestC... method getOrganizationInvitationsCountForAuthenticatedUser (line 2447) | getOrganizationInvitationsCountForAuthenticatedUser(options?: RawAxiosRe... method getOrganizationOtelConfigBySandboxAuthToken (line 2457) | getOrganizationOtelConfigBySandboxAuthToken(authToken: string, options?:... method getOrganizationUsageOverview (line 2467) | getOrganizationUsageOverview(organizationId: string, options?: RawAxiosR... method getRegionById (line 2478) | getRegionById(id: string, xDaytonaOrganizationID?: string, options?: Raw... method getRegionQuotaBySandboxId (line 2488) | getRegionQuotaBySandboxId(sandboxId: string, options?: RawAxiosRequestCo... method leaveOrganization (line 2498) | leaveOrganization(organizationId: string, options?: RawAxiosRequestConfi... method listAvailableRegions (line 2508) | listAvailableRegions(xDaytonaOrganizationID?: string, options?: RawAxios... method listOrganizationInvitations (line 2518) | listOrganizationInvitations(organizationId: string, options?: RawAxiosRe... method listOrganizationInvitationsForAuthenticatedUser (line 2527) | listOrganizationInvitationsForAuthenticatedUser(options?: RawAxiosReques... method listOrganizationMembers (line 2537) | listOrganizationMembers(organizationId: string, options?: RawAxiosReques... method listOrganizationRoles (line 2547) | listOrganizationRoles(organizationId: string, options?: RawAxiosRequestC... method listOrganizations (line 2556) | listOrganizations(options?: RawAxiosRequestConfig): AxiosPromise { method getAuthenticatedUser (line 549) | getAuthenticatedUser(options?: RawAxiosRequestConfig): AxiosPromise { method getAvailableAccountProviders (line 558) | getAvailableAccountProviders(options?: RawAxiosRequestConfig): AxiosProm... method getUser (line 568) | getUser(id: string, options?: RawAxiosRequestConfig): AxiosPromise { method linkAccount (line 578) | linkAccount(createLinkedAccount: CreateLinkedAccount, options?: RawAxios... method listUsers (line 587) | listUsers(options?: RawAxiosRequestConfig): AxiosPromise { method regenerateKeyPair (line 597) | regenerateKeyPair(id: string, options?: RawAxiosRequestConfig): AxiosPro... method unlinkAccount (line 608) | unlinkAccount(provider: string, providerUserId: string, options?: RawAxi... class UsersApi (line 620) | class UsersApi extends BaseAPI { method createUser (line 629) | public createUser(createUser: CreateUser, options?: RawAxiosRequestCon... method enrollInSmsMfa (line 640) | public enrollInSmsMfa(options?: RawAxiosRequestConfig) { method getAuthenticatedUser (line 651) | public getAuthenticatedUser(options?: RawAxiosRequestConfig) { method getAvailableAccountProviders (line 662) | public getAvailableAccountProviders(options?: RawAxiosRequestConfig) { method getUser (line 674) | public getUser(id: string, options?: RawAxiosRequestConfig) { method linkAccount (line 686) | public linkAccount(createLinkedAccount: CreateLinkedAccount, options?:... method listUsers (line 697) | public listUsers(options?: RawAxiosRequestConfig) { method regenerateKeyPair (line 709) | public regenerateKeyPair(id: string, options?: RawAxiosRequestConfig) { method unlinkAccount (line 722) | public unlinkAccount(provider: string, providerUserId: string, options... FILE: libs/api-client/src/api/volumes-api.ts method createVolume (line 275) | async createVolume(createVolume: CreateVolume, xDaytonaOrganizationID?: ... method deleteVolume (line 289) | async deleteVolume(volumeId: string, xDaytonaOrganizationID?: string, op... method getVolume (line 303) | async getVolume(volumeId: string, xDaytonaOrganizationID?: string, optio... method getVolumeByName (line 317) | async getVolumeByName(name: string, xDaytonaOrganizationID?: string, opt... method listVolumes (line 331) | async listVolumes(xDaytonaOrganizationID?: string, includeDeleted?: bool... method createVolume (line 355) | createVolume(createVolume: CreateVolume, xDaytonaOrganizationID?: string... method deleteVolume (line 366) | deleteVolume(volumeId: string, xDaytonaOrganizationID?: string, options?... method getVolume (line 377) | getVolume(volumeId: string, xDaytonaOrganizationID?: string, options?: R... method getVolumeByName (line 388) | getVolumeByName(name: string, xDaytonaOrganizationID?: string, options?:... method listVolumes (line 399) | listVolumes(xDaytonaOrganizationID?: string, includeDeleted?: boolean, o... class VolumesApi (line 411) | class VolumesApi extends BaseAPI { method createVolume (line 421) | public createVolume(createVolume: CreateVolume, xDaytonaOrganizationID... method deleteVolume (line 434) | public deleteVolume(volumeId: string, xDaytonaOrganizationID?: string,... method getVolume (line 447) | public getVolume(volumeId: string, xDaytonaOrganizationID?: string, op... method getVolumeByName (line 460) | public getVolumeByName(name: string, xDaytonaOrganizationID?: string, ... method listVolumes (line 473) | public listVolumes(xDaytonaOrganizationID?: string, includeDeleted?: b... FILE: libs/api-client/src/api/webhooks-api.ts method webhookControllerGetAppPortalAccess (line 314) | async webhookControllerGetAppPortalAccess(organizationId: string, xDayto... method webhookControllerGetInitializationStatus (line 328) | async webhookControllerGetInitializationStatus(organizationId: string, x... method webhookControllerGetMessageAttempts (line 343) | async webhookControllerGetMessageAttempts(organizationId: string, messag... method webhookControllerGetStatus (line 356) | async webhookControllerGetStatus(xDaytonaOrganizationID?: string, option... method webhookControllerInitializeWebhooks (line 370) | async webhookControllerInitializeWebhooks(organizationId: string, xDayto... method webhookControllerSendWebhook (line 385) | async webhookControllerSendWebhook(organizationId: string, sendWebhookDt... method webhookControllerGetAppPortalAccess (line 409) | webhookControllerGetAppPortalAccess(organizationId: string, xDaytonaOrga... method webhookControllerGetInitializationStatus (line 420) | webhookControllerGetInitializationStatus(organizationId: string, xDayton... method webhookControllerGetMessageAttempts (line 432) | webhookControllerGetMessageAttempts(organizationId: string, messageId: s... method webhookControllerGetStatus (line 442) | webhookControllerGetStatus(xDaytonaOrganizationID?: string, options?: Ra... method webhookControllerInitializeWebhooks (line 453) | webhookControllerInitializeWebhooks(organizationId: string, xDaytonaOrga... method webhookControllerSendWebhook (line 465) | webhookControllerSendWebhook(organizationId: string, sendWebhookDto: Sen... class WebhooksApi (line 477) | class WebhooksApi extends BaseAPI { method webhookControllerGetAppPortalAccess (line 487) | public webhookControllerGetAppPortalAccess(organizationId: string, xDa... method webhookControllerGetInitializationStatus (line 500) | public webhookControllerGetInitializationStatus(organizationId: string... method webhookControllerGetMessageAttempts (line 514) | public webhookControllerGetMessageAttempts(organizationId: string, mes... method webhookControllerGetStatus (line 526) | public webhookControllerGetStatus(xDaytonaOrganizationID?: string, opt... method webhookControllerInitializeWebhooks (line 539) | public webhookControllerInitializeWebhooks(organizationId: string, xDa... method webhookControllerSendWebhook (line 553) | public webhookControllerSendWebhook(organizationId: string, sendWebhoo... FILE: libs/api-client/src/api/workspace-api.ts method archiveWorkspaceDeprecated (line 734) | async archiveWorkspaceDeprecated(workspaceId: string, xDaytonaOrganizati... method createBackupWorkspaceDeprecated (line 749) | async createBackupWorkspaceDeprecated(workspaceId: string, xDaytonaOrgan... method createWorkspaceDeprecated (line 764) | async createWorkspaceDeprecated(createWorkspace: CreateWorkspace, xDayto... method deleteWorkspaceDeprecated (line 780) | async deleteWorkspaceDeprecated(workspaceId: string, force: boolean, xDa... method getBuildLogsWorkspaceDeprecated (line 796) | async getBuildLogsWorkspaceDeprecated(workspaceId: string, xDaytonaOrgan... method getPortPreviewUrlWorkspaceDeprecated (line 812) | async getPortPreviewUrlWorkspaceDeprecated(workspaceId: string, port: nu... method getWorkspaceDeprecated (line 828) | async getWorkspaceDeprecated(workspaceId: string, xDaytonaOrganizationID... method listWorkspacesDeprecated (line 844) | async listWorkspacesDeprecated(xDaytonaOrganizationID?: string, verbose?... method replaceLabelsWorkspaceDeprecated (line 860) | async replaceLabelsWorkspaceDeprecated(workspaceId: string, sandboxLabel... method setAutoArchiveIntervalWorkspaceDeprecated (line 876) | async setAutoArchiveIntervalWorkspaceDeprecated(workspaceId: string, int... method setAutostopIntervalWorkspaceDeprecated (line 892) | async setAutostopIntervalWorkspaceDeprecated(workspaceId: string, interv... method startWorkspaceDeprecated (line 907) | async startWorkspaceDeprecated(workspaceId: string, xDaytonaOrganization... method stopWorkspaceDeprecated (line 922) | async stopWorkspaceDeprecated(workspaceId: string, xDaytonaOrganizationI... method updatePublicStatusWorkspaceDeprecated (line 938) | async updatePublicStatusWorkspaceDeprecated(workspaceId: string, isPubli... method archiveWorkspaceDeprecated (line 963) | archiveWorkspaceDeprecated(workspaceId: string, xDaytonaOrganizationID?:... method createBackupWorkspaceDeprecated (line 975) | createBackupWorkspaceDeprecated(workspaceId: string, xDaytonaOrganizatio... method createWorkspaceDeprecated (line 987) | createWorkspaceDeprecated(createWorkspace: CreateWorkspace, xDaytonaOrga... method deleteWorkspaceDeprecated (line 1000) | deleteWorkspaceDeprecated(workspaceId: string, force: boolean, xDaytonaO... method getBuildLogsWorkspaceDeprecated (line 1013) | getBuildLogsWorkspaceDeprecated(workspaceId: string, xDaytonaOrganizatio... method getPortPreviewUrlWorkspaceDeprecated (line 1026) | getPortPreviewUrlWorkspaceDeprecated(workspaceId: string, port: number, ... method getWorkspaceDeprecated (line 1039) | getWorkspaceDeprecated(workspaceId: string, xDaytonaOrganizationID?: str... method listWorkspacesDeprecated (line 1052) | listWorkspacesDeprecated(xDaytonaOrganizationID?: string, verbose?: bool... method replaceLabelsWorkspaceDeprecated (line 1065) | replaceLabelsWorkspaceDeprecated(workspaceId: string, sandboxLabels: San... method setAutoArchiveIntervalWorkspaceDeprecated (line 1078) | setAutoArchiveIntervalWorkspaceDeprecated(workspaceId: string, interval:... method setAutostopIntervalWorkspaceDeprecated (line 1091) | setAutostopIntervalWorkspaceDeprecated(workspaceId: string, interval: nu... method startWorkspaceDeprecated (line 1103) | startWorkspaceDeprecated(workspaceId: string, xDaytonaOrganizationID?: s... method stopWorkspaceDeprecated (line 1115) | stopWorkspaceDeprecated(workspaceId: string, xDaytonaOrganizationID?: st... method updatePublicStatusWorkspaceDeprecated (line 1128) | updatePublicStatusWorkspaceDeprecated(workspaceId: string, isPublic: boo... class WorkspaceApi (line 1140) | class WorkspaceApi extends BaseAPI { method archiveWorkspaceDeprecated (line 1151) | public archiveWorkspaceDeprecated(workspaceId: string, xDaytonaOrganiz... method createBackupWorkspaceDeprecated (line 1165) | public createBackupWorkspaceDeprecated(workspaceId: string, xDaytonaOr... method createWorkspaceDeprecated (line 1179) | public createWorkspaceDeprecated(createWorkspace: CreateWorkspace, xDa... method deleteWorkspaceDeprecated (line 1194) | public deleteWorkspaceDeprecated(workspaceId: string, force: boolean, ... method getBuildLogsWorkspaceDeprecated (line 1209) | public getBuildLogsWorkspaceDeprecated(workspaceId: string, xDaytonaOr... method getPortPreviewUrlWorkspaceDeprecated (line 1224) | public getPortPreviewUrlWorkspaceDeprecated(workspaceId: string, port:... method getWorkspaceDeprecated (line 1239) | public getWorkspaceDeprecated(workspaceId: string, xDaytonaOrganizatio... method listWorkspacesDeprecated (line 1254) | public listWorkspacesDeprecated(xDaytonaOrganizationID?: string, verbo... method replaceLabelsWorkspaceDeprecated (line 1269) | public replaceLabelsWorkspaceDeprecated(workspaceId: string, sandboxLa... method setAutoArchiveIntervalWorkspaceDeprecated (line 1284) | public setAutoArchiveIntervalWorkspaceDeprecated(workspaceId: string, ... method setAutostopIntervalWorkspaceDeprecated (line 1299) | public setAutostopIntervalWorkspaceDeprecated(workspaceId: string, int... method startWorkspaceDeprecated (line 1313) | public startWorkspaceDeprecated(workspaceId: string, xDaytonaOrganizat... method stopWorkspaceDeprecated (line 1327) | public stopWorkspaceDeprecated(workspaceId: string, xDaytonaOrganizati... method updatePublicStatusWorkspaceDeprecated (line 1342) | public updatePublicStatusWorkspaceDeprecated(workspaceId: string, isPu... FILE: libs/api-client/src/base.ts constant BASE_PATH (line 22) | const BASE_PATH = "http://localhost:3000".replace(/\/+$/, ""); constant COLLECTION_FORMATS (line 28) | const COLLECTION_FORMATS = { type RequestArgs (line 40) | interface RequestArgs { class BaseAPI (line 50) | class BaseAPI { method constructor (line 53) | constructor(configuration?: Configuration, protected basePath: string ... class RequiredError (line 67) | class RequiredError extends Error { method constructor (line 68) | constructor(public field: string, msg?: string) { type ServerMap (line 74) | interface ServerMap { FILE: libs/api-client/src/common.ts constant DUMMY_BASE_URL (line 25) | const DUMMY_BASE_URL = 'https://example.com' function setFlattenedQueryParams (line 87) | function setFlattenedQueryParams(urlSearchParams: URLSearchParams, param... FILE: libs/api-client/src/configuration.ts type ConfigurationParameters (line 16) | interface ConfigurationParameters { class Configuration (line 27) | class Configuration { method constructor (line 85) | constructor(param: ConfigurationParameters = {}) { method isJsonMime (line 111) | public isJsonMime(mime: string): boolean { FILE: libs/api-client/src/models/account-provider.ts type AccountProvider (line 22) | interface AccountProvider { FILE: libs/api-client/src/models/admin-create-runner.ts type AdminCreateRunner (line 22) | interface AdminCreateRunner { FILE: libs/api-client/src/models/announcement.ts type Announcement (line 22) | interface Announcement { FILE: libs/api-client/src/models/api-key-list.ts type ApiKeyList (line 22) | interface ApiKeyList { type ApiKeyListPermissionsEnum (line 85) | type ApiKeyListPermissionsEnum = typeof ApiKeyListPermissionsEnum[keyof ... FILE: libs/api-client/src/models/api-key-response.ts type ApiKeyResponse (line 22) | interface ApiKeyResponse { type ApiKeyResponsePermissionsEnum (line 73) | type ApiKeyResponsePermissionsEnum = typeof ApiKeyResponsePermissionsEnu... FILE: libs/api-client/src/models/audit-log.ts type AuditLog (line 22) | interface AuditLog { FILE: libs/api-client/src/models/build-info.ts type BuildInfo (line 22) | interface BuildInfo { FILE: libs/api-client/src/models/command.ts type Command (line 22) | interface Command { FILE: libs/api-client/src/models/completion-context.ts type CompletionContext (line 22) | interface CompletionContext { FILE: libs/api-client/src/models/completion-item.ts type CompletionItem (line 22) | interface CompletionItem { FILE: libs/api-client/src/models/completion-list.ts type CompletionList (line 25) | interface CompletionList { FILE: libs/api-client/src/models/compressed-screenshot-response.ts type CompressedScreenshotResponse (line 22) | interface CompressedScreenshotResponse { FILE: libs/api-client/src/models/computer-use-start-response.ts type ComputerUseStartResponse (line 22) | interface ComputerUseStartResponse { FILE: libs/api-client/src/models/computer-use-status-response.ts type ComputerUseStatusResponse (line 22) | interface ComputerUseStatusResponse { type ComputerUseStatusResponseStatusEnum (line 38) | type ComputerUseStatusResponseStatusEnum = typeof ComputerUseStatusRespo... FILE: libs/api-client/src/models/computer-use-stop-response.ts type ComputerUseStopResponse (line 22) | interface ComputerUseStopResponse { FILE: libs/api-client/src/models/create-api-key.ts type CreateApiKey (line 22) | interface CreateApiKey { type CreateApiKeyPermissionsEnum (line 61) | type CreateApiKeyPermissionsEnum = typeof CreateApiKeyPermissionsEnum[ke... FILE: libs/api-client/src/models/create-build-info.ts type CreateBuildInfo (line 22) | interface CreateBuildInfo { FILE: libs/api-client/src/models/create-docker-registry.ts type CreateDockerRegistry (line 22) | interface CreateDockerRegistry { type CreateDockerRegistryRegistryTypeEnum (line 74) | type CreateDockerRegistryRegistryTypeEnum = typeof CreateDockerRegistryR... FILE: libs/api-client/src/models/create-linked-account.ts type CreateLinkedAccount (line 22) | interface CreateLinkedAccount { FILE: libs/api-client/src/models/create-organization-invitation.ts type CreateOrganizationInvitation (line 22) | interface CreateOrganizationInvitation { type CreateOrganizationInvitationRoleEnum (line 54) | type CreateOrganizationInvitationRoleEnum = typeof CreateOrganizationInv... FILE: libs/api-client/src/models/create-organization-quota.ts type CreateOrganizationQuota (line 22) | interface CreateOrganizationQuota { FILE: libs/api-client/src/models/create-organization-role.ts type CreateOrganizationRole (line 22) | interface CreateOrganizationRole { type CreateOrganizationRolePermissionsEnum (line 61) | type CreateOrganizationRolePermissionsEnum = typeof CreateOrganizationRo... FILE: libs/api-client/src/models/create-organization.ts type CreateOrganization (line 22) | interface CreateOrganization { FILE: libs/api-client/src/models/create-region-response.ts type CreateRegionResponse (line 22) | interface CreateRegionResponse { FILE: libs/api-client/src/models/create-region.ts type CreateRegion (line 22) | interface CreateRegion { FILE: libs/api-client/src/models/create-runner-response.ts type CreateRunnerResponse (line 22) | interface CreateRunnerResponse { FILE: libs/api-client/src/models/create-runner.ts type CreateRunner (line 22) | interface CreateRunner { FILE: libs/api-client/src/models/create-sandbox.ts type CreateSandbox (line 28) | interface CreateSandbox { type CreateSandboxClassEnum (line 151) | type CreateSandboxClassEnum = typeof CreateSandboxClassEnum[keyof typeof... FILE: libs/api-client/src/models/create-session-request.ts type CreateSessionRequest (line 22) | interface CreateSessionRequest { FILE: libs/api-client/src/models/create-snapshot.ts type CreateSnapshot (line 25) | interface CreateSnapshot { FILE: libs/api-client/src/models/create-user.ts type CreateUser (line 25) | interface CreateUser { type CreateUserRoleEnum (line 75) | type CreateUserRoleEnum = typeof CreateUserRoleEnum[keyof typeof CreateU... FILE: libs/api-client/src/models/create-volume.ts type CreateVolume (line 22) | interface CreateVolume { FILE: libs/api-client/src/models/create-workspace.ts type CreateWorkspace (line 28) | interface CreateWorkspace { type CreateWorkspaceClassEnum (line 127) | type CreateWorkspaceClassEnum = typeof CreateWorkspaceClassEnum[keyof ty... type CreateWorkspaceTargetEnum (line 134) | type CreateWorkspaceTargetEnum = typeof CreateWorkspaceTargetEnum[keyof ... FILE: libs/api-client/src/models/daytona-configuration.ts type DaytonaConfiguration (line 34) | interface DaytonaConfiguration { FILE: libs/api-client/src/models/display-info-response.ts type DisplayInfoResponse (line 22) | interface DisplayInfoResponse { FILE: libs/api-client/src/models/docker-registry.ts type DockerRegistry (line 22) | interface DockerRegistry { type DockerRegistryRegistryTypeEnum (line 80) | type DockerRegistryRegistryTypeEnum = typeof DockerRegistryRegistryTypeE... FILE: libs/api-client/src/models/download-files.ts type DownloadFiles (line 22) | interface DownloadFiles { FILE: libs/api-client/src/models/execute-request.ts type ExecuteRequest (line 22) | interface ExecuteRequest { FILE: libs/api-client/src/models/execute-response.ts type ExecuteResponse (line 22) | interface ExecuteResponse { FILE: libs/api-client/src/models/file-info.ts type FileInfo (line 22) | interface FileInfo { FILE: libs/api-client/src/models/file-status.ts type FileStatus (line 22) | interface FileStatus { FILE: libs/api-client/src/models/git-add-request.ts type GitAddRequest (line 22) | interface GitAddRequest { FILE: libs/api-client/src/models/git-branch-request.ts type GitBranchRequest (line 22) | interface GitBranchRequest { FILE: libs/api-client/src/models/git-checkout-request.ts type GitCheckoutRequest (line 22) | interface GitCheckoutRequest { FILE: libs/api-client/src/models/git-clone-request.ts type GitCloneRequest (line 22) | interface GitCloneRequest { FILE: libs/api-client/src/models/git-commit-info.ts type GitCommitInfo (line 22) | interface GitCommitInfo { FILE: libs/api-client/src/models/git-commit-request.ts type GitCommitRequest (line 22) | interface GitCommitRequest { FILE: libs/api-client/src/models/git-commit-response.ts type GitCommitResponse (line 22) | interface GitCommitResponse { FILE: libs/api-client/src/models/git-delete-branch-request.ts type GitDeleteBranchRequest (line 22) | interface GitDeleteBranchRequest { FILE: libs/api-client/src/models/git-repo-request.ts type GitRepoRequest (line 22) | interface GitRepoRequest { FILE: libs/api-client/src/models/git-status.ts type GitStatus (line 25) | interface GitStatus { FILE: libs/api-client/src/models/health-controller-check200-response-info-value.ts type HealthControllerCheck200ResponseInfoValue (line 22) | interface HealthControllerCheck200ResponseInfoValue { FILE: libs/api-client/src/models/health-controller-check200-response.ts type HealthControllerCheck200Response (line 25) | interface HealthControllerCheck200Response { FILE: libs/api-client/src/models/health-controller-check503-response.ts type HealthControllerCheck503Response (line 25) | interface HealthControllerCheck503Response { FILE: libs/api-client/src/models/job-status.ts type JobStatus (line 30) | type JobStatus = typeof JobStatus[keyof typeof JobStatus]; FILE: libs/api-client/src/models/job-type.ts type JobType (line 38) | type JobType = typeof JobType[keyof typeof JobType]; FILE: libs/api-client/src/models/job.ts type Job (line 28) | interface Job { type JobResourceTypeEnum (line 97) | type JobResourceTypeEnum = typeof JobResourceTypeEnum[keyof typeof JobRe... FILE: libs/api-client/src/models/keyboard-hotkey-request.ts type KeyboardHotkeyRequest (line 22) | interface KeyboardHotkeyRequest { FILE: libs/api-client/src/models/keyboard-press-request.ts type KeyboardPressRequest (line 22) | interface KeyboardPressRequest { FILE: libs/api-client/src/models/keyboard-type-request.ts type KeyboardTypeRequest (line 22) | interface KeyboardTypeRequest { FILE: libs/api-client/src/models/list-branch-response.ts type ListBranchResponse (line 22) | interface ListBranchResponse { FILE: libs/api-client/src/models/log-entry.ts type LogEntry (line 22) | interface LogEntry { FILE: libs/api-client/src/models/lsp-completion-params.ts type LspCompletionParams (line 28) | interface LspCompletionParams { FILE: libs/api-client/src/models/lsp-document-request.ts type LspDocumentRequest (line 22) | interface LspDocumentRequest { FILE: libs/api-client/src/models/lsp-location.ts type LspLocation (line 25) | interface LspLocation { FILE: libs/api-client/src/models/lsp-server-request.ts type LspServerRequest (line 22) | interface LspServerRequest { FILE: libs/api-client/src/models/lsp-symbol.ts type LspSymbol (line 25) | interface LspSymbol { FILE: libs/api-client/src/models/match.ts type Match (line 22) | interface Match { FILE: libs/api-client/src/models/metric-data-point.ts type MetricDataPoint (line 22) | interface MetricDataPoint { FILE: libs/api-client/src/models/metric-series.ts type MetricSeries (line 25) | interface MetricSeries { FILE: libs/api-client/src/models/metrics-response.ts type MetricsResponse (line 25) | interface MetricsResponse { FILE: libs/api-client/src/models/mouse-click-request.ts type MouseClickRequest (line 22) | interface MouseClickRequest { FILE: libs/api-client/src/models/mouse-click-response.ts type MouseClickResponse (line 22) | interface MouseClickResponse { FILE: libs/api-client/src/models/mouse-drag-request.ts type MouseDragRequest (line 22) | interface MouseDragRequest { FILE: libs/api-client/src/models/mouse-drag-response.ts type MouseDragResponse (line 22) | interface MouseDragResponse { FILE: libs/api-client/src/models/mouse-move-request.ts type MouseMoveRequest (line 22) | interface MouseMoveRequest { FILE: libs/api-client/src/models/mouse-move-response.ts type MouseMoveResponse (line 22) | interface MouseMoveResponse { FILE: libs/api-client/src/models/mouse-position.ts type MousePosition (line 22) | interface MousePosition { FILE: libs/api-client/src/models/mouse-scroll-request.ts type MouseScrollRequest (line 22) | interface MouseScrollRequest { FILE: libs/api-client/src/models/mouse-scroll-response.ts type MouseScrollResponse (line 22) | interface MouseScrollResponse { FILE: libs/api-client/src/models/oidc-config.ts type OidcConfig (line 22) | interface OidcConfig { FILE: libs/api-client/src/models/organization-invitation.ts type OrganizationInvitation (line 25) | interface OrganizationInvitation { type OrganizationInvitationStatusEnum (line 101) | type OrganizationInvitationStatusEnum = typeof OrganizationInvitationSta... type OrganizationInvitationRoleEnum (line 107) | type OrganizationInvitationRoleEnum = typeof OrganizationInvitationRoleE... FILE: libs/api-client/src/models/organization-role.ts type OrganizationRole (line 22) | interface OrganizationRole { type OrganizationRolePermissionsEnum (line 85) | type OrganizationRolePermissionsEnum = typeof OrganizationRolePermission... FILE: libs/api-client/src/models/organization-sandbox-default-limited-network-egress.ts type OrganizationSandboxDefaultLimitedNetworkEgress (line 22) | interface OrganizationSandboxDefaultLimitedNetworkEgress { FILE: libs/api-client/src/models/organization-suspension.ts type OrganizationSuspension (line 22) | interface OrganizationSuspension { FILE: libs/api-client/src/models/organization-usage-overview.ts type OrganizationUsageOverview (line 25) | interface OrganizationUsageOverview { FILE: libs/api-client/src/models/organization-user.ts type OrganizationUser (line 25) | interface OrganizationUser { type OrganizationUserRoleEnum (line 81) | type OrganizationUserRoleEnum = typeof OrganizationUserRoleEnum[keyof ty... FILE: libs/api-client/src/models/organization.ts type Organization (line 22) | interface Organization { FILE: libs/api-client/src/models/otel-config.ts type OtelConfig (line 22) | interface OtelConfig { FILE: libs/api-client/src/models/paginated-audit-logs.ts type PaginatedAuditLogs (line 25) | interface PaginatedAuditLogs { FILE: libs/api-client/src/models/paginated-jobs.ts type PaginatedJobs (line 25) | interface PaginatedJobs { FILE: libs/api-client/src/models/paginated-logs.ts type PaginatedLogs (line 25) | interface PaginatedLogs { FILE: libs/api-client/src/models/paginated-sandboxes.ts type PaginatedSandboxes (line 25) | interface PaginatedSandboxes { FILE: libs/api-client/src/models/paginated-snapshots.ts type PaginatedSnapshots (line 25) | interface PaginatedSnapshots { FILE: libs/api-client/src/models/paginated-traces.ts type PaginatedTraces (line 25) | interface PaginatedTraces { FILE: libs/api-client/src/models/poll-jobs-response.ts type PollJobsResponse (line 25) | interface PollJobsResponse { FILE: libs/api-client/src/models/port-preview-url.ts type PortPreviewUrl (line 22) | interface PortPreviewUrl { FILE: libs/api-client/src/models/position.ts type Position (line 22) | interface Position { FILE: libs/api-client/src/models/posthog-config.ts type PosthogConfig (line 22) | interface PosthogConfig { FILE: libs/api-client/src/models/process-errors-response.ts type ProcessErrorsResponse (line 22) | interface ProcessErrorsResponse { FILE: libs/api-client/src/models/process-logs-response.ts type ProcessLogsResponse (line 22) | interface ProcessLogsResponse { FILE: libs/api-client/src/models/process-restart-response.ts type ProcessRestartResponse (line 22) | interface ProcessRestartResponse { FILE: libs/api-client/src/models/process-status-response.ts type ProcessStatusResponse (line 22) | interface ProcessStatusResponse { FILE: libs/api-client/src/models/project-dir-response.ts type ProjectDirResponse (line 22) | interface ProjectDirResponse { FILE: libs/api-client/src/models/pty-create-request.ts type PtyCreateRequest (line 22) | interface PtyCreateRequest { FILE: libs/api-client/src/models/pty-create-response.ts type PtyCreateResponse (line 22) | interface PtyCreateResponse { FILE: libs/api-client/src/models/pty-list-response.ts type PtyListResponse (line 25) | interface PtyListResponse { FILE: libs/api-client/src/models/pty-resize-request.ts type PtyResizeRequest (line 22) | interface PtyResizeRequest { FILE: libs/api-client/src/models/pty-session-info.ts type PtySessionInfo (line 22) | interface PtySessionInfo { FILE: libs/api-client/src/models/range.ts type Range (line 25) | interface Range { FILE: libs/api-client/src/models/rate-limit-config.ts type RateLimitConfig (line 25) | interface RateLimitConfig { FILE: libs/api-client/src/models/rate-limit-entry.ts type RateLimitEntry (line 22) | interface RateLimitEntry { FILE: libs/api-client/src/models/regenerate-api-key-response.ts type RegenerateApiKeyResponse (line 22) | interface RegenerateApiKeyResponse { FILE: libs/api-client/src/models/region-quota.ts type RegionQuota (line 22) | interface RegionQuota { FILE: libs/api-client/src/models/region-screenshot-response.ts type RegionScreenshotResponse (line 22) | interface RegionScreenshotResponse { FILE: libs/api-client/src/models/region-type.ts type RegionType (line 29) | type RegionType = typeof RegionType[keyof typeof RegionType]; FILE: libs/api-client/src/models/region-usage-overview.ts type RegionUsageOverview (line 22) | interface RegionUsageOverview { FILE: libs/api-client/src/models/region.ts type Region (line 25) | interface Region { FILE: libs/api-client/src/models/registry-push-access-dto.ts type RegistryPushAccessDto (line 22) | interface RegistryPushAccessDto { FILE: libs/api-client/src/models/replace-request.ts type ReplaceRequest (line 22) | interface ReplaceRequest { FILE: libs/api-client/src/models/replace-result.ts type ReplaceResult (line 22) | interface ReplaceResult { FILE: libs/api-client/src/models/resize-sandbox.ts type ResizeSandbox (line 22) | interface ResizeSandbox { FILE: libs/api-client/src/models/runner-full.ts type RunnerFull (line 31) | interface RunnerFull { FILE: libs/api-client/src/models/runner-health-metrics.ts type RunnerHealthMetrics (line 22) | interface RunnerHealthMetrics { FILE: libs/api-client/src/models/runner-healthcheck.ts type RunnerHealthcheck (line 28) | interface RunnerHealthcheck { FILE: libs/api-client/src/models/runner-service-health.ts type RunnerServiceHealth (line 22) | interface RunnerServiceHealth { FILE: libs/api-client/src/models/runner-snapshot-dto.ts type RunnerSnapshotDto (line 22) | interface RunnerSnapshotDto { FILE: libs/api-client/src/models/runner-state.ts type RunnerState (line 31) | type RunnerState = typeof RunnerState[keyof typeof RunnerState]; FILE: libs/api-client/src/models/runner.ts type Runner (line 28) | interface Runner { FILE: libs/api-client/src/models/sandbox-class.ts type SandboxClass (line 29) | type SandboxClass = typeof SandboxClass[keyof typeof SandboxClass]; FILE: libs/api-client/src/models/sandbox-desired-state.ts type SandboxDesiredState (line 31) | type SandboxDesiredState = typeof SandboxDesiredState[keyof typeof Sandb... FILE: libs/api-client/src/models/sandbox-info.ts type SandboxInfo (line 22) | interface SandboxInfo { FILE: libs/api-client/src/models/sandbox-labels.ts type SandboxLabels (line 22) | interface SandboxLabels { FILE: libs/api-client/src/models/sandbox-state.ts type SandboxState (line 43) | type SandboxState = typeof SandboxState[keyof typeof SandboxState]; FILE: libs/api-client/src/models/sandbox-volume.ts type SandboxVolume (line 22) | interface SandboxVolume { FILE: libs/api-client/src/models/sandbox.ts type Sandbox (line 34) | interface Sandbox { type SandboxBackupStateEnum (line 238) | type SandboxBackupStateEnum = typeof SandboxBackupStateEnum[keyof typeof... type SandboxClassEnum (line 245) | type SandboxClassEnum = typeof SandboxClassEnum[keyof typeof SandboxClas... FILE: libs/api-client/src/models/screenshot-response.ts type ScreenshotResponse (line 22) | interface ScreenshotResponse { FILE: libs/api-client/src/models/search-files-response.ts type SearchFilesResponse (line 22) | interface SearchFilesResponse { FILE: libs/api-client/src/models/send-webhook-dto.ts type SendWebhookDto (line 25) | interface SendWebhookDto { FILE: libs/api-client/src/models/session-execute-request.ts type SessionExecuteRequest (line 22) | interface SessionExecuteRequest { FILE: libs/api-client/src/models/session-execute-response.ts type SessionExecuteResponse (line 22) | interface SessionExecuteResponse { FILE: libs/api-client/src/models/session.ts type Session (line 25) | interface Session { FILE: libs/api-client/src/models/set-snapshot-general-status-dto.ts type SetSnapshotGeneralStatusDto (line 22) | interface SetSnapshotGeneralStatusDto { FILE: libs/api-client/src/models/signed-port-preview-url.ts type SignedPortPreviewUrl (line 22) | interface SignedPortPreviewUrl { FILE: libs/api-client/src/models/snapshot-dto.ts type SnapshotDto (line 28) | interface SnapshotDto { FILE: libs/api-client/src/models/snapshot-manager-credentials.ts type SnapshotManagerCredentials (line 22) | interface SnapshotManagerCredentials { FILE: libs/api-client/src/models/snapshot-state.ts type SnapshotState (line 34) | type SnapshotState = typeof SnapshotState[keyof typeof SnapshotState]; FILE: libs/api-client/src/models/ssh-access-dto.ts type SshAccessDto (line 22) | interface SshAccessDto { FILE: libs/api-client/src/models/ssh-access-validation-dto.ts type SshAccessValidationDto (line 22) | interface SshAccessValidationDto { FILE: libs/api-client/src/models/storage-access-dto.ts type StorageAccessDto (line 22) | interface StorageAccessDto { FILE: libs/api-client/src/models/toolbox-proxy-url.ts type ToolboxProxyUrl (line 22) | interface ToolboxProxyUrl { FILE: libs/api-client/src/models/trace-span.ts type TraceSpan (line 22) | interface TraceSpan { FILE: libs/api-client/src/models/trace-summary.ts type TraceSummary (line 22) | interface TraceSummary { FILE: libs/api-client/src/models/update-docker-registry.ts type UpdateDockerRegistry (line 22) | interface UpdateDockerRegistry { FILE: libs/api-client/src/models/update-job-status.ts type UpdateJobStatus (line 25) | interface UpdateJobStatus { FILE: libs/api-client/src/models/update-organization-default-region.ts type UpdateOrganizationDefaultRegion (line 22) | interface UpdateOrganizationDefaultRegion { FILE: libs/api-client/src/models/update-organization-invitation.ts type UpdateOrganizationInvitation (line 22) | interface UpdateOrganizationInvitation { type UpdateOrganizationInvitationRoleEnum (line 48) | type UpdateOrganizationInvitationRoleEnum = typeof UpdateOrganizationInv... FILE: libs/api-client/src/models/update-organization-member-access.ts type UpdateOrganizationMemberAccess (line 22) | interface UpdateOrganizationMemberAccess { type UpdateOrganizationMemberAccessRoleEnum (line 42) | type UpdateOrganizationMemberAccessRoleEnum = typeof UpdateOrganizationM... FILE: libs/api-client/src/models/update-organization-quota.ts type UpdateOrganizationQuota (line 22) | interface UpdateOrganizationQuota { FILE: libs/api-client/src/models/update-organization-region-quota.ts type UpdateOrganizationRegionQuota (line 22) | interface UpdateOrganizationRegionQuota { FILE: libs/api-client/src/models/update-organization-role.ts type UpdateOrganizationRole (line 22) | interface UpdateOrganizationRole { type UpdateOrganizationRolePermissionsEnum (line 61) | type UpdateOrganizationRolePermissionsEnum = typeof UpdateOrganizationRo... FILE: libs/api-client/src/models/update-region.ts type UpdateRegion (line 22) | interface UpdateRegion { FILE: libs/api-client/src/models/update-sandbox-state-dto.ts type UpdateSandboxStateDto (line 22) | interface UpdateSandboxStateDto { type UpdateSandboxStateDtoStateEnum (line 63) | type UpdateSandboxStateDtoStateEnum = typeof UpdateSandboxStateDtoStateE... FILE: libs/api-client/src/models/url.ts type Url (line 22) | interface Url { FILE: libs/api-client/src/models/user-home-dir-response.ts type UserHomeDirResponse (line 22) | interface UserHomeDirResponse { FILE: libs/api-client/src/models/user-public-key.ts type UserPublicKey (line 22) | interface UserPublicKey { FILE: libs/api-client/src/models/user.ts type User (line 25) | interface User { FILE: libs/api-client/src/models/volume-dto.ts type VolumeDto (line 25) | interface VolumeDto { FILE: libs/api-client/src/models/volume-state.ts type VolumeState (line 33) | type VolumeState = typeof VolumeState[keyof typeof VolumeState]; FILE: libs/api-client/src/models/webhook-app-portal-access.ts type WebhookAppPortalAccess (line 22) | interface WebhookAppPortalAccess { FILE: libs/api-client/src/models/webhook-controller-get-status200-response.ts type WebhookControllerGetStatus200Response (line 22) | interface WebhookControllerGetStatus200Response { FILE: libs/api-client/src/models/webhook-event.ts type WebhookEvent (line 33) | type WebhookEvent = typeof WebhookEvent[keyof typeof WebhookEvent]; FILE: libs/api-client/src/models/webhook-initialization-status.ts type WebhookInitializationStatus (line 22) | interface WebhookInitializationStatus { FILE: libs/api-client/src/models/windows-response.ts type WindowsResponse (line 22) | interface WindowsResponse { FILE: libs/api-client/src/models/work-dir-response.ts type WorkDirResponse (line 22) | interface WorkDirResponse { FILE: libs/api-client/src/models/workspace-port-preview-url.ts type WorkspacePortPreviewUrl (line 22) | interface WorkspacePortPreviewUrl { FILE: libs/api-client/src/models/workspace.ts type Workspace (line 37) | interface Workspace { type WorkspaceBackupStateEnum (line 265) | type WorkspaceBackupStateEnum = typeof WorkspaceBackupStateEnum[keyof ty... type WorkspaceClassEnum (line 272) | type WorkspaceClassEnum = typeof WorkspaceClassEnum[keyof typeof Workspa... type WorkspaceSnapshotStateEnum (line 281) | type WorkspaceSnapshotStateEnum = typeof WorkspaceSnapshotStateEnum[keyo...