AssetsExportJob class

Assets export job message.

Constructors

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})
AssetsExportJob.fromJson(Map json_)

Properties

condition AssetsExportJobExportCondition?
Conditions for selecting assets to export.
getter/setter pair
createTime String?
Resource creation time.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
inventory AssetsExportJobInventory?
Export asset inventory details.
getter/setter pair
labels Map<String, String>?
Labels as key value pairs.
getter/setter pair
name String?
Identifier.
getter/setter pair
networkDependencies AssetsExportJobNetworkDependencies?
Export data regarding asset network dependencies.
getter/setter pair
performanceData AssetsExportJobPerformanceData?
Export asset with performance data.
getter/setter pair
recentExecutions List<AssetsExportJobExecution>?
Recent non expired executions of the job.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
showHidden bool?
When this value is set to 'true' the response will include all assets, including those that are hidden.
getter/setter pair
signedUriDestination SignedUriDestination?
Export to Cloud Storage files downloadable using signed URIs.
getter/setter pair
updateTime String?
Resource update time.
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited