hercules-ci-api-0.6.0.1: Hercules CI API definition with Servant
Safe HaskellNone
LanguageHaskell2010

Hercules.API.Agents.FullClusterJoinToken

Documentation

data FullClusterJoinToken Source #

Instances

Instances details
Eq FullClusterJoinToken Source # 
Instance details

Defined in Hercules.API.Agents.FullClusterJoinToken

Show FullClusterJoinToken Source # 
Instance details

Defined in Hercules.API.Agents.FullClusterJoinToken

Generic FullClusterJoinToken Source # 
Instance details

Defined in Hercules.API.Agents.FullClusterJoinToken

Associated Types

type Rep FullClusterJoinToken :: Type -> Type #

ToJSON FullClusterJoinToken Source # 
Instance details

Defined in Hercules.API.Agents.FullClusterJoinToken

FromJSON FullClusterJoinToken Source # 
Instance details

Defined in Hercules.API.Agents.FullClusterJoinToken

NFData FullClusterJoinToken Source # 
Instance details

Defined in Hercules.API.Agents.FullClusterJoinToken

Methods

rnf :: FullClusterJoinToken -> () #

ToSchema FullClusterJoinToken Source # 
Instance details

Defined in Hercules.API.Agents.FullClusterJoinToken

type Rep FullClusterJoinToken Source # 
Instance details

Defined in Hercules.API.Agents.FullClusterJoinToken

type Rep FullClusterJoinToken = D1 ('MetaData "FullClusterJoinToken" "Hercules.API.Agents.FullClusterJoinToken" "hercules-ci-api-0.6.0.1-L0iUsBHZSJOKN1YKeFqdwV" 'False) (C1 ('MetaCons "FullClusterJoinToken" 'PrefixI 'True) (S1 ('MetaSel ('Just "metadata") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 ClusterJoinToken) :*: S1 ('MetaSel ('Just "token") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))