ListTrustConfigsResponse constructor
ListTrustConfigsResponse({
- String? nextPageToken,
- List<
TrustConfig> ? trustConfigs, - List<
String> ? unreachable,
Implementation
ListTrustConfigsResponse({
this.nextPageToken,
this.trustConfigs,
this.unreachable,
});