Attributes

public class Attributes : APIModel

Undocumented

  • list of ISO-3166-1 ALPHA-2 encoded countries

    Declaration

    Swift

    public var countries: [String]?
  • Undocumented

    Declaration

    Swift

    public var createdAt: DateTime?
  • timestamp of last import from source

    Declaration

    Swift

    public var lastDataAt: DateTime?
  • source name, unique

    Declaration

    Swift

    public var name: String?
  • Undocumented

    Declaration

    Swift

    public var poiType: PCPOIType?
  • JSON field describing the structure of the updates sent by the data source

    Declaration

    Swift

    public var schema: [PCFieldName]?
  • Undocumented

    Declaration

    Swift

    public var updatedAt: DateTime?
  • Undocumented

    Declaration

    Swift

    public init(countries: [String]? = nil, createdAt: DateTime? = nil, lastDataAt: DateTime? = nil, name: String? = nil, poiType: PCPOIType? = nil, schema: [PCFieldName]? = nil, updatedAt: DateTime? = 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