Class ContentTypeFieldChoiceInputDto
- Namespace
- Raytha.Application.ContentTypes
- Assembly
- Raytha.Application.dll
public record ContentTypeFieldChoiceInputDto : IEquatable<ContentTypeFieldChoiceInputDto>
- Inheritance
-
ContentTypeFieldChoiceInputDto
- Implements
- Inherited Members
Properties
DeveloperName
public string DeveloperName { get; init; }
Property Value
Disabled
public bool Disabled { get; init; }
Property Value
Label
public string Label { get; init; }