Class TestNewInboxRulesetOptions
Test inbox ruleset options
Implements
Inherited Members
Namespace: mailslurp.Model
Assembly: mailslurp.dll
Syntax
[DataContract(Name = "TestNewInboxRulesetOptions")]
public class TestNewInboxRulesetOptions : IValidatableObject
Constructors
View SourceTestNewInboxRulesetOptions()
Initializes a new instance of the TestNewInboxRulesetOptions class.
Declaration
[JsonConstructor]
protected TestNewInboxRulesetOptions()
TestNewInboxRulesetOptions(RulesetTestOptions, CreateRulesetOptions)
Initializes a new instance of the TestNewInboxRulesetOptions class.
Declaration
public TestNewInboxRulesetOptions(RulesetTestOptions inboxRulesetTestOptions = null, CreateRulesetOptions createRulesetOptions = null)
Parameters
| Type | Name | Description |
|---|---|---|
| RulesetTestOptions | inboxRulesetTestOptions | inboxRulesetTestOptions (required). |
| CreateRulesetOptions | createRulesetOptions | createRulesetOptions (required). |
Properties
View SourceCreateRulesetOptions
Gets or Sets CreateRulesetOptions
Declaration
[DataMember(Name = "createRulesetOptions", IsRequired = true, EmitDefaultValue = true)]
public CreateRulesetOptions CreateRulesetOptions { get; set; }
Property Value
| Type | Description |
|---|---|
| CreateRulesetOptions |
InboxRulesetTestOptions
Gets or Sets InboxRulesetTestOptions
Declaration
[DataMember(Name = "inboxRulesetTestOptions", IsRequired = true, EmitDefaultValue = true)]
public RulesetTestOptions InboxRulesetTestOptions { get; set; }
Property Value
| Type | Description |
|---|---|
| RulesetTestOptions |
Methods
View SourceToJson()
Returns the JSON string presentation of the object
Declaration
public virtual string ToJson()
Returns
| Type | Description |
|---|---|
| string | JSON string presentation of the object |
ToString()
Returns the string presentation of the object
Declaration
public override string ToString()
Returns
| Type | Description |
|---|---|
| string | String presentation of the object |