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 AdditionalSearchKey Source #
A data type pair that consists of a KeyName
and Values
list that is
used in conjunction with the
KeyName
and
Values
parameters to search for profiles using the
SearchProfiles
API.
See: newAdditionalSearchKey
smart constructor.
Instances
newAdditionalSearchKey Source #
Create a value of AdditionalSearchKey
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:keyName:AdditionalSearchKey'
, additionalSearchKey_keyName
- A searchable identifier of a customer profile.
$sel:values:AdditionalSearchKey'
, additionalSearchKey_values
- A list of key values.
additionalSearchKey_keyName :: Lens' AdditionalSearchKey Text Source #
A searchable identifier of a customer profile.
additionalSearchKey_values :: Lens' AdditionalSearchKey [Text] Source #
A list of key values.