GoogleCloudEventarcV1PipelineDestination constructor

GoogleCloudEventarcV1PipelineDestination({
  1. GoogleCloudEventarcV1PipelineDestinationAuthenticationConfig? authenticationConfig,
  2. GoogleCloudEventarcV1PipelineDestinationHttpEndpoint? httpEndpoint,
  3. String? messageBus,
  4. GoogleCloudEventarcV1PipelineDestinationNetworkConfig? networkConfig,
  5. GoogleCloudEventarcV1PipelineMessagePayloadFormat? outputPayloadFormat,
  6. String? topic,
  7. String? workflow,
})

Implementation

GoogleCloudEventarcV1PipelineDestination({
  this.authenticationConfig,
  this.httpEndpoint,
  this.messageBus,
  this.networkConfig,
  this.outputPayloadFormat,
  this.topic,
  this.workflow,
});