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

Properties

Properties

Array of domains.

totalCount: number

Total number of domains.