GoogleCloudIdentitytoolkitV1BatchDeleteErrorInfo constructor

GoogleCloudIdentitytoolkitV1BatchDeleteErrorInfo({
  1. int? index,
  2. String? localId,
  3. String? message,
})

Implementation

GoogleCloudIdentitytoolkitV1BatchDeleteErrorInfo({
  this.index,
  this.localId,
  this.message,
});