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