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 FollowModeScheduleActionStartSettings = FollowModeScheduleActionStartSettings' {}
- newFollowModeScheduleActionStartSettings :: Text -> FollowPoint -> FollowModeScheduleActionStartSettings
- followModeScheduleActionStartSettings_referenceActionName :: Lens' FollowModeScheduleActionStartSettings Text
- followModeScheduleActionStartSettings_followPoint :: Lens' FollowModeScheduleActionStartSettings FollowPoint
Documentation
data FollowModeScheduleActionStartSettings Source #
Settings to specify if an action follows another.
See: newFollowModeScheduleActionStartSettings
smart constructor.
FollowModeScheduleActionStartSettings' | |
|
Instances
newFollowModeScheduleActionStartSettings Source #
:: Text |
|
-> FollowPoint | |
-> FollowModeScheduleActionStartSettings |
Create a value of FollowModeScheduleActionStartSettings
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:referenceActionName:FollowModeScheduleActionStartSettings'
, followModeScheduleActionStartSettings_referenceActionName
- The action name of another action that this one refers to.
$sel:followPoint:FollowModeScheduleActionStartSettings'
, followModeScheduleActionStartSettings_followPoint
- Identifies whether this action starts relative to the start or relative
to the end of the reference action.
followModeScheduleActionStartSettings_referenceActionName :: Lens' FollowModeScheduleActionStartSettings Text Source #
The action name of another action that this one refers to.
followModeScheduleActionStartSettings_followPoint :: Lens' FollowModeScheduleActionStartSettings FollowPoint Source #
Identifies whether this action starts relative to the start or relative to the end of the reference action.