Class PolicySetTextToPartsAnswerSuccess
- Namespace
- CedarDotNet.Models
- Assembly
- CedarDotNet.dll
A successful 'policy set text to parts' answer.
public sealed record PolicySetTextToPartsAnswerSuccess : IPolicySetTextToPartsAnswer, IEquatable<PolicySetTextToPartsAnswerSuccess>
- Inheritance
-
PolicySetTextToPartsAnswerSuccess
- Implements
- Inherited Members
Properties
Policies
The policies.
[JsonPropertyName("policies")]
public required IReadOnlyCollection<string> Policies { get; init; }
Property Value
PolicyTemplates
The policy templates.
[JsonPropertyName("policy_templates")]
public required IReadOnlyCollection<string> PolicyTemplates { get; init; }