Class CheckEmailFeaturesClientSupportResults
CheckEmailFeaturesClientSupportResults
Implements
Inherited Members
Namespace: mailslurp.Model
Assembly: mailslurp.dll
Syntax
[DataContract(Name = "CheckEmailFeaturesClientSupportResults")]
public class CheckEmailFeaturesClientSupportResults : IValidatableObject
Constructors
View SourceCheckEmailFeaturesClientSupportResults()
Initializes a new instance of the CheckEmailFeaturesClientSupportResults class.
Declaration
[JsonConstructor]
protected CheckEmailFeaturesClientSupportResults()
CheckEmailFeaturesClientSupportResults(EmailFeatureSupportResult)
Initializes a new instance of the CheckEmailFeaturesClientSupportResults class.
Declaration
public CheckEmailFeaturesClientSupportResults(EmailFeatureSupportResult result = null)
Parameters
| Type | Name | Description |
|---|---|---|
| EmailFeatureSupportResult | result | result (required). |
Properties
View SourceResult
Gets or Sets Result
Declaration
[DataMember(Name = "result", IsRequired = true, EmitDefaultValue = true)]
public EmailFeatureSupportResult Result { get; set; }
Property Value
| Type | Description |
|---|---|
| EmailFeatureSupportResult |
Methods
View SourceToJson()
Returns the JSON string presentation of the object
Declaration
public virtual string ToJson()
Returns
| Type | Description |
|---|---|
| string | JSON string presentation of the object |
ToString()
Returns the string presentation of the object
Declaration
public override string ToString()
Returns
| Type | Description |
|---|---|
| string | String presentation of the object |