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 |
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 |
No input type specified. |
Inherited from Enum:
| Class Method | get |
Return the protobuf EnumDescriptor for this enum. |
| Constant | __PB2 |
Alias for code that expects a protobuf descriptor. |
| Constant | __PROTO |
Enum descriptor from the registry. |
| Constant | __REGISTRY__ |
Registry for the enum and its descriptor. |
| Class Variable | __PROTO |
Fully qualified protobuf enum name. |
| Class Method | _missing_ |
Represent unknown open-enum numbers without losing their value. |