GenPreSignedUrlRequestItemModel class

Available Extensions
Annotations

Constructors

GenPreSignedUrlRequestItemModel({String? identificationKey, required String mimeType})
factory

Properties

copyWith → $GenPreSignedUrlRequestItemModelCopyWith<GenPreSignedUrlRequestItemModel>
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
identificationKey String?
識別キー. DBに記録されず、オブジェクトストレージへのアップロード時にファイル名として使用することもないため非必須とする. 1回のリクエストで異なるMIMEタイプの署名付きURLを複数発行できるため、それらを識別するために使用できる.
no setterinherited
mimeType String
ファイルのMIMEタイプ. オブジェクトストレージにアップロードされた後のMIMEタイプとして設定されるため必須とする.
no setterinherited
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