GlobalParameterSpecification Class

Definition of a single parameter for an entity.

Constructor

GlobalParameterSpecification(*args: Any, **kwargs: Any)

Variables

Name Description
type

Global Parameter type. Required. Known values are: "Object", "String", "Int", "Float", "Bool", and "Array".

value
any

Value of parameter. Required.

Attributes

type

"Object", "String", "Int", "Float", "Bool", and "Array".

type: str | _models.GlobalParameterType

value

Value of parameter. Required.

value: Any