autoExpansionMode property

String? autoExpansionMode
getter/setter pair

Indicates whether the entity type can be automatically expanded.

Optional. Possible string values are:

  • "AUTO_EXPANSION_MODE_UNSPECIFIED" : Auto expansion disabled for the entity.
  • "AUTO_EXPANSION_MODE_DEFAULT" : Allows an agent to recognize values that have not been explicitly listed in the entity.

Implementation

core.String? autoExpansionMode;