amazonka-alexa-business-2.0: Amazon Alexa For Business SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.AlexaBusiness.Types.BusinessReportRecurrence

Description

 
Synopsis

Documentation

data BusinessReportRecurrence Source #

The recurrence of the reports.

See: newBusinessReportRecurrence smart constructor.

Constructors

BusinessReportRecurrence' 

Fields

Instances

Instances details
FromJSON BusinessReportRecurrence Source # 
Instance details

Defined in Amazonka.AlexaBusiness.Types.BusinessReportRecurrence

ToJSON BusinessReportRecurrence Source # 
Instance details

Defined in Amazonka.AlexaBusiness.Types.BusinessReportRecurrence

Generic BusinessReportRecurrence Source # 
Instance details

Defined in Amazonka.AlexaBusiness.Types.BusinessReportRecurrence

Associated Types

type Rep BusinessReportRecurrence :: Type -> Type #

Read BusinessReportRecurrence Source # 
Instance details

Defined in Amazonka.AlexaBusiness.Types.BusinessReportRecurrence

Show BusinessReportRecurrence Source # 
Instance details

Defined in Amazonka.AlexaBusiness.Types.BusinessReportRecurrence

NFData BusinessReportRecurrence Source # 
Instance details

Defined in Amazonka.AlexaBusiness.Types.BusinessReportRecurrence

Eq BusinessReportRecurrence Source # 
Instance details

Defined in Amazonka.AlexaBusiness.Types.BusinessReportRecurrence

Hashable BusinessReportRecurrence Source # 
Instance details

Defined in Amazonka.AlexaBusiness.Types.BusinessReportRecurrence

type Rep BusinessReportRecurrence Source # 
Instance details

Defined in Amazonka.AlexaBusiness.Types.BusinessReportRecurrence

type Rep BusinessReportRecurrence = D1 ('MetaData "BusinessReportRecurrence" "Amazonka.AlexaBusiness.Types.BusinessReportRecurrence" "amazonka-alexa-business-2.0-BWvKfxFukoyBarGovAkdOS" 'False) (C1 ('MetaCons "BusinessReportRecurrence'" 'PrefixI 'True) (S1 ('MetaSel ('Just "startDate") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newBusinessReportRecurrence :: BusinessReportRecurrence Source #

Create a value of BusinessReportRecurrence with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:startDate:BusinessReportRecurrence', businessReportRecurrence_startDate - The start date.