GroupDetail constructor

GroupDetail({
  1. String? arn,
  2. List<AttachedPolicy>? attachedManagedPolicies,
  3. DateTime? createDate,
  4. String? groupId,
  5. String? groupName,
  6. List<PolicyDetail>? groupPolicyList,
  7. String? path,
})

Implementation

GroupDetail({
  this.arn,
  this.attachedManagedPolicies,
  this.createDate,
  this.groupId,
  this.groupName,
  this.groupPolicyList,
  this.path,
});