Skip to content
This repository has been archived by the owner on Jul 8, 2020. It is now read-only.

Latest commit

 

History

History
17 lines (13 loc) · 1.17 KB

IntegrationParam.md

File metadata and controls

17 lines (13 loc) · 1.17 KB

IntegrationParam

Properties

Name Type Description Notes
name string Name of the parameter. [optional]
label string Label of the parameter. [optional]
description string Short description of the parameter. [optional]
required bool Whether the parameter is required to be set to use the destination. [optional]
has_value bool Whether the parameter has a value set. [optional]
value string The current value of the parameter. Always null if the value is sensitive. When writing, null values will be ignored. Set the value to an empty string to clear it. [optional]
user_attribute_name string When present, the param's value comes from this user attribute instead of the 'value' parameter. Set to null to use the 'value'. [optional]
sensitive bool Whether the parameter contains sensitive data like API credentials. [optional]

[Back to Model list] [Back to API list] [Back to README]