# IbmWorkloadSchedulerApi.CloudantBody

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**type** | **String** | The type of the Action to perform. Allowed values are: inputFileName, inputContent | 
**inputFileName** | **String** | Specify the file where to take the content. Required if type is equals to inputFileName | [optional] 
**inputContent** | **String** | you must provide the document content in the input field. To create or update a document with an empty content, fill the input field with {}. Required if the type is equals to inputContent | [optional] 


