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 ObjectAttributeRange Source #
A range of attributes.
See: newObjectAttributeRange
smart constructor.
ObjectAttributeRange' | |
|
Instances
newObjectAttributeRange :: ObjectAttributeRange Source #
Create a value of ObjectAttributeRange
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:attributeKey:ObjectAttributeRange'
, objectAttributeRange_attributeKey
- The key of the attribute that the attribute range covers.
$sel:range:ObjectAttributeRange'
, objectAttributeRange_range
- The range of attribute values being selected.
objectAttributeRange_attributeKey :: Lens' ObjectAttributeRange (Maybe AttributeKey) Source #
The key of the attribute that the attribute range covers.
objectAttributeRange_range :: Lens' ObjectAttributeRange (Maybe TypedAttributeValueRange) Source #
The range of attribute values being selected.