interface ListSubscribableServerOptionsResponse {
    serverOptions: Dedibox.v1.Offer[];
    totalCount: number;
}

Properties

serverOptions: Dedibox.v1.Offer[]

Server options that match filters.

totalCount: number

Total count of matching subscribable server options.