Table of Contents

Class StateItemDto

Namespace
Virtufin.Api.Client
Assembly
Virtufin.Api.Client.dll
public record StateItemDto : IEquatable<StateItemDto>
Inheritance
StateItemDto
Implements
Inherited Members

Constructors

StateItemDto(string, string, string)

public StateItemDto(string Key, string Value, string Etag)

Parameters

Key string
Value string
Etag string

Properties

Etag

public string Etag { get; init; }

Property Value

string

Key

public string Key { get; init; }

Property Value

string

Value

public string Value { get; init; }

Property Value

string