GroupRelation constructor

GroupRelation({
  1. String? displayName,
  2. String? group,
  3. EntityKey? groupKey,
  4. Map<String, String>? labels,
  5. String? relationType,
  6. List<TransitiveMembershipRole>? roles,
})

Implementation

GroupRelation({
  this.displayName,
  this.group,
  this.groupKey,
  this.labels,
  this.relationType,
  this.roles,
});