libZSservicesZSamazonka-alexa-businessZSamazonka-alexa-business
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.AlexaBusiness.Types.BusinessReportContentRange

Description

 
Synopsis

Documentation

data BusinessReportContentRange Source #

The content range of the report.

See: newBusinessReportContentRange smart constructor.

Constructors

BusinessReportContentRange' 

Fields

Instances

Instances details
Eq BusinessReportContentRange Source # 
Instance details

Defined in Amazonka.AlexaBusiness.Types.BusinessReportContentRange

Read BusinessReportContentRange Source # 
Instance details

Defined in Amazonka.AlexaBusiness.Types.BusinessReportContentRange

Show BusinessReportContentRange Source # 
Instance details

Defined in Amazonka.AlexaBusiness.Types.BusinessReportContentRange

Generic BusinessReportContentRange Source # 
Instance details

Defined in Amazonka.AlexaBusiness.Types.BusinessReportContentRange

Associated Types

type Rep BusinessReportContentRange :: Type -> Type #

NFData BusinessReportContentRange Source # 
Instance details

Defined in Amazonka.AlexaBusiness.Types.BusinessReportContentRange

Hashable BusinessReportContentRange Source # 
Instance details

Defined in Amazonka.AlexaBusiness.Types.BusinessReportContentRange

ToJSON BusinessReportContentRange Source # 
Instance details

Defined in Amazonka.AlexaBusiness.Types.BusinessReportContentRange

FromJSON BusinessReportContentRange Source # 
Instance details

Defined in Amazonka.AlexaBusiness.Types.BusinessReportContentRange

type Rep BusinessReportContentRange Source # 
Instance details

Defined in Amazonka.AlexaBusiness.Types.BusinessReportContentRange

type Rep BusinessReportContentRange = D1 ('MetaData "BusinessReportContentRange" "Amazonka.AlexaBusiness.Types.BusinessReportContentRange" "libZSservicesZSamazonka-alexa-businessZSamazonka-alexa-business" 'False) (C1 ('MetaCons "BusinessReportContentRange'" 'PrefixI 'True) (S1 ('MetaSel ('Just "interval") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 BusinessReportInterval)))

newBusinessReportContentRange Source #

Create a value of BusinessReportContentRange 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:interval:BusinessReportContentRange', businessReportContentRange_interval - The interval of the content range.