Principal constructor

Principal({
  1. String? federatedPrincipal,
  2. String? serviceAccount,
  3. String? serviceAccountProjectNumber,
})

Implementation

Principal({
  this.federatedPrincipal,
  this.serviceAccount,
  this.serviceAccountProjectNumber,
});