RSDSchemaInfoObject

public struct RSDSchemaInfoObject : RSDSchemaInfo, Codable

RSDSchemaInfoObject is a concrete implementation of the RSDSchemaInfo protocol.

  • A short string that uniquely identifies the associated result schema.

    Declaration

    Swift

    public var schemaIdentifier: String?
  • A revision number associated with the result schema.

    Declaration

    Swift

    public var schemaRevision: Int
  • Default initializer.

    Declaration

    Swift

    public init(identifier: String, revision: Int)

    Parameters

    identifier

    A short string that uniquely identifies the associated result schema.

    revision

    A revision number associated with the result schema.

  • Declaration

    Swift

    public static func ==(lhs: RSDSchemaInfoObject, rhs: RSDSchemaInfoObject) -> Bool
  • Declaration

    Swift

    public var hashValue : Int