RequestUploadCredentialsOutput class

Represents the returned data in response to a request operation.

Constructors

RequestUploadCredentialsOutput({S3Location? storageLocation, AwsCredentials? uploadCredentials})
RequestUploadCredentialsOutput.fromJson(Map<String, dynamic> json)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
storageLocation S3Location?
Amazon S3 path and key, identifying where the game build files are stored.
final
uploadCredentials AwsCredentials?
AWS credentials required when uploading a game build to the storage location. These credentials have a limited lifespan and are valid only for the build they were issued for.
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