Table of Contents

Class SaveStateEventPayload

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

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