GoogleCloudRetailV2BatchUpdateGenerativeQuestionConfigsRequest.fromJson constructor

GoogleCloudRetailV2BatchUpdateGenerativeQuestionConfigsRequest.fromJson(
  1. Map json_
)

Implementation

GoogleCloudRetailV2BatchUpdateGenerativeQuestionConfigsRequest.fromJson(
    core.Map json_)
    : this(
        requests: (json_['requests'] as core.List?)
            ?.map((value) =>
                GoogleCloudRetailV2UpdateGenerativeQuestionConfigRequest
                    .fromJson(value as core.Map<core.String, core.dynamic>))
            .toList(),
      );