GoogleCloudIdentitytoolkitV1BatchDeleteErrorInfo.fromJson constructor
GoogleCloudIdentitytoolkitV1BatchDeleteErrorInfo.fromJson(
- Map json_
Implementation
GoogleCloudIdentitytoolkitV1BatchDeleteErrorInfo.fromJson(core.Map json_)
: this(
index: json_['index'] as core.int?,
localId: json_['localId'] as core.String?,
message: json_['message'] as core.String?,
);