Class SurveyEmailSettingsResponse
Model for the response to a GetSurveyEmailSettings request
public class SurveyEmailSettingsResponse
- Inheritance
-
SurveyEmailSettingsResponse
- Inherited Members
Properties
DomainEmailSettings
The email settings of the domain to which the survey belongs
[JsonProperty("DomainEmailSettings", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public DomainEmailSettingsModel DomainEmailSettings { get; set; }
Property Value
SurveyEmailSettings
The actual email settings for this survey
[JsonProperty("SurveyEmailSettings", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public SurveyEmailSettingsModel SurveyEmailSettings { get; set; }