# IbmWorkloadSchedulerApi.Variable

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**variableidentifier** | **Integer** | The identifier of the variable | [optional] 
**variablevalue** | **String** | The value of the variable | [optional] 
**variablename** | **String** | The name of the variable | [optional] 
**type** | **String** | The type of the variable | [optional] 
**processid** | **Integer** | The id of the task associated to the variable | [optional] 
**description** | **String** | The description of the variable | [optional] 
**objecttype** | **String** | The object&#39;s type associated to the variable | [optional] 
**textminchars** | **String** | The minimum characters of the variable&#39;s text | [optional] 
**textmaxchars** | **String** | The maximum characters of the variable&#39;s text | [optional] 
**textallowspaces** | **String** | The allowed space for the variable&#39;s text | [optional] 
**textnotnull** | **String** | Say if the text is null or not | [optional] 
**integermaxvalue** | **String** | The max integer value that the variable can assume | [optional] 
**integerminvalue** | **String** | The min integer value that the variable can assume | [optional] 
**optionsenabled** | **String** | Let us know if there are options enabled | [optional] 


