jf-roku/components/tasks/PostTask.xml

18 lines
636 B
XML
Raw Normal View History

2023-10-30 22:04:09 +00:00
<?xml version="1.0" encoding="utf-8"?>
<component name="PostTask" extends="Task">
<interface>
<field id="apiUrl" type="string" />
<field id="timeoutSeconds" type="integer" value="30" />
<field id="arrayData" type="assocarray" value="{}" />
<field id="stringData" type="string" value="" />
<field id="responseCode" type="integer" />
<field id="responseBody" type="assocarray" value="{}" />
<field id="responseHeaders" type="assocarray" value="{}" />
<field id="failureReason" type="string" value="" />
2023-10-31 00:15:05 +00:00
<function name="empty" />
2023-10-30 22:04:09 +00:00
</interface>
</component>