Class DomainMonitorRunDueResult
DomainMonitorRunDueResult
Implements
Inherited Members
Namespace: mailslurp.Model
Assembly: mailslurp.dll
Syntax
[DataContract(Name = "DomainMonitorRunDueResult")]
public class DomainMonitorRunDueResult : IValidatableObject
Constructors
View SourceDomainMonitorRunDueResult()
Initializes a new instance of the DomainMonitorRunDueResult class.
Declaration
[JsonConstructor]
protected DomainMonitorRunDueResult()
DomainMonitorRunDueResult(TriggerSourceEnum, int, int, DateTime)
Initializes a new instance of the DomainMonitorRunDueResult class.
Declaration
public DomainMonitorRunDueResult(DomainMonitorRunDueResult.TriggerSourceEnum triggerSource = (DomainMonitorRunDueResult.TriggerSourceEnum)0, int runCount = 0, int requestedMaxRuns = 0, DateTime executedAt = default)
Parameters
| Type | Name | Description |
|---|---|---|
| DomainMonitorRunDueResult.TriggerSourceEnum | triggerSource | triggerSource (required). |
| int | runCount | runCount (required). |
| int | requestedMaxRuns | requestedMaxRuns (required). |
| DateTime | executedAt | executedAt (required). |
Properties
View SourceExecutedAt
Gets or Sets ExecutedAt
Declaration
[DataMember(Name = "executedAt", IsRequired = true, EmitDefaultValue = true)]
public DateTime ExecutedAt { get; set; }
Property Value
| Type | Description |
|---|---|
| DateTime |
RequestedMaxRuns
Gets or Sets RequestedMaxRuns
Declaration
[DataMember(Name = "requestedMaxRuns", IsRequired = true, EmitDefaultValue = true)]
public int RequestedMaxRuns { get; set; }
Property Value
| Type | Description |
|---|---|
| int |
RunCount
Gets or Sets RunCount
Declaration
[DataMember(Name = "runCount", IsRequired = true, EmitDefaultValue = true)]
public int RunCount { get; set; }
Property Value
| Type | Description |
|---|---|
| int |
TriggerSource
Gets or Sets TriggerSource
Declaration
[DataMember(Name = "triggerSource", IsRequired = true, EmitDefaultValue = true)]
public DomainMonitorRunDueResult.TriggerSourceEnum TriggerSource { get; set; }
Property Value
| Type | Description |
|---|---|
| DomainMonitorRunDueResult.TriggerSourceEnum |
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 |