Search Results for

    Show / Hide Table of Contents

    Class EmailFeatureSupportStatusPercentage

    EmailFeatureSupportStatusPercentage

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

    Constructors

    View Source

    EmailFeatureSupportStatusPercentage()

    Initializes a new instance of the EmailFeatureSupportStatusPercentage class.

    Declaration
    [JsonConstructor]
    protected EmailFeatureSupportStatusPercentage()
    View Source

    EmailFeatureSupportStatusPercentage(StatusEnum, float)

    Initializes a new instance of the EmailFeatureSupportStatusPercentage class.

    Declaration
    public EmailFeatureSupportStatusPercentage(EmailFeatureSupportStatusPercentage.StatusEnum status = (EmailFeatureSupportStatusPercentage.StatusEnum)0, float percentage = 0)
    Parameters
    Type Name Description
    EmailFeatureSupportStatusPercentage.StatusEnum status

    status (required).

    float percentage

    percentage (required).

    Properties

    View Source

    Percentage

    Gets or Sets Percentage

    Declaration
    [DataMember(Name = "percentage", IsRequired = true, EmitDefaultValue = true)]
    public float Percentage { get; set; }
    Property Value
    Type Description
    float
    View Source

    Status

    Gets or Sets Status

    Declaration
    [DataMember(Name = "status", IsRequired = true, EmitDefaultValue = true)]
    public EmailFeatureSupportStatusPercentage.StatusEnum Status { get; set; }
    Property Value
    Type Description
    EmailFeatureSupportStatusPercentage.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.