NativeImage
@objcMembers
public class NativeImage : NSObject, JsonDecodable
Undocumented
-
The type of image element being submitted from the Image Asset Types table. Required for assetsurl or dcourl responses, not required for embedded asset responses.
Declaration
Swift
public var type: Int? -
URL of the image asset.
Declaration
Swift
public var url: String? -
Width of the image in pixels. Recommended for embedded asset responses. Required for assetsurl/dcourlresponses if multiple assets of same type submitted.
Declaration
Swift
public var width: Int? -
Height of the image in pixels. Recommended for embedded asset responses. Required for assetsurl/dcourl responses if multiple assets of same type submitted.
Declaration
Swift
public var height: Int? -
This object is a placeholder that may contain custom JSON agreed to by the parties to support flexibility beyond the standard defined in this specification
Declaration
Swift
public var ext: [String : Any]? -
Undocumented
Declaration
Swift
public required init(jsonDictionary: [String : Any]) -
Undocumented
Declaration
Swift
public override init()