WorkflowParameter Class
The workflow parameters.
Constructor
WorkflowParameter(*args: Any, **kwargs: Any)
Variables
| Name | Description |
|---|---|
|
type
|
str or
ParameterType
The type. Known values are: "NotSpecified", "String", "SecureString", "Int", "Float", "Bool", "Array", "Object", and "SecureObject". |
|
value
|
The value. |
|
metadata
|
The metadata. |
|
description
|
The description. |
Attributes
description
The description.
description: str | None
metadata
The metadata.
metadata: Any | None
type
"NotSpecified", "String", "SecureString", "Int", "Float", "Bool", "Array", "Object", and "SecureObject".
type: str | _models.ParameterType | None
value
The value.
value: Any | None