GoogleCloudEventarcV1PipelineDestination constructor
GoogleCloudEventarcV1PipelineDestination({
- GoogleCloudEventarcV1PipelineDestinationAuthenticationConfig? authenticationConfig,
- GoogleCloudEventarcV1PipelineDestinationHttpEndpoint? httpEndpoint,
- String? messageBus,
- GoogleCloudEventarcV1PipelineDestinationNetworkConfig? networkConfig,
- GoogleCloudEventarcV1PipelineMessagePayloadFormat? outputPayloadFormat,
- String? topic,
- String? workflow,
Implementation
GoogleCloudEventarcV1PipelineDestination({
this.authenticationConfig,
this.httpEndpoint,
this.messageBus,
this.networkConfig,
this.outputPayloadFormat,
this.topic,
this.workflow,
});