ParameterSpecification Class 
Definition of a single parameter for an entity.
All required parameters must be populated in order to send to server.
Constructor
ParameterSpecification(*, type: str | _models.ParameterType, default_value: MutableMapping[str, Any] | None = None, **kwargs: Any)Keyword-Only Parameters
| Name | Description | 
|---|---|
| type | 
				str or 
				ParameterType
		 Parameter type. Required. Known values are: "Object", "String", "Int", "Float", "Bool", "Array", "SecureString", and "Int". | 
| default_value | 
				<xref:JSON>
		 Default value of parameter. Default value: None | 
Variables
| Name | Description | 
|---|---|
| type | 
				str or 
				ParameterType
		 Parameter type. Required. Known values are: "Object", "String", "Int", "Float", "Bool", "Array", "SecureString", and "Int". | 
| default_value | 
				<xref:JSON>
		 Default value of parameter. |