AssetsExportJobExecution class
Execution status of assets export job.
Constructors
- AssetsExportJobExecution({String? endTime, String? executionId, String? expireTime, int? requestedAssetCount, AssetsExportJobExecutionResult? result, String? startTime})
- AssetsExportJobExecution.fromJson(Map json_)
Properties
- endTime ↔ String?
-
Completion time of the export.
getter/setter pair
- executionId ↔ String?
-
Globally unique identifier of the execution.
getter/setter pair
- expireTime ↔ String?
-
Expiration time for the export and artifacts.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- requestedAssetCount ↔ int?
-
Number of assets requested for export after resolving the requested
filters.
getter/setter pair
- result ↔ AssetsExportJobExecutionResult?
-
Result of the export execution.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- startTime ↔ String?
-
Execution timestamp.
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