Document

Represents the server side version of a document.

<T> the type of the document contents.

  • id

    The identifier for a document.

    Declaration

    Swift

    public let id: String
  • The content for a document.

    Declaration

    Swift

    public let content: T
  • Printable protocol implementation, provides a string representation of the object.

    Declaration

    Swift

    public var description: String