Copyright | (c) 2013-2023 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | Safe-Inferred |
Language | Haskell2010 |
Synopsis
- data ScheduleAdBreak = ScheduleAdBreak' {}
- newScheduleAdBreak :: ScheduleAdBreak
- scheduleAdBreak_approximateDurationSeconds :: Lens' ScheduleAdBreak (Maybe Integer)
- scheduleAdBreak_approximateStartTime :: Lens' ScheduleAdBreak (Maybe UTCTime)
- scheduleAdBreak_sourceLocationName :: Lens' ScheduleAdBreak (Maybe Text)
- scheduleAdBreak_vodSourceName :: Lens' ScheduleAdBreak (Maybe Text)
Documentation
data ScheduleAdBreak Source #
The schedule's ad break properties.
See: newScheduleAdBreak
smart constructor.
ScheduleAdBreak' | |
|
Instances
newScheduleAdBreak :: ScheduleAdBreak Source #
Create a value of ScheduleAdBreak
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:approximateDurationSeconds:ScheduleAdBreak'
, scheduleAdBreak_approximateDurationSeconds
- The approximate duration of the ad break, in seconds.
$sel:approximateStartTime:ScheduleAdBreak'
, scheduleAdBreak_approximateStartTime
- The approximate time that the ad will start playing.
$sel:sourceLocationName:ScheduleAdBreak'
, scheduleAdBreak_sourceLocationName
- The name of the source location containing the VOD source used for the
ad break.
$sel:vodSourceName:ScheduleAdBreak'
, scheduleAdBreak_vodSourceName
- The name of the VOD source used for the ad break.
scheduleAdBreak_approximateDurationSeconds :: Lens' ScheduleAdBreak (Maybe Integer) Source #
The approximate duration of the ad break, in seconds.
scheduleAdBreak_approximateStartTime :: Lens' ScheduleAdBreak (Maybe UTCTime) Source #
The approximate time that the ad will start playing.
scheduleAdBreak_sourceLocationName :: Lens' ScheduleAdBreak (Maybe Text) Source #
The name of the source location containing the VOD source used for the ad break.
scheduleAdBreak_vodSourceName :: Lens' ScheduleAdBreak (Maybe Text) Source #
The name of the VOD source used for the ad break.