WebhookActions Struct

Definition

Extensible enum for known WebhookActions values.

[System.Text.Json.Serialization.JsonConverter(typeof(Azure.Connectors.Sdk.ZohoSign.Models.WebhookActions+WebhookActionsJsonConverter))]
public readonly struct WebhookActions : IEquatable<Azure.Connectors.Sdk.ZohoSign.Models.WebhookActions>
[<System.Text.Json.Serialization.JsonConverter(typeof(Azure.Connectors.Sdk.ZohoSign.Models.WebhookActions+WebhookActionsJsonConverter))>]
type WebhookActions = struct
Public Structure WebhookActions
Implements IEquatable(Of WebhookActions)
Inheritance
WebhookActions
Attributes
Implements

Constructors

Name Description
WebhookActions(String)

Initializes a new instance of the WebhookActions struct.

Properties

Name Description
Completed

Completed

Decline

Decline

Expired

Expired

Forward

Forward

Recalled

Recalled

Sign

Sign

Viewed

Viewed

Methods

Name Description
Equals(Object)

Indicates whether this instance and a specified object are equal.

Equals(WebhookActions)

Indicates whether the current object is equal to another object of the same type.

GetHashCode()

Returns the hash code for this instance.

ToString()

Returns the fully qualified type name of this instance.

Operators

Name Description
Equality(WebhookActions, WebhookActions)

Equality operator.

Implicit(String to WebhookActions)

Converts a string to WebhookActions.

Implicit(WebhookActions to String)

Converts a WebhookActions to its string representation.

Inequality(WebhookActions, WebhookActions)

Inequality operator.

Applies to