Upload class

An app or a set of one or more tests to upload or that have been uploaded.

Constructors

Upload({String? arn, UploadCategory? category, String? contentType, DateTime? created, String? message, String? metadata, String? name, UploadStatus? status, UploadType? type, String? url})
Upload.fromJson(Map<String, dynamic> json)
factory

Properties

arn String?
The upload's ARN.
final
category UploadCategory?
The upload's category. Allowed values include:
final
contentType String?
The upload's content type (for example, application/octet-stream).
final
created DateTime?
When the upload was created.
final
hashCode int
The hash code for this object.
no setterinherited
message String?
A message about the upload's result.
final
metadata String?
The upload's metadata. For example, for Android, this contains information that is parsed from the manifest and is displayed in the AWS Device Farm console after the associated app is uploaded.
final
name String?
The upload's file name.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
status UploadStatus?
The upload's status.
final
type UploadType?
The upload's type.
final
url String?
The presigned Amazon S3 URL that was used to store a file using a PUT request.
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