Search Results for

    Show / Hide Table of Contents

    Class EmailFeaturePlatformStatistics

    EmailFeaturePlatformStatistics

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

    Constructors

    View Source

    EmailFeaturePlatformStatistics()

    Initializes a new instance of the EmailFeaturePlatformStatistics class.

    Declaration
    [JsonConstructor]
    protected EmailFeaturePlatformStatistics()
    View Source

    EmailFeaturePlatformStatistics(PlatformEnum, List<EmailFeatureVersionStatistics>)

    Initializes a new instance of the EmailFeaturePlatformStatistics class.

    Declaration
    public EmailFeaturePlatformStatistics(EmailFeaturePlatformStatistics.PlatformEnum platform = (EmailFeaturePlatformStatistics.PlatformEnum)0, List<EmailFeatureVersionStatistics> versions = null)
    Parameters
    Type Name Description
    EmailFeaturePlatformStatistics.PlatformEnum platform

    platform (required).

    List<EmailFeatureVersionStatistics> versions

    versions (required).

    Properties

    View Source

    Platform

    Gets or Sets Platform

    Declaration
    [DataMember(Name = "platform", IsRequired = true, EmitDefaultValue = true)]
    public EmailFeaturePlatformStatistics.PlatformEnum Platform { get; set; }
    Property Value
    Type Description
    EmailFeaturePlatformStatistics.PlatformEnum
    View Source

    Versions

    Gets or Sets Versions

    Declaration
    [DataMember(Name = "versions", IsRequired = true, EmitDefaultValue = true)]
    public List<EmailFeatureVersionStatistics> Versions { get; set; }
    Property Value
    Type Description
    List<EmailFeatureVersionStatistics>

    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
    • Constructors
      • EmailFeaturePlatformStatistics()
      • EmailFeaturePlatformStatistics(PlatformEnum, List<EmailFeatureVersionStatistics>)
    • Properties
      • Platform
      • Versions
    • Methods
      • ToJson()
      • ToString()
    • Implements
    Back to top See MailSlurp website for more information.