Class AddWebhookRequestBase
Inheritance
System.Object
AddWebhookRequestBase
Assembly: Crowdin.Api.dll
Syntax
public abstract class AddWebhookRequestBase : object
Properties
|
Improve this Doc
View Source
BatchingEnabled
Declaration
public bool? BatchingEnabled { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Boolean> |
|
|
Improve this Doc
View Source
ContentType
Declaration
public ContentType? ContentType { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public IDictionary<string, string>? Headers { get; set; }
Property Value
Type |
Description |
System.Nullable<IDictionary<System.String, System.String>> |
|
|
Improve this Doc
View Source
IsActive
Declaration
public bool? IsActive { get; set; }
Property Value
Type |
Description |
System.Nullable<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.Nullable<System.Object> |
|
|
Improve this Doc
View Source
RequestType
Declaration
public RequestType RequestType { get; set; }
Property Value
|
Improve this Doc
View Source
Url
Declaration
public string Url { get; set; }
Property Value
Type |
Description |
System.String |
|