Type Alias request_UpdateBackendRequest

request_UpdateBackendRequest: {
    backendConfig?: v1_BackendConfig;
    description?: string;
    id: number;
    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.

  • id: number

    ID is the id of the backend.

  • name: string

    Name is the name of the backend.