ListPscAuthorizationPoliciesResponse constructor
ListPscAuthorizationPoliciesResponse({
- String? nextPageToken,
- List<
PscAuthorizationPolicy> ? pscAuthorizationPolicies, - List<
String> ? unreachable,
Implementation
ListPscAuthorizationPoliciesResponse({
this.nextPageToken,
this.pscAuthorizationPolicies,
this.unreachable,
});