GoogleCloudDatalabelingV1beta1CsvInstruction.fromJson constructor
GoogleCloudDatalabelingV1beta1CsvInstruction.fromJson(
- Map json_
Implementation
GoogleCloudDatalabelingV1beta1CsvInstruction.fromJson(core.Map json_)
: this(
gcsFileUri: json_.containsKey('gcsFileUri')
? json_['gcsFileUri'] as core.String
: null,
);