ImportAssetFromSignedUrlResponseDetails class
The details in the response for an import request, including the signed URL and other information.
Constructors
- ImportAssetFromSignedUrlResponseDetails({required String assetName, required String dataSetId, required String revisionId, String? md5Hash, String? signedUrl, DateTime? signedUrlExpiresAt})
-
ImportAssetFromSignedUrlResponseDetails.fromJson(Map<
String, dynamic> json) -
factory
Properties
- assetName → String
-
The name for the asset associated with this import response.
final
- dataSetId → String
-
The unique identifier for the data set associated with this import job.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- md5Hash → String?
-
The Base64-encoded Md5 hash for the asset, used to ensure the integrity of
the file at that location.
final
- revisionId → String
-
The unique identifier for the revision associated with this import response.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- signedUrl → String?
-
The signed URL.
final
- signedUrlExpiresAt → DateTime?
-
The time and date at which the signed URL expires, in ISO 8601 format.
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited