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