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