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 UrlReference Source #
The URL reference.
See: newUrlReference
smart constructor.
Instances
newUrlReference :: UrlReference Source #
Create a value of UrlReference
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:name:UrlReference'
, urlReference_name
- Identifier of the URL reference.
$sel:value:UrlReference'
, urlReference_value
- A valid URL.
urlReference_name :: Lens' UrlReference (Maybe Text) Source #
Identifier of the URL reference.
urlReference_value :: Lens' UrlReference (Maybe Text) Source #
A valid URL.