Class SaveStateEventPayload
public record SaveStateEventPayload : IEquatable<SaveStateEventPayload>
- Inheritance
-
SaveStateEventPayload
- Implements
- Inherited Members
Constructors
SaveStateEventPayload(string, string, string, object?)
public SaveStateEventPayload(string Service, string Key, string Action, object? Value)
Parameters
Properties
Action
public string Action { get; init; }
Property Value
Key
public string Key { get; init; }
Property Value
Service
public string Service { get; init; }
Property Value
Value
public object? Value { get; init; }