Safe Haskell | Safe-Inferred |
---|---|
Language | GHC2021 |
TD.Query.EditCustomLanguagePackInfo
Synopsis
Documentation
data EditCustomLanguagePackInfo Source #
Edits information about a custom local language pack in the current localization target. Can be called before authorization. Returns Ok
Constructors
EditCustomLanguagePackInfo | |
Fields
|
Instances
ToJSON EditCustomLanguagePackInfo Source # | |
Defined in TD.Query.EditCustomLanguagePackInfo Methods toJSON :: EditCustomLanguagePackInfo -> Value # toEncoding :: EditCustomLanguagePackInfo -> Encoding # toJSONList :: [EditCustomLanguagePackInfo] -> Value # toEncodingList :: [EditCustomLanguagePackInfo] -> Encoding # | |
Show EditCustomLanguagePackInfo Source # | |
Defined in TD.Query.EditCustomLanguagePackInfo Methods showsPrec :: Int -> EditCustomLanguagePackInfo -> ShowS # show :: EditCustomLanguagePackInfo -> String # showList :: [EditCustomLanguagePackInfo] -> ShowS # | |
Eq EditCustomLanguagePackInfo Source # | |
Defined in TD.Query.EditCustomLanguagePackInfo Methods (==) :: EditCustomLanguagePackInfo -> EditCustomLanguagePackInfo -> Bool # (/=) :: EditCustomLanguagePackInfo -> EditCustomLanguagePackInfo -> Bool # | |
ShortShow EditCustomLanguagePackInfo Source # | |
Defined in TD.Query.EditCustomLanguagePackInfo Methods |