GoogleCloudRetailV2OutputConfigBigQueryDestination.fromJson constructor

GoogleCloudRetailV2OutputConfigBigQueryDestination.fromJson(
  1. Map json_
)

Implementation

GoogleCloudRetailV2OutputConfigBigQueryDestination.fromJson(core.Map json_)
  : this(
      datasetId: json_['datasetId'] as core.String?,
      tableIdPrefix: json_['tableIdPrefix'] as core.String?,
      tableType: json_['tableType'] as core.String?,
    );