Attributes
public class Attributes : APIModel
                Undocumented
- 
                  
                  
UUIDs of the duplicate POIs
Declaration
Swift
public var duplicates: [ID]? - 
                  
                  
Undocumented
Declaration
Swift
public init(duplicates: [ID]? = nil) - 
                  
                  
Declaration
Swift
public required init(from decoder: Decoder) throws - 
                  
                  
Declaration
Swift
public func encode(to encoder: Encoder) throws - 
                  
                  
Undocumented
Declaration
Swift
public func isEqual(to object: Any?) -> Bool - 
                  
                  
Declaration
Swift
public static func == (lhs: Attributes, rhs: Attributes) -> Bool 
View on GitHub
        Attributes Class Reference