Name | Type | Description | Notes |
---|---|---|---|
name | string | Name | [optional] |
label | string | Human-readable label | [optional] |
description | string | Description of field | [optional] |
type | string | Type of field. | [optional] |
default | string | Default value of the field. | [optional] |
required | bool | Whether or not the field is required. This is a user-interface hint. A user interface displaying this form should not submit it without a value for this field. The action server must also perform this validation. | [optional] |
options | \Looker\Model\DataActionFormSelectOption[] | If the form type is 'select', a list of options to be selected from. | [optional] |
This repository has been archived by the owner on Jul 8, 2020. It is now read-only.