hercules-ci-api-0.7.2.1: Hercules CI API definition with Servant
Safe HaskellSafe-Inferred
LanguageHaskell2010

Hercules.API.Organizations.Organization

Documentation

data Organization Source #

Instances

Instances details
FromJSON Organization Source # 
Instance details

Defined in Hercules.API.Organizations.Organization

ToJSON Organization Source # 
Instance details

Defined in Hercules.API.Organizations.Organization

Generic Organization Source # 
Instance details

Defined in Hercules.API.Organizations.Organization

Associated Types

type Rep Organization :: Type -> Type #

Show Organization Source # 
Instance details

Defined in Hercules.API.Organizations.Organization

NFData Organization Source # 
Instance details

Defined in Hercules.API.Organizations.Organization

Methods

rnf :: Organization -> () #

Eq Organization Source # 
Instance details

Defined in Hercules.API.Organizations.Organization

ToSchema Organization Source # 
Instance details

Defined in Hercules.API.Organizations.Organization

type Rep Organization Source # 
Instance details

Defined in Hercules.API.Organizations.Organization

type Rep Organization = D1 ('MetaData "Organization" "Hercules.API.Organizations.Organization" "hercules-ci-api-0.7.2.1-inplace" 'False) (C1 ('MetaCons "Organization" 'PrefixI 'True) (((S1 ('MetaSel ('Just "id") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 (Id Organization)) :*: S1 ('MetaSel ('Just "displayName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)) :*: (S1 ('MetaSel ('Just "billingStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 BillingStatus) :*: S1 ('MetaSel ('Just "trialStartedOn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 (Maybe UTCTime)))) :*: ((S1 ('MetaSel ('Just "subscriptionStartedOn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 (Maybe UTCTime)) :*: S1 ('MetaSel ('Just "subscriptionCancelledOn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 (Maybe UTCTime))) :*: (S1 ('MetaSel ('Just "subscriptionCancelUrl") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "subscriptionUpdateUrl") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 (Maybe Text))))))