PKMContestType

public class PKMContestType: Mappable

Contest types are categories judges used to weigh a Pokémon’s condition in Pokémon contests. Check out Bulbapedia for greater detail.

  • id

    The identifier for this contest type resource

    Declaration

    Swift

    public var id: Int?
  • The name for this contest type resource

    Declaration

    Swift

    public var name: String?
  • The berry flavor that correlates with this contest type

    Declaration

    Swift

    public var berryFlavor: PKMNamedAPIResource?
  • The name of this contest type listed in different languages

    Declaration

    Swift

    public var names: [PKMName]?
  • Undocumented

    Declaration

    Swift

    public class PKMContestType: Mappable
  • Undocumented

    Declaration

    Swift

    public class PKMContestType: Mappable