@dolbyio/dolbyio-rest-apis-client - v5.1.1
    Preparing search index...

    Interface ClusterResponse

    Represents the response to a read or update request.

    interface ClusterResponse {
        availableClusters: Cluster[];
        defaultCluster: string;
    }
    Index

    Properties

    availableClusters: Cluster[]

    List of available clusters.

    defaultCluster: string

    Used as default cluster when not explicitly specified during Token creation.