AccessApprovalServiceAccount constructor

AccessApprovalServiceAccount({
  1. String? accountEmail,
  2. String? name,
})

Implementation

AccessApprovalServiceAccount({this.accountEmail, this.name});