-
Notifications
You must be signed in to change notification settings - Fork 6
UploadAPIResponse
Abhinav Dhiman edited this page Sep 11, 2020
·
1 revision
public struct UploadAPIResponse: Codable
Codable
let filePath
let fileType: String?
let url
let fileId
let name
let width: Int?
let height
let size: Int
let tags: [String]?
let isPrivateFile: Bool?
let thumbnailUrl: String?
let customCoordinates
let metadata
let rawJSON: String
public func getRawResponse() -> String
public func getRawJson() -> [String: Any]