AssetsExportJob constructor
AssetsExportJob({
- AssetsExportJobExportCondition? condition,
- String? createTime,
- AssetsExportJobInventory? inventory,
- Map<
String, String> ? labels, - String? name,
- AssetsExportJobNetworkDependencies? networkDependencies,
- AssetsExportJobPerformanceData? performanceData,
- List<
AssetsExportJobExecution> ? recentExecutions, - bool? showHidden,
- SignedUriDestination? signedUriDestination,
- 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,
});