Principal constructor

Principal({
  1. String? groupResourceName,
  2. GSuitePrincipal? gsuitePrincipal,
  3. String? userResourceName,
})

Implementation

Principal({
  this.groupResourceName,
  this.gsuitePrincipal,
  this.userResourceName,
});