interface ListDomainsResponse {
    domains: Container.v1beta1.Domain[];
    totalCount: number;
}

Properties

Properties

Array of domains.

totalCount: number

Total number of domains.