ListCaPoolsResponse constructor

ListCaPoolsResponse({
  1. List<CaPool>? caPools,
  2. String? nextPageToken,
  3. List<String>? unreachable,
})

Implementation

ListCaPoolsResponse({this.caPools, this.nextPageToken, this.unreachable});