Skip to main content

EnvironmentJSON

Datalayer Core


Datalayer Core / EnvironmentJSON

Interface: EnvironmentJSON

Defined in: tech/datalayer/core/src/client/models/Environment.ts:20

Stable public interface for Environment data. This is the contract that SDK consumers can rely on. The raw API may change, but this interface remains stable.

Properties

burningRate

burningRate: number

Defined in: tech/datalayer/core/src/client/models/Environment.ts:26

Credits consumed per hour for this environment


description

description: string

Defined in: tech/datalayer/core/src/client/models/Environment.ts:28

Description of the environment (contains HTML markup)


name

name: string

Defined in: tech/datalayer/core/src/client/models/Environment.ts:24

Unique name identifier for the environment


richDescription

richDescription: string

Defined in: tech/datalayer/core/src/client/models/Environment.ts:30

Rich description of the environment (contains HTML markup)


title

title: string

Defined in: tech/datalayer/core/src/client/models/Environment.ts:22

Human-readable title for the environment