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
Documentation
data StrategySummary Source #
Object containing the summary of the strategy recommendations.
See: newStrategySummary
smart constructor.
Instances
newStrategySummary :: StrategySummary Source #
Create a value of StrategySummary
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:count:StrategySummary'
, strategySummary_count
- The count of recommendations per strategy.
$sel:strategy:StrategySummary'
, strategySummary_strategy
- The name of recommended strategy.
strategySummary_count :: Lens' StrategySummary (Maybe Int) Source #
The count of recommendations per strategy.
strategySummary_strategy :: Lens' StrategySummary (Maybe Strategy) Source #
The name of recommended strategy.