ExportAssetsRequest constructor

ExportAssetsRequest({
  1. List<String>? assetTypes,
  2. String? contentType,
  3. OutputConfig? outputConfig,
  4. String? readTime,
  5. List<String>? relationshipTypes,
})

Implementation

ExportAssetsRequest({
  this.assetTypes,
  this.contentType,
  this.outputConfig,
  this.readTime,
  this.relationshipTypes,
});