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 |
Documentation
data NodeOutputPort Source #
A node output port.
See: newNodeOutputPort
smart constructor.
Instances
newNodeOutputPort :: NodeOutputPort Source #
Create a value of NodeOutputPort
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:description:NodeOutputPort'
, nodeOutputPort_description
- The output port's description.
$sel:name:NodeOutputPort'
, nodeOutputPort_name
- The output port's name.
$sel:type':NodeOutputPort'
, nodeOutputPort_type
- The output port's type.
nodeOutputPort_description :: Lens' NodeOutputPort (Maybe Text) Source #
The output port's description.
nodeOutputPort_name :: Lens' NodeOutputPort (Maybe Text) Source #
The output port's name.
nodeOutputPort_type :: Lens' NodeOutputPort (Maybe PortType) Source #
The output port's type.