Table of Contents

Class WebhookEventMetadata

Namespace
BoldSign.Model.Webhook
Assembly
BoldSign.Api.dll

The webhook event meta.

[DataContract]
public class WebhookEventMetadata
Inheritance
WebhookEventMetadata
Inherited Members

Properties

ClientId

Gets or sets application client id.

[DataMember(Name = "clientId", EmitDefaultValue = false)]
[JsonProperty("clientId")]
public string ClientId { get; set; }

Property Value

string

Gets or sets application client id.

Created

Gets or sets the webhook event created DateTime.

[DataMember(Name = "created", EmitDefaultValue = false)]
[JsonProperty("created")]
public long? Created { get; set; }

Property Value

long?

Gets or sets the webhook event created DateTime.

Environment

Gets or Sets Environment

[DataMember(Name = "environment", EmitDefaultValue = false)]
[JsonProperty("environment")]
public ApplicationEnvironment Environment { get; set; }

Property Value

ApplicationEnvironment

EventType

Gets or Sets EventType

[DataMember(Name = "eventType", EmitDefaultValue = false)]
[JsonProperty("eventType")]
public WebHookEventType EventType { get; set; }

Property Value

WebHookEventType

Id

Gets or sets the webhook event ID.

[DataMember(Name = "id", EmitDefaultValue = false)]
[JsonProperty("id")]
public string Id { get; set; }

Property Value

string

Gets or sets the webhook event ID.