BulkExportGcsDestination.fromJson constructor

BulkExportGcsDestination.fromJson(
  1. Map json_
)

Implementation

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