CreateImageResponse
public struct CreateImageResponse : Codable
Create image response
-
Image identifier
Declaration
Swift
public let imageID: String -
URL to resource
Declaration
Swift
public let url: String -
Absolute URL of the created object.
Declaration
Swift
public let externalUrl: String -
Initialize object
Declaration
Swift
public init(imageID: String, url: String, externalUrl: String)Parameters
imageIDimage identifier
urlURL to resource
externalUrlabsolute URL of the created object
CreateImageResponse Structure Reference