AssociateRoleToGroupResponse constructor

AssociateRoleToGroupResponse({
  1. String? associatedAt,
})

Implementation

AssociateRoleToGroupResponse({
  this.associatedAt,
});