DefaultServiceAccount constructor

DefaultServiceAccount({
  1. String? name,
  2. String? serviceAccountEmail,
})

Implementation

DefaultServiceAccount({this.name, this.serviceAccountEmail});