GoogleCloudConnectorsV1EventingRuntimeData constructor
      
      GoogleCloudConnectorsV1EventingRuntimeData({ 
    
    
- String? eventsListenerEndpoint,
 - String? eventsListenerPscSa,
 - GoogleCloudConnectorsV1EventingStatus? status,
 - GoogleCloudConnectorsV1EventingRuntimeDataWebhookData? webhookData,
 
Implementation
GoogleCloudConnectorsV1EventingRuntimeData({
  this.eventsListenerEndpoint,
  this.eventsListenerPscSa,
  this.status,
  this.webhookData,
});