interface ResourceDataTemplateQuery {
    template: string;
}

Properties

Properties

template: string

Template to be interpolated. The format should be Mustache, see the developer documentation for supported fields. Only 'agent' and 'asset' are supported at the moment.

If omitted, an empty object is returned