# IbmWorkloadSchedulerApi.ProcessLibrary

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**name** | **String** | The name of the library | 
**owner** | **String** | The owner of the library | [optional] 
**parentid** | **Integer** | The id of the parent library. If the library is a root library, the value is -1. The parentid is required for the update operation. | [optional] 
**children** | [**[ProcessLibrary]**](ProcessLibrary.md) | The list of the Library&#39;s children(Process or SynchGroup) | [optional] 
**objecttype** | **String** | The type of the object(Process or synchGroup) | [optional] 
**id** | **Integer** | The id of the item | [optional] 


