DataType
public class DataType : APIModel
                Undocumented
- 
                  
                  
name of the relation type
See moreDeclaration
Swift
public enum PCType : String, Codable, Equatable, CaseIterable - 
                  
                  
ID of the for the referenced object
Declaration
Swift
public var id: ID? - 
                  
                  
name of the relation type
Declaration
Swift
public var type: PCType? - 
                  
                  
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: DataType, rhs: DataType) -> Bool 
View on GitHub
        DataType Class Reference