ImportAssetsFromS3ResponseDetails class
Details from an import from Amazon S3 response.
Constructors
- 
          ImportAssetsFromS3ResponseDetails({required List<AssetSourceEntry> assetSources, required String dataSetId, required String revisionId})
- 
          ImportAssetsFromS3ResponseDetails.fromJson(Map<String, dynamic> json)
- 
          
            factory
Properties
- 
  assetSources
  → List<AssetSourceEntry> 
- 
  Is a list of Amazon S3 bucket and object key pairs.
  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
- 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
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