| Name | Type | Description | Notes |
|---|---|---|---|
| cursor | Cursor | [optional] | |
| data | Array<TemplateMetaRead> | A list of template metadata objects | [optional] |
require 'DyspatchClient'
instance = DyspatchClient::TemplatesRead.new(cursor: null,
data: null)