Class Webhook
Inheritance
System.Object
Webhook
Assembly: Crowdin.Api.dll
Syntax
public class Webhook : object
Properties
|
Improve this Doc
View Source
BatchingEnabled
Declaration
public bool BatchingEnabled { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
ContentType
Declaration
public ContentType ContentType { get; set; }
Property Value
|
Improve this Doc
View Source
CreatedAt
Declaration
public DateTimeOffset CreatedAt { get; set; }
Property Value
Type |
Description |
DateTimeOffset |
|
|
Improve this Doc
View Source
Events
Declaration
public EventType[] Events { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public IDictionary<string, string> Headers { get; set; }
Property Value
Type |
Description |
IDictionary<System.String, System.String> |
|
|
Improve this Doc
View Source
Id
Declaration
public int Id { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
IsActive
Declaration
public bool IsActive { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
Name
Declaration
public string Name { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Payload
Declaration
public object Payload { get; set; }
Property Value
Type |
Description |
System.Object |
|
|
Improve this Doc
View Source
ProjectId
Declaration
public int ProjectId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RequestType
Declaration
public RequestType RequestType { get; set; }
Property Value
|
Improve this Doc
View Source
UpdatedAt
Declaration
public DateTimeOffset? UpdatedAt { get; set; }
Property Value
Type |
Description |
System.Nullable<DateTimeOffset> |
|
|
Improve this Doc
View Source
Url
Declaration
public string Url { get; set; }
Property Value
Type |
Description |
System.String |
|