VModal Android SDK
Toggle table of contents
1.0.0
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
VModal Android SDK
VModal Android SDK
/
com.vmodal.sdk
/
MultipartSignResponse
Multipart
Sign
Response
class
MultipartSignResponse
(
raw
:
Map
<
String
,
Any
?
>
)
:
JsonBackedResponse
Batch of pre-authorized multipart parts.
Members
Constructors
Multipart
Sign
Response
Link copied to clipboard
constructor
(
raw
:
Map
<
String
,
Any
?
>
)
Properties
expires
In
Link copied to clipboard
val
expiresIn
:
Int
Signed URL lifetime in seconds.
parts
Link copied to clipboard
val
parts
:
List
<
MultipartSignedPart
>
Signed parts in this batch.