Search Results for

    Show / Hide Table of Contents

    Class EmailFeatureSupportResult

    EmailFeatureSupportResult

    Inheritance
    object
    EmailFeatureSupportResult
    Implements
    IValidatableObject
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    Namespace: mailslurp.Model
    Assembly: mailslurp.dll
    Syntax
    [DataContract(Name = "EmailFeatureSupportResult")]
    public class EmailFeatureSupportResult : IValidatableObject

    Constructors

    View Source

    EmailFeatureSupportResult()

    Initializes a new instance of the EmailFeatureSupportResult class.

    Declaration
    [JsonConstructor]
    protected EmailFeatureSupportResult()
    View Source

    EmailFeatureSupportResult(EmailFeatureNames, List<DetectedFeaturesEnum>, List<EmailFeatureOverview>, List<EmailFeatureSupportStatusPercentage>)

    Initializes a new instance of the EmailFeatureSupportResult class.

    Declaration
    public EmailFeatureSupportResult(EmailFeatureNames names = null, List<EmailFeatureSupportResult.DetectedFeaturesEnum> detectedFeatures = null, List<EmailFeatureOverview> featureOverviews = null, List<EmailFeatureSupportStatusPercentage> featurePercentages = null)
    Parameters
    Type Name Description
    EmailFeatureNames names

    names (required).

    List<EmailFeatureSupportResult.DetectedFeaturesEnum> detectedFeatures

    detectedFeatures (required).

    List<EmailFeatureOverview> featureOverviews

    featureOverviews (required).

    List<EmailFeatureSupportStatusPercentage> featurePercentages

    featurePercentages (required).

    Properties

    View Source

    DetectedFeatures

    Gets or Sets DetectedFeatures

    Declaration
    [DataMember(Name = "detectedFeatures", IsRequired = true, EmitDefaultValue = true)]
    public List<EmailFeatureSupportResult.DetectedFeaturesEnum> DetectedFeatures { get; set; }
    Property Value
    Type Description
    List<EmailFeatureSupportResult.DetectedFeaturesEnum>
    View Source

    FeatureOverviews

    Gets or Sets FeatureOverviews

    Declaration
    [DataMember(Name = "featureOverviews", IsRequired = true, EmitDefaultValue = true)]
    public List<EmailFeatureOverview> FeatureOverviews { get; set; }
    Property Value
    Type Description
    List<EmailFeatureOverview>
    View Source

    FeaturePercentages

    Gets or Sets FeaturePercentages

    Declaration
    [DataMember(Name = "featurePercentages", IsRequired = true, EmitDefaultValue = true)]
    public List<EmailFeatureSupportStatusPercentage> FeaturePercentages { get; set; }
    Property Value
    Type Description
    List<EmailFeatureSupportStatusPercentage>
    View Source

    Names

    Gets or Sets Names

    Declaration
    [DataMember(Name = "names", IsRequired = true, EmitDefaultValue = true)]
    public EmailFeatureNames Names { get; set; }
    Property Value
    Type Description
    EmailFeatureNames

    Methods

    View Source

    ToJson()

    Returns the JSON string presentation of the object

    Declaration
    public virtual string ToJson()
    Returns
    Type Description
    string

    JSON string presentation of the object

    View Source

    ToString()

    Returns the string presentation of the object

    Declaration
    public override string ToString()
    Returns
    Type Description
    string

    String presentation of the object

    Overrides
    object.ToString()

    Implements

    IValidatableObject
    • View Source
    In this article
    Back to top See MailSlurp website for more information.