-
Notifications
You must be signed in to change notification settings - Fork 8
UploadAPIResponse
Abhinav Dhiman edited this page Sep 11, 2020
·
1 revision
public struct UploadAPIResponse: CodableCodable
let filePathlet fileType: String?let urllet fileIdlet namelet width: Int?let heightlet size: Intlet tags: [String]?let isPrivateFile: Bool?let thumbnailUrl: String?let customCoordinateslet metadatalet rawJSON: Stringpublic func getRawResponse() -> Stringpublic func getRawJson() -> [String: Any]