late 0.0.227

API reference for Zernio. Authenticate with a Bearer API key. Base URL: https://zernio.com/api
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# LeadGenFormQuestion

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**key** | Option<**String**> | Stable key returned in `field_data` on each lead. If omitted, Meta auto-derives one from `label`. | [optional]
**label** | Option<**String**> | Display text shown above the input. | [optional]
**r#type** | **String** |  | 
**options** | Option<[**Vec<models::LeadGenFormQuestionOptionsInner>**]LeadGenFormQuestionOptionsInner.md> | Required for MULTIPLE_CHOICE / CONDITIONAL questions. | [optional]
**inline_context** | Option<**String**> | Help text rendered below the field. | [optional]

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)