Class DeliverabilityFailureHotspotsDto
Deliverability failure hotspot response for range comparisons
Implements
Inherited Members
Namespace: mailslurp.Model
Assembly: mailslurp.dll
Syntax
[DataContract(Name = "DeliverabilityFailureHotspotsDto")]
public class DeliverabilityFailureHotspotsDto : IValidatableObject
Constructors
View SourceDeliverabilityFailureHotspotsDto()
Initializes a new instance of the DeliverabilityFailureHotspotsDto class.
Declaration
[JsonConstructor]
protected DeliverabilityFailureHotspotsDto()
DeliverabilityFailureHotspotsDto(DateTime, DateTime, ScopeEnum?, List<DeliverabilityFailureEntityHotspotDto>, List<DeliverabilityFailurePhoneDimensionHotspotDto>)
Initializes a new instance of the DeliverabilityFailureHotspotsDto class.
Declaration
public DeliverabilityFailureHotspotsDto(DateTime since = default, DateTime before = default, DeliverabilityFailureHotspotsDto.ScopeEnum? scope = null, List<DeliverabilityFailureEntityHotspotDto> entityHotspots = null, List<DeliverabilityFailurePhoneDimensionHotspotDto> phoneDimensionHotspots = null)
Parameters
| Type | Name | Description |
|---|---|---|
| DateTime | since | since (required). |
| DateTime | before | before (required). |
| DeliverabilityFailureHotspotsDto.ScopeEnum? | scope | scope. |
| List<DeliverabilityFailureEntityHotspotDto> | entityHotspots | entityHotspots (required). |
| List<DeliverabilityFailurePhoneDimensionHotspotDto> | phoneDimensionHotspots | phoneDimensionHotspots (required). |
Properties
View SourceBefore
Gets or Sets Before
Declaration
[DataMember(Name = "before", IsRequired = true, EmitDefaultValue = true)]
public DateTime Before { get; set; }
Property Value
| Type | Description |
|---|---|
| DateTime |
EntityHotspots
Gets or Sets EntityHotspots
Declaration
[DataMember(Name = "entityHotspots", IsRequired = true, EmitDefaultValue = true)]
public List<DeliverabilityFailureEntityHotspotDto> EntityHotspots { get; set; }
Property Value
| Type | Description |
|---|---|
| List<DeliverabilityFailureEntityHotspotDto> |
PhoneDimensionHotspots
Gets or Sets PhoneDimensionHotspots
Declaration
[DataMember(Name = "phoneDimensionHotspots", IsRequired = true, EmitDefaultValue = true)]
public List<DeliverabilityFailurePhoneDimensionHotspotDto> PhoneDimensionHotspots { get; set; }
Property Value
| Type | Description |
|---|---|
| List<DeliverabilityFailurePhoneDimensionHotspotDto> |
Scope
Gets or Sets Scope
Declaration
[DataMember(Name = "scope", EmitDefaultValue = true)]
public DeliverabilityFailureHotspotsDto.ScopeEnum? Scope { get; set; }
Property Value
| Type | Description |
|---|---|
| DeliverabilityFailureHotspotsDto.ScopeEnum? |
Since
Gets or Sets Since
Declaration
[DataMember(Name = "since", IsRequired = true, EmitDefaultValue = true)]
public DateTime Since { get; set; }
Property Value
| Type | Description |
|---|---|
| DateTime |
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 |