Interface InputValue.CheckboxInputValueOrBuilder (0.2.0)

public static interface InputValue.CheckboxInputValueOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getValue()

public abstract boolean getValue()

Required. True if the business checked the box field. False otherwise.

bool value = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
boolean

The value.