GoogleCloudAiplatformV1BigQueryDestination.fromJson constructor

GoogleCloudAiplatformV1BigQueryDestination.fromJson(
  1. Map json_
)

Implementation

GoogleCloudAiplatformV1BigQueryDestination.fromJson(core.Map json_)
  : this(outputUri: json_['outputUri'] as core.String?);