Class FormattingCall
- Namespace
- CedarDotNet.Models
- Assembly
- CedarDotNet.dll
The formatting call.
public sealed record FormattingCall : IEquatable<FormattingCall>
- Inheritance
-
FormattingCall
- Implements
- Inherited Members
Properties
IndentWidth
The indent width.
[JsonPropertyName("indentWidth")]
public required int IndentWidth { get; init; }
Property Value
LineWidth
The line width.
[JsonPropertyName("lineWidth")]
public required int LineWidth { get; init; }
Property Value
PolicyText
The policy text.
[JsonPropertyName("policyText")]
public required string PolicyText { get; init; }