class documentation

The types of template input values.

Constant BOOLEAN A Boolean value.
Constant INTEGER A numeric value with no fractional part.
Constant LIST A list value. Current templates do not support this type.
Constant MYSTERYBOX_SECRET_VERSION A string that identifies a MysteryBox secret version.
Constant STRING A string value. Unit-based integers include their unit suffix in the string.
Constant STRUCT An object value. Current templates do not support this type.
Constant TYPE_UNSPECIFIED No input type specified.

Inherited from Enum:

Class Method get_descriptor Return the protobuf EnumDescriptor for this enum.
Constant __PB2_DESCRIPTOR__ Alias for code that expects a protobuf descriptor.
Constant __PROTO_DESCRIPTOR__ Enum descriptor from the registry.
Constant __REGISTRY__ Registry for the enum and its descriptor.
Class Variable __PROTO_FULL_NAME__ Fully qualified protobuf enum name.
Class Method _missing_ Represent unknown open-enum numbers without losing their value.
BOOLEAN: ellipsis = (source)

A Boolean value.

Value
...
INTEGER: ellipsis = (source)

A numeric value with no fractional part.

Value
...
LIST: ellipsis = (source)

A list value. Current templates do not support this type.

Value
...
MYSTERYBOX_SECRET_VERSION: ellipsis = (source)

A string that identifies a MysteryBox secret version.

Value
...
STRING: ellipsis = (source)

A string value. Unit-based integers include their unit suffix in the string.

Value
...
STRUCT: ellipsis = (source)

An object value. Current templates do not support this type.

Value
...
TYPE_UNSPECIFIED: ellipsis = (source)

No input type specified.

Value
...