Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Synopsis
Documentation
data GroupResult Source #
Show Group Result.
See: newGroupResult
smart constructor.
Instances
newGroupResult :: GroupResult Source #
Create a value of GroupResult
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:tests:GroupResult'
, groupResult_tests
- Tests under Group Result.
$sel:groupId:GroupResult'
, groupResult_groupId
- Group result Id.
$sel:groupName:GroupResult'
, groupResult_groupName
- Group Result Name.
groupResult_tests :: Lens' GroupResult (Maybe [TestCaseRun]) Source #
Tests under Group Result.
groupResult_groupId :: Lens' GroupResult (Maybe Text) Source #
Group result Id.
groupResult_groupName :: Lens' GroupResult (Maybe Text) Source #
Group Result Name.