github.com/twilio/twilio-go@v1.20.1/rest/verify/v2/docs/VerifyV2Form.md (about) 1 # VerifyV2Form 2 3 ## Properties 4 5 Name | Type | Description | Notes 6 ------------ | ------------- | ------------- | ------------- 7 **FormType** | Pointer to [**string**](FormEnumFormTypes.md) | | 8 **Forms** | Pointer to **interface{}** | Object that contains the available forms for this type. This available forms are given in the standard [JSON Schema](https://json-schema.org/) format | 9 **FormMeta** | Pointer to **interface{}** | Additional information for the available forms for this type. E.g. The separator string used for `binding` in a Factor push. | 10 **Url** | Pointer to **string** | The URL to access the forms for this type. | 11 12 [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 13 14