ListPoliciesResponse constructor

ListPoliciesResponse({
  1. String? nextToken,
  2. List<PolicySummary>? policyList,
})

Implementation

ListPoliciesResponse({
  this.nextToken,
  this.policyList,
});