WebhookConversion

final case class WebhookConversion(conversionReviewVersions: Seq[String], clientConfig: Option[WebhookClientConfig])

WebhookConversion describes how to call a conversion webhook

Source:
WebhookConversion.scala
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Concrete methods

Appends new values to conversionReviewVersions

Appends new values to conversionReviewVersions

Source:
WebhookConversion.scala

if clientConfig has a value, transforms to the result of function

if clientConfig has a value, transforms to the result of function

Source:
WebhookConversion.scala

transforms conversionReviewVersions to result of function

transforms conversionReviewVersions to result of function

Source:
WebhookConversion.scala

Returns a new data with clientConfig set to new value

Returns a new data with clientConfig set to new value

Source:
WebhookConversion.scala

Returns a new data with conversionReviewVersions set to new value

Returns a new data with conversionReviewVersions set to new value

Source:
WebhookConversion.scala

Inherited methods

Inherited from:
Product