GoogleCloudConnectorsV1EventingRuntimeData constructor

GoogleCloudConnectorsV1EventingRuntimeData({
  1. String? eventsListenerEndpoint,
  2. String? eventsListenerPscSa,
  3. GoogleCloudConnectorsV1EventingStatus? status,
  4. GoogleCloudConnectorsV1EventingRuntimeDataWebhookData? webhookData,
})

Implementation

GoogleCloudConnectorsV1EventingRuntimeData({
  this.eventsListenerEndpoint,
  this.eventsListenerPscSa,
  this.status,
  this.webhookData,
});