Table of Contents

Class SurveyEmailSettingsResponse

Namespace
Nfield.SDK
Assembly
Nfield.Public.SDK.dll

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

DomainEmailSettingsModel

SurveyEmailSettings

The actual email settings for this survey

[JsonProperty("SurveyEmailSettings", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public SurveyEmailSettingsModel SurveyEmailSettings { get; set; }

Property Value

SurveyEmailSettingsModel