GetServiceAccountResponse constructor

GetServiceAccountResponse({
  1. String? email,
  2. String? kind,
})

Implementation

GetServiceAccountResponse({
  this.email,
  this.kind,
});