Table of Contents

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

List<SessionEventType>

Headers

public Dictionary<string, string>? Headers { get; set; }

Property Value

Dictionary<string, string>

Id

public long Id { get; set; }

Property Value

long

SessionId

public long SessionId { get; set; }

Property Value

long

Methods

ToString()

Returns a string that represents the current object.

public override string ToString()

Returns

string

A string that represents the current object.