| Safe Haskell | Safe-Inferred |
|---|---|
| Language | GHC2021 |
TD.Data.UpgradedGiftAttributeId
Synopsis
Documentation
data UpgradedGiftAttributeId Source #
Contains identifier of an upgraded gift attribute to search for
Constructors
| UpgradedGiftAttributeIdModel | Identifier of a gift model |
Fields
| |
| UpgradedGiftAttributeIdSymbol | Identifier of a gift symbol |
Fields
| |
| UpgradedGiftAttributeIdBackdrop | Identifier of a gift backdrop |
Fields
| |
Instances
| FromJSON UpgradedGiftAttributeId Source # | |
Defined in TD.Data.UpgradedGiftAttributeId Methods parseJSON :: Value -> Parser UpgradedGiftAttributeId # parseJSONList :: Value -> Parser [UpgradedGiftAttributeId] # | |
| ToJSON UpgradedGiftAttributeId Source # | |
Defined in TD.Data.UpgradedGiftAttributeId Methods toJSON :: UpgradedGiftAttributeId -> Value # toEncoding :: UpgradedGiftAttributeId -> Encoding # toJSONList :: [UpgradedGiftAttributeId] -> Value # | |
| Show UpgradedGiftAttributeId Source # | |
Defined in TD.Data.UpgradedGiftAttributeId Methods showsPrec :: Int -> UpgradedGiftAttributeId -> ShowS # show :: UpgradedGiftAttributeId -> String # showList :: [UpgradedGiftAttributeId] -> ShowS # | |
| Eq UpgradedGiftAttributeId Source # | |
Defined in TD.Data.UpgradedGiftAttributeId Methods (==) :: UpgradedGiftAttributeId -> UpgradedGiftAttributeId -> Bool # (/=) :: UpgradedGiftAttributeId -> UpgradedGiftAttributeId -> Bool # | |
| ShortShow UpgradedGiftAttributeId Source # | |
Defined in TD.Data.UpgradedGiftAttributeId Methods | |