Class SessionWebhook
- Namespace
- XENBIT.ResQueServe.Core.Models
- Assembly
- RQS.Core.dll
public record SessionWebhook : SessionWebhook, IEquatable<SessionWebhook>, IEquatable<SessionWebhook>
- Inheritance
-
SessionWebhook
- Implements
- Inherited Members
Properties
Events
public List<SessionEventType>? Events { get; set; }
Property Value
Headers
public Dictionary<string, string>? Headers { get; set; }
Property Value
Id
public long Id { get; set; }
Property Value
SessionId
public long SessionId { get; set; }
Property Value
Methods
ToString()
Returns a string that represents the current object.
public override string ToString()
Returns
- string
A string that represents the current object.