ListPoliciesResponse constructor

ListPoliciesResponse({
  1. bool? isTruncated,
  2. String? marker,
  3. List<Policy>? policies,
})

Implementation

ListPoliciesResponse({
  this.isTruncated,
  this.marker,
  this.policies,
});