ListTrustConfigsResponse constructor

ListTrustConfigsResponse({
  1. String? nextPageToken,
  2. List<TrustConfig>? trustConfigs,
  3. List<String>? unreachable,
})

Implementation

ListTrustConfigsResponse({
  this.nextPageToken,
  this.trustConfigs,
  this.unreachable,
});