GoogleCloudIntegrationsV1alphaApiTriggerResource constructor

GoogleCloudIntegrationsV1alphaApiTriggerResource({
  1. String? integrationResource,
  2. List<String>? triggerId,
})

Implementation

GoogleCloudIntegrationsV1alphaApiTriggerResource({
  this.integrationResource,
  this.triggerId,
});