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