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
Type
The answer type.
[JsonIgnore]
public string Type { get; }