interface ListPoolsResponse {
    pools: TransactionalEmail.v1alpha1.Pool[];
    totalCount: number;
}

Properties

Properties

Single page of pools matching the requested criteria.

totalCount: number

Number of pools matching the requested criteria.