Table of Contents

Interface IPolicySetTextToPartsAnswer

Namespace
CedarDotNet.Models
Assembly
CedarDotNet.dll

The marker interface for 'policy set text to parts' answer.

[JsonPolymorphic(TypeDiscriminatorPropertyName = "type")]
[JsonDerivedType(typeof(PolicySetTextToPartsAnswerSuccess), "success")]
[JsonDerivedType(typeof(PolicySetTextToPartsAnswerFailure), "failure")]
public interface IPolicySetTextToPartsAnswer