Resource: FormDynamicParameter
A Form Dynamic Parameter is a parameter that can be used in a form.
| JSON representation |
|---|
{ "name": string, "relatedCustomFieldId": string, "relatedCustomField": { object ( |
| Fields | |
|---|---|
name |
Output only. Identifier. The resource name of the FormDynamicParameter. Format: projects/{project}/locations/{location}/instances/{instance}/formDynamicParameters/{formDynamicParameter} |
relatedCustomFieldId |
Required. The customer field id that this parameter is related to. |
relatedCustomField |
Output only. The custom field that this parameter is related to. |
id |
Output only. Unique numeric ID for the FormDynamicParameter. |
formType |
Required. The type of the form this parameter belongs to. |
order |
Required. The order of the parameter in the form. |
FormType
The types of forms the parameters can belong to.
| Enums | |
|---|---|
INVALID |
The form type is unspecified/invalid. |
CLOSE_CASE |
Close case form. |
Methods |
|
|---|---|
|
Gets a FormDynamicParameter. |
|
Lists FormDynamicParameters. |
|
Saves FormDynamicParameters. |