<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<SetIntegrationRequest continueOnError="false" enabled="true" name="Integration-SetRequest">
  <DisplayName>Integration-SetRequest</DisplayName>
  <ProjectId>some-project</ProjectId>
  <IntegrationName>Test-Integration</IntegrationName>
  <IntegrationRegion>us-west1</IntegrationRegion>
  <ApiTrigger>api_trigger/Test-Integration_API_1</ApiTrigger>
  <!--
        <Parameters> defines the input parameters to send with the request. Parameters can be int, boolean, String, double, int array, boolean array, String array, double array, and JSON.
  
        Uncomment the parameters below and modify as needed.
    -->
  <!--
    <Parameters>
  <Parameter name="stringExample" type="string">stringValue</Parameter>
  <Parameter name="doubleExample" type="double">1.0</Parameter>
  <Parameter name="jsonExample" type="json">{}</Parameter>
  <ParameterArray name="intArrayExample" type="integer">
    <Value>1</Value>
    <Value>2</Value>
    <Value>3</Value>
  </ParameterArray>
  <ParameterArray name="booleanArrayExample" type="boolean">
    <Value>true</Value>
    <Value>false</Value>
  </ParameterArray>
</Parameters>
    -->
</SetIntegrationRequest>
