Search Results for

    Show / Hide Table of Contents

    Class TestNewInboxRulesetOptions

    Test inbox ruleset options

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

    Constructors

    View Source

    TestNewInboxRulesetOptions()

    Initializes a new instance of the TestNewInboxRulesetOptions class.

    Declaration
    [JsonConstructor]
    protected TestNewInboxRulesetOptions()
    View Source

    TestNewInboxRulesetOptions(InboxRulesetTestOptions, CreateInboxRulesetOptions)

    Initializes a new instance of the TestNewInboxRulesetOptions class.

    Declaration
    public TestNewInboxRulesetOptions(InboxRulesetTestOptions inboxRulesetTestOptions = null, CreateInboxRulesetOptions createInboxRulesetOptions = null)
    Parameters
    Type Name Description
    InboxRulesetTestOptions inboxRulesetTestOptions

    inboxRulesetTestOptions (required).

    CreateInboxRulesetOptions createInboxRulesetOptions

    createInboxRulesetOptions (required).

    Properties

    View Source

    CreateInboxRulesetOptions

    Gets or Sets CreateInboxRulesetOptions

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

    InboxRulesetTestOptions

    Gets or Sets InboxRulesetTestOptions

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

    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.