Properties to create Environment.

interface EnvironmentCreateParameter {
    description?: string;
    name?: string;
}

Properties

Properties

description?: string

Description of the environment.

name?: string

Name of the environment.