GenPreSignedUrlResponseItemModel class
- Available Extensions
- Annotations
Constructors
- GenPreSignedUrlResponseItemModel({String? identificationKey, required String objectStorageKey, required String url})
-
factory
Properties
-
copyWith
→ $GenPreSignedUrlResponseItemModelCopyWith<
GenPreSignedUrlResponseItemModel> -
no setterinherited
- hashCode → int
-
The hash code for this object.
no setterinherited
- identificationKey → String?
-
リクエスト時に設定された識別キー.
リクエスト時に設定されていなかった場合はこの値も設定されない.
no setterinherited
- objectStorageKey → String
-
オブジェクトストレージにアップロードされたファイルのID.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- url → String
-
署名付きURL. ファイルをアップロードする際に使用する.
content-typeヘッダにはリクエスト時に設定したMIMEタイプを設定し、
putメソッドでファイルをアップロードする.
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