Search Results for

    Show / Hide Table of Contents

    Class EmailFeatureSupportFlags

    EmailFeatureSupportFlags

    Inheritance
    object
    EmailFeatureSupportFlags
    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 = "EmailFeatureSupportFlags")]
    public class EmailFeatureSupportFlags : IValidatableObject

    Constructors

    View Source

    EmailFeatureSupportFlags()

    Initializes a new instance of the EmailFeatureSupportFlags class.

    Declaration
    [JsonConstructor]
    protected EmailFeatureSupportFlags()
    View Source

    EmailFeatureSupportFlags(StatusEnum, List<string>)

    Initializes a new instance of the EmailFeatureSupportFlags class.

    Declaration
    public EmailFeatureSupportFlags(EmailFeatureSupportFlags.StatusEnum status = (EmailFeatureSupportFlags.StatusEnum)0, List<string> notes = null)
    Parameters
    Type Name Description
    EmailFeatureSupportFlags.StatusEnum status

    status (required).

    List<string> notes

    notes.

    Properties

    View Source

    Notes

    Gets or Sets Notes

    Declaration
    [DataMember(Name = "notes", EmitDefaultValue = false)]
    public List<string> Notes { get; set; }
    Property Value
    Type Description
    List<string>
    View Source

    Status

    Gets or Sets Status

    Declaration
    [DataMember(Name = "status", IsRequired = true, EmitDefaultValue = true)]
    public EmailFeatureSupportFlags.StatusEnum Status { get; set; }
    Property Value
    Type Description
    EmailFeatureSupportFlags.StatusEnum

    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.