AssetsExportJob constructor

AssetsExportJob({
  1. AssetsExportJobExportCondition? condition,
  2. String? createTime,
  3. AssetsExportJobInventory? inventory,
  4. Map<String, String>? labels,
  5. String? name,
  6. AssetsExportJobNetworkDependencies? networkDependencies,
  7. AssetsExportJobPerformanceData? performanceData,
  8. List<AssetsExportJobExecution>? recentExecutions,
  9. bool? showHidden,
  10. SignedUriDestination? signedUriDestination,
  11. String? updateTime,
})

Implementation

AssetsExportJob({
  this.condition,
  this.createTime,
  this.inventory,
  this.labels,
  this.name,
  this.networkDependencies,
  this.performanceData,
  this.recentExecutions,
  this.showHidden,
  this.signedUriDestination,
  this.updateTime,
});