GoogleCloudRecommenderV1InsightTypeGenerationConfig.fromJson constructor

GoogleCloudRecommenderV1InsightTypeGenerationConfig.fromJson(
  1. Map json_
)

Implementation

GoogleCloudRecommenderV1InsightTypeGenerationConfig.fromJson(core.Map json_)
  : this(
      params:
          json_.containsKey('params')
              ? json_['params'] as core.Map<core.String, core.dynamic>
              : null,
    );