The stats about deployments for a space.

interface Stats {
    batch_count?: number;
    online_count?: number;
    space_id?: string;
    total_count?: number;
}

Properties

batch_count?: number

The number of batch deployments created in a space.

online_count?: number

The number of online deployments created in a space.

space_id?: string

An id associated with the space.

total_count?: number

The total number of deployments created in a space including online and batch.