ListPscAuthorizationPoliciesResponse constructor

ListPscAuthorizationPoliciesResponse({
  1. String? nextPageToken,
  2. List<PscAuthorizationPolicy>? pscAuthorizationPolicies,
  3. List<String>? unreachable,
})

Implementation

ListPscAuthorizationPoliciesResponse({
  this.nextPageToken,
  this.pscAuthorizationPolicies,
  this.unreachable,
});