YesNoFieldRequest public class YesNoFieldRequest : BaseFieldRequest Documentation public bool ALT { get; set; } public bool CTRL { get; set; } public string DisplayValueFalse { get; set; } public string DisplayValueTrue { get; set; } public string Key { get; set; } public bool OpenToAssociations { get; set; } public bool SHIFT { get; set; } public bool Wrapping { get; set; } public YesNoFieldRequest()