Class DeleteStateEventPayload
public record DeleteStateEventPayload : IEquatable<DeleteStateEventPayload>
- Inheritance
-
DeleteStateEventPayload
- Implements
- Inherited Members
Constructors
DeleteStateEventPayload(string, string, string, object?)
public DeleteStateEventPayload(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; }