Interface StreamingGetServerUrlResponse

interface StreamingGetServerUrlResponse {
    endpoint: string;
    key: string;
    [key: string]: any;
}

Indexable

[key: string]: any

Properties

Properties

endpoint: string

Server host

key: string

Access key

Generated using TypeDoc