ServiceAccountConfig constructor

ServiceAccountConfig({
  1. String? accountId,
  2. List<String>? tenantProjectRoles,
})

Implementation

ServiceAccountConfig({this.accountId, this.tenantProjectRoles});