ScriptActivityParameter Class  
Parameters of a script block.
Constructor
ScriptActivityParameter(*, name: MutableMapping[str, Any] | None = None, type: str | _models.ScriptActivityParameterType | None = None, value: MutableMapping[str, Any] | None = None, direction: str | _models.ScriptActivityParameterDirection | None = None, size: int | None = None, **kwargs: Any)Keyword-Only Parameters
| Name | Description | 
|---|---|
| name | 
				<xref:JSON>
		 The name of the parameter. Type: string (or Expression with resultType string). Default value: None | 
| type | The type of the parameter. Known values are: "Boolean", "DateTime", "DateTimeOffset", "Decimal", "Double", "Guid", "Int16", "Int32", "Int64", "Single", "String", and "Timespan". Default value: None | 
| value | 
				<xref:JSON>
		 The value of the parameter. Type: string (or Expression with resultType string). Default value: None | 
| direction | The direction of the parameter. Known values are: "Input", "Output", and "InputOutput". Default value: None | 
| size | The size of the output direction parameter. Default value: None | 
Variables
| Name | Description | 
|---|---|
| name | 
				<xref:JSON>
		 The name of the parameter. Type: string (or Expression with resultType string). | 
| type | The type of the parameter. Known values are: "Boolean", "DateTime", "DateTimeOffset", "Decimal", "Double", "Guid", "Int16", "Int32", "Int64", "Single", "String", and "Timespan". | 
| value | 
				<xref:JSON>
		 The value of the parameter. Type: string (or Expression with resultType string). | 
| direction | The direction of the parameter. Known values are: "Input", "Output", and "InputOutput". | 
| size | The size of the output direction parameter. |