AnalyzeBatchRequest.fromJson constructor

AnalyzeBatchRequest.fromJson(
  1. Map json_
)

Implementation

AnalyzeBatchRequest.fromJson(core.Map json_)
  : this(
      requestId: json_['requestId'] as core.String?,
      requestorId: json_['requestorId'] as core.String?,
    );