Table of Contents

Interface IFormattingAnswer

Namespace
CedarDotNet.Models
Assembly
CedarDotNet.dll

The marker interface for formatting answer.

[JsonPolymorphic(TypeDiscriminatorPropertyName = "type")]
[JsonDerivedType(typeof(FormattingAnswerSuccess), "success")]
[JsonDerivedType(typeof(FormattingAnswerFailure), "failure")]
public interface IFormattingAnswer

Properties

Type

The answer type.

[JsonPropertyName("type")]
string Type { get; }

Property Value

string