# KnetikCloud.BatchRequest

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**body** | **Object** | The request body as would be passed to the URI | 
**content_type** | **String** | Content type used, Ex:(application/json) | 
**method** | **String** | The HTTP method used, Ex: (GET) | 
**timeout** | **Number** | Time in seconds before process will timeout.  Default is 60.  Range is 1-300 | 
**token** | **String** | The oauth token only | [optional] 
**uri** | **String** | Full URI of REST call | 


