Axinom Mosaic Libraries
    Preparing search index...

    Interface EnvironmentMetadataReference

    An object containing metadata about an environment.

    interface EnvironmentMetadataReference {
        enabled: boolean;
        is_development: boolean;
        name: string;
    }
    Index

    Properties

    enabled: boolean

    Indicates if the environment is enabled

    is_development: boolean

    Indicates if the environment is a development environment

    name: string

    The name of the environment