DataType

public class DataType : APIModel

Undocumented

  • Undocumented

    See more

    Declaration

    Swift

    public enum PCType : String, Codable, Equatable, CaseIterable
  • id

    Service Provider resource PRN

    Declaration

    Swift

    public var id: ID?
  • Undocumented

    Declaration

    Swift

    public var type: PCType?
  • Undocumented

    Declaration

    Swift

    public init(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: DataType, rhs: DataType) -> Bool