Manifest Response
data class ManifestResponse(val error: ErrorResponse?, val files: List<PayloadFile>?, val manifestHref: String?, val responseURL: String?, val responseQuery: String?)
Constructors
Link copied to clipboard
fun ManifestResponse(error: ErrorResponse?, files: List<PayloadFile>?, manifestHref: String?, responseURL: String?, responseQuery: String?)