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