CustomMessageActivity constructor

CustomMessageActivity({
  1. String? deliveryUri,
  2. List<EndpointTypesElement>? endpointTypes,
  3. JourneyCustomMessage? messageConfig,
  4. String? nextActivity,
  5. String? templateName,
  6. String? templateVersion,
})

Implementation

CustomMessageActivity({
  this.deliveryUri,
  this.endpointTypes,
  this.messageConfig,
  this.nextActivity,
  this.templateName,
  this.templateVersion,
});