Table of Contents

Class DeleteBulkStateEventPayload

Namespace
Virtufin.Api
Assembly
Virtufin.Api.dll
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

Service string
Keys List<string>
Action string

Properties

Action

public string Action { get; init; }

Property Value

string

Keys

public List<string> Keys { get; init; }

Property Value

List<string>

Service

public string Service { get; init; }

Property Value

string