Class WebhookTransformation
Represents the transformation of a webhook body.
Inheritance
System.Object
WebhookTransformation
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace:Contentful.Core.Models.Management
Assembly:cs.temp.dll.dll
Syntax
public class WebhookTransformation
Properties
Body
The body of the webhook transformation.
Declaration
public dynamic Body { get; set; }
Property Value
Type | Description |
---|---|
System.Object |
ContentType
The content type the webhook should use.
Declaration
public TransformationContentTypes ContentType { get; set; }
Property Value
Type | Description |
---|---|
TransformationContentTypes |
Method
The HTTP method the webhook should use.
Declaration
public HttpMethods Method { get; set; }
Property Value
Type | Description |
---|---|
HttpMethods |