GoogleCloudRetailV2CompletionDataInputConfig.fromJson constructor

GoogleCloudRetailV2CompletionDataInputConfig.fromJson(
  1. Map json_
)

Implementation

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