Type Alias entity_Backend

entity_Backend: {
    backendConfig?: v1_BackendConfig;
    creationTimestamp?: string;
    description?: string;
    id?: number;
    name?: string;
    updateTimestamp?: string;
}

Type declaration

  • OptionalbackendConfig?: v1_BackendConfig

    // Type is the type of the backend. Type string yaml:"type" json:"type" Backend is the configuration of the backend.

  • OptionalcreationTimestamp?: string

    CreationTimestamp is the timestamp of the created for the backend.

  • Optionaldescription?: string

    Description is a human-readable description of the backend.

  • Optionalid?: number

    ID is the id of the backend.

  • Optionalname?: string

    Name is the name of the backend.

  • OptionalupdateTimestamp?: string

    UpdateTimestamp is the timestamp of the updated for the backend.