Skip to content

UploadAPIResponse

Abhinav Dhiman edited this page Sep 11, 2020 · 1 revision

UploadAPIResponse

public struct UploadAPIResponse:​ Codable

Inheritance

Codable

Properties

filePath

let filePath

fileType

let fileType:​ String?

url

let url

fileId

let fileId

name

let name

width

let width:​ Int?

height

let height

size

let size:​ Int

tags

let tags:[String]?

isPrivateFile

let isPrivateFile:​ Bool?

thumbnailUrl

let thumbnailUrl:​ String?

customCoordinates

let customCoordinates

metadata

let metadata

rawJSON

let rawJSON:​ String

Methods

getRawResponse()

public func getRawResponse() -> String

getRawJson()

public func getRawJson() -> [String:​ Any]