NativeTitle
@objcMembers
public class NativeTitle : NSObject, JsonDecodableRepresents the title element in a native ad, including optional text and length.
- 
                  
                  The text associated with the text element. DeclarationSwift public var text: String?
- 
                  
                  The length of the title being provided. Required if using assetsurl/dcourl representation, optional if using embedded asset representation. DeclarationSwift 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 DeclarationSwift public var ext: [String : Any]?
- 
                  
                  Initializes a NativeTitleobject from a JSON dictionary.DeclarationSwift public required init(jsonDictionary: [String : Any])ParametersjsonDictionaryA dictionary containing the JSON representation of the title. 
- 
                  
                  Initializes a NativeTitleobject with default values.DeclarationSwift public override init()
