Table of Contents

Class FormattingAnswerSuccess

Namespace
CedarDotNet.Models
Assembly
CedarDotNet.dll

A successful formatting answer.

public sealed record FormattingAnswerSuccess : IFormattingAnswer, IEquatable<FormattingAnswerSuccess>
Inheritance
FormattingAnswerSuccess
Implements
Inherited Members

Properties

FormattedPolicy

The formatted policy.

[JsonPropertyName("formatted_policy")]
public required string FormattedPolicy { get; init; }

Property Value

string

Type

The answer type.

[JsonIgnore]
public string Type { get; }

Property Value

string