RMCharacterFilter

public struct RMCharacterFilter

Struct to store character filter properties.

Properties

  • name: The name of the character.
  • status: The species of the character.
  • species: The species of the character.
  • type: The type or subspecies of the character.
  • gender: The species of the character.
  • query: URL query for HTTP request.
  • Undocumented

    Declaration

    Swift

    public let name: String
  • Undocumented

    Declaration

    Swift

    public let status: String
  • Undocumented

    Declaration

    Swift

    public let species: String
  • Undocumented

    Declaration

    Swift

    public let type: String
  • Undocumented

    Declaration

    Swift

    public let gender: String
  • Undocumented

    Declaration

    Swift

    public let query: String