Author

struct Author : Codable, Equatable, Hashable

The Author

  • The name

    Declaration

    Swift

    let name: String
  • The email address

    Declaration

    Swift

    let email: String