EditorialNotes

public struct EditorialNotes : Hashable, Codable

An object that represents notes.

  • Undocumented

    Declaration

    Swift

    public var short: String?
  • Undocumented

    Declaration

    Swift

    public let standard: String
  • Undocumented

    Declaration

    Swift

    public init?(_ editorialNotesData: JSON)