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