REST Resource: projects.locations.instances.formDynamicParameters

Resource: FormDynamicParameter

A Form Dynamic Parameter is a parameter that can be used in a form.

JSON representation
{
  "name": string,
  "relatedCustomFieldId": string,
  "relatedCustomField": {
    object (CustomField)
  },
  "id": string,
  "formType": enum (FormType),
  "order": integer
}
Fields
name

string

Output only. Identifier. The resource name of the FormDynamicParameter. Format: projects/{project}/locations/{location}/instances/{instance}/formDynamicParameters/{formDynamicParameter}

relatedCustomFieldId

string (int64 format)

Required. The customer field id that this parameter is related to.

relatedCustomField

object (CustomField)

Output only. The custom field that this parameter is related to.

id

string (int64 format)

Output only. Unique numeric ID for the FormDynamicParameter.

formType

enum (FormType)

Required. The type of the form this parameter belongs to.

order

integer

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

get

Gets a FormDynamicParameter.

list

Lists FormDynamicParameters.

saveForm

Saves FormDynamicParameters.