Attributes
public class Attributes : APIModel
Undocumented
-
Undocumented
Declaration
Swift
public var countryId: PCPOICommonCountryId? -
Time of POI creation in (iso8601 without zone - expects UTC)
Declaration
Swift
public var createdAt: DateTime? -
Undocumented
Declaration
Swift
public var poiType: PCPOIPOIType? -
Undocumented
Declaration
Swift
public var rules: [PCPOIPolicyRule]? -
Tracks who did last change
Declaration
Swift
public var userId: ID? -
Undocumented
Declaration
Swift
public init(countryId: PCPOICommonCountryId? = nil, createdAt: DateTime? = nil, poiType: PCPOIPOIType? = nil, rules: [PCPOIPolicyRule]? = nil, userId: 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