Principal constructor
Principal({
- String? groupResourceName,
- GSuitePrincipal? gsuitePrincipal,
- String? userResourceName,
Implementation
Principal({
this.groupResourceName,
this.gsuitePrincipal,
this.userResourceName,
});