interface ListDomainsResponse {
    domains: TransactionalEmail.v1alpha1.Domain[];
    totalCount: number;
}

Properties

Properties

Single page of domains matching the requested criteria.

totalCount: number

Number of domains that match the request (without pagination).