WikiMusic.Interaction.Model.Auth
data GetMeQueryResponse Source #
Constructors
Fields
Defined in WikiMusic.Interaction.Model.Auth
Methods
parseJSON :: Value -> Parser GetMeQueryResponse #
parseJSONList :: Value -> Parser [GetMeQueryResponse] #
omittedField :: Maybe GetMeQueryResponse #
toJSON :: GetMeQueryResponse -> Value #
toEncoding :: GetMeQueryResponse -> Encoding #
toJSONList :: [GetMeQueryResponse] -> Value #
toEncodingList :: [GetMeQueryResponse] -> Encoding #
omitField :: GetMeQueryResponse -> Bool #
Associated Types
type Rep GetMeQueryResponse :: Type -> Type #
from :: GetMeQueryResponse -> Rep GetMeQueryResponse x #
to :: Rep GetMeQueryResponse x -> GetMeQueryResponse #
showsPrec :: Int -> GetMeQueryResponse -> ShowS #
show :: GetMeQueryResponse -> String #
showList :: [GetMeQueryResponse] -> ShowS #
(==) :: GetMeQueryResponse -> GetMeQueryResponse -> Bool #
(/=) :: GetMeQueryResponse -> GetMeQueryResponse -> Bool #
declareNamedSchema :: Proxy GetMeQueryResponse -> Declare (Definitions Schema) NamedSchema #
labelOptic :: Optic k NoIx GetMeQueryResponse GetMeQueryResponse a b #