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