GoogleCloudIdentitytoolkitV1BatchDeleteAccountsResponse constructor

GoogleCloudIdentitytoolkitV1BatchDeleteAccountsResponse({
  1. List<GoogleCloudIdentitytoolkitV1BatchDeleteErrorInfo>? errors,
})

Implementation

GoogleCloudIdentitytoolkitV1BatchDeleteAccountsResponse({
  this.errors,
});