Type Alias request_CreateBackendRequest

request_CreateBackendRequest: {
    backendConfig?: v1_BackendConfig;
    description?: string;
    name: string;
}

Type declaration

  • OptionalbackendConfig?: v1_BackendConfig

    BackendConfig is the configuration of the backend.

  • Optionaldescription?: string

    Description is a human-readable description of the backend.

  • name: string

    Name is the name of the backend.