Class HookData
Inheritance
System.Object
HookData
Assembly: DirectScale.Disco.Extension.Abstractions.dll
Syntax
public class HookData : Object
Constructors
HookData()
Declaration
Properties
HookId
Declaration
public string HookId { get; set; }
Property Value
Type |
Description |
System.String |
|
RequestType
Declaration
public Type RequestType { get; set; }
Property Value
Type |
Description |
System.Type |
|
ResponseType
Declaration
public Type ResponseType { get; set; }
Property Value
Type |
Description |
System.Type |
|