GoogleCloudIdentitytoolkitV1UploadAccountResponse constructor

GoogleCloudIdentitytoolkitV1UploadAccountResponse({
  1. List<GoogleCloudIdentitytoolkitV1ErrorInfo>? error,
  2. String? kind,
})

Implementation

GoogleCloudIdentitytoolkitV1UploadAccountResponse({
  this.error,
  this.kind,
});