Table of Contents

Class DeleteStateEventPayload

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

Service string
Key string
Action string
Value object

Properties

Action

public string Action { get; init; }

Property Value

string

Key

public string Key { get; init; }

Property Value

string

Service

public string Service { get; init; }

Property Value

string

Value

public object? Value { get; init; }

Property Value

object