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
- data VeevaSourceProperties = VeevaSourceProperties' {}
- newVeevaSourceProperties :: Text -> VeevaSourceProperties
- veevaSourceProperties_includeAllVersions :: Lens' VeevaSourceProperties (Maybe Bool)
- veevaSourceProperties_documentType :: Lens' VeevaSourceProperties (Maybe Text)
- veevaSourceProperties_includeRenditions :: Lens' VeevaSourceProperties (Maybe Bool)
- veevaSourceProperties_includeSourceFiles :: Lens' VeevaSourceProperties (Maybe Bool)
- veevaSourceProperties_object :: Lens' VeevaSourceProperties Text
Documentation
data VeevaSourceProperties Source #
The properties that are applied when using Veeva as a flow source.
See: newVeevaSourceProperties
smart constructor.
VeevaSourceProperties' | |
|
Instances
newVeevaSourceProperties Source #
Create a value of VeevaSourceProperties
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:includeAllVersions:VeevaSourceProperties'
, veevaSourceProperties_includeAllVersions
- Boolean value to include All Versions of files in Veeva document extract
flow.
$sel:documentType:VeevaSourceProperties'
, veevaSourceProperties_documentType
- The document type specified in the Veeva document extract flow.
$sel:includeRenditions:VeevaSourceProperties'
, veevaSourceProperties_includeRenditions
- Boolean value to include file renditions in Veeva document extract flow.
$sel:includeSourceFiles:VeevaSourceProperties'
, veevaSourceProperties_includeSourceFiles
- Boolean value to include source files in Veeva document extract flow.
$sel:object':VeevaSourceProperties'
, veevaSourceProperties_object
- The object specified in the Veeva flow source.
veevaSourceProperties_includeAllVersions :: Lens' VeevaSourceProperties (Maybe Bool) Source #
Boolean value to include All Versions of files in Veeva document extract flow.
veevaSourceProperties_documentType :: Lens' VeevaSourceProperties (Maybe Text) Source #
The document type specified in the Veeva document extract flow.
veevaSourceProperties_includeRenditions :: Lens' VeevaSourceProperties (Maybe Bool) Source #
Boolean value to include file renditions in Veeva document extract flow.
veevaSourceProperties_includeSourceFiles :: Lens' VeevaSourceProperties (Maybe Bool) Source #
Boolean value to include source files in Veeva document extract flow.
veevaSourceProperties_object :: Lens' VeevaSourceProperties Text Source #
The object specified in the Veeva flow source.