Show / Hide Table of Contents

Class WebhookResponse

Inheritance
object
WebhookResponse
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Namespace: SuperOffice.CRM.Webhooks
Assembly: SoDataBase.dll
Syntax
public class WebhookResponse

Constructors

WebhookResponse()

Declaration
public WebhookResponse()

Properties

Message

Error message, if any

Declaration
public string Message { get; set; }
Property Value
Type Description
string

PermanentFailure

True if the webhook failed in a permanent manner. We should disable the webhook.

Declaration
public bool PermanentFailure { get; set; }
Property Value
Type Description
bool

Succeeded

True if the webhook succeeded

Declaration
public bool Succeeded { get; set; }
Property Value
Type Description
bool

Extension Methods

EnumUtil.MapEnums<From, To>(From)
Converters.MapEnums<From, To>(From)
ObjectExtensions.AssignByReflection<T>(T, T)
ObjectExtensions.GraphCopy<T>(T)
© SuperOffice. All rights reserved.
SuperOffice |  Community |  Release Notes |  Privacy |  Site feedback |  Search Docs |  About Docs |  Contribute |  Back to top