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