PCMoveRequest
public class PCMoveRequest : APIModel
                Creates a new event object at lat/lng from this POI ID
- 
                  
                  
Creates a new event object at lat/lng from this POI ID
See moreDeclaration
Swift
public enum PCType : String, Codable, Equatable, CaseIterable - 
                  
                  
Undocumented
Declaration
Swift
public var attributes: Attributes? - 
                  
                  
UUID of the POI that is going to be moved
Declaration
Swift
public var id: ID? - 
                  
                  
Undocumented
Declaration
Swift
public var type: PCType? - 
                  
                  
Undocumented
Declaration
Swift
public init(attributes: Attributes? = nil, id: ID? = nil, type: PCType? = 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: PCMoveRequest, rhs: PCMoveRequest) -> Bool 
View on GitHub
        PCMoveRequest Class Reference