NativeTitle
@objcMembers
public class NativeTitle : NSObject, JsonDecodable
Undocumented
-
The text associated with the text element.
Declaration
Swift
public var text: String? -
The length of the title being provided. Required if using assetsurl/dcourl representation, optional if using embedded asset representation.
Declaration
Swift
public var length: 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()