Sdílet prostřednictvím


InputTypes Class

InputTypes is an enumeration of values for the input types of a dataset.

Input types are used to identify the type of an asset.

Inheritance
builtins.object
InputTypes

Constructor

InputTypes()

Attributes

BOOLEAN

Boolean input type.

BOOLEAN = 'boolean'

INTEGER

Integer input type.

INTEGER = 'integer'

NUMBER

Number input type.

NUMBER = 'number'

STRING

String input type.

STRING = 'string'