@runloop/api-client - v1.4.0
    Preparing search index...

    Interface ComputerCreateParams

    interface ComputerCreateParams {
        display_dimensions?: DisplayDimensions | null;
        name?: string | null;
    }
    Index

    Properties

    display_dimensions?: DisplayDimensions | null

    Customize the dimensions of the computer display.

    name?: string | null

    The name to use for the created computer.