Hercules.API.Accounts.CLIAuthorizationRequestCreateResponse
data CLIAuthorizationRequestCreateResponse Source #
Constructors
Fields
Defined in Hercules.API.Accounts.CLIAuthorizationRequestCreateResponse
Methods
parseJSON :: Value -> Parser CLIAuthorizationRequestCreateResponse #
parseJSONList :: Value -> Parser [CLIAuthorizationRequestCreateResponse] #
toJSON :: CLIAuthorizationRequestCreateResponse -> Value #
toEncoding :: CLIAuthorizationRequestCreateResponse -> Encoding #
toJSONList :: [CLIAuthorizationRequestCreateResponse] -> Value #
toEncodingList :: [CLIAuthorizationRequestCreateResponse] -> Encoding #
Associated Types
type Rep CLIAuthorizationRequestCreateResponse :: Type -> Type #
from :: CLIAuthorizationRequestCreateResponse -> Rep CLIAuthorizationRequestCreateResponse x #
to :: Rep CLIAuthorizationRequestCreateResponse x -> CLIAuthorizationRequestCreateResponse #
showsPrec :: Int -> CLIAuthorizationRequestCreateResponse -> ShowS #
show :: CLIAuthorizationRequestCreateResponse -> String #
showList :: [CLIAuthorizationRequestCreateResponse] -> ShowS #
rnf :: CLIAuthorizationRequestCreateResponse -> () #
(==) :: CLIAuthorizationRequestCreateResponse -> CLIAuthorizationRequestCreateResponse -> Bool #
(/=) :: CLIAuthorizationRequestCreateResponse -> CLIAuthorizationRequestCreateResponse -> Bool #
declareNamedSchema :: Proxy CLIAuthorizationRequestCreateResponse -> Declare (Definitions Schema) NamedSchema #