valueType property

String? valueType
getter/setter pair

If the value is non-textual, this field represents the type.

Current valid values are: - blank (this indicates the field_value is normal text) - "unfilled_checkbox" - "filled_checkbox"

Implementation

core.String? valueType;