ListFederationsResponse constructor
ListFederationsResponse({
- List<
Federation> ? federations, - String? nextPageToken,
- List<
String> ? unreachable,
Implementation
ListFederationsResponse({
this.federations,
this.nextPageToken,
this.unreachable,
});