ListEntitiesForPolicyResponse constructor

ListEntitiesForPolicyResponse({
  1. bool? isTruncated,
  2. String? marker,
  3. List<PolicyGroup>? policyGroups,
  4. List<PolicyRole>? policyRoles,
  5. List<PolicyUser>? policyUsers,
})

Implementation

ListEntitiesForPolicyResponse({
  this.isTruncated,
  this.marker,
  this.policyGroups,
  this.policyRoles,
  this.policyUsers,
});