Search Results for

    Show / Hide Table of Contents

    Class DeliverabilityFailureHotspotsDto

    Deliverability failure hotspot response for range comparisons

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

    Constructors

    View Source

    DeliverabilityFailureHotspotsDto()

    Initializes a new instance of the DeliverabilityFailureHotspotsDto class.

    Declaration
    [JsonConstructor]
    protected DeliverabilityFailureHotspotsDto()
    View Source

    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 Source

    Before

    Gets or Sets Before

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

    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>
    View Source

    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>
    View Source

    Scope

    Gets or Sets Scope

    Declaration
    [DataMember(Name = "scope", EmitDefaultValue = true)]
    public DeliverabilityFailureHotspotsDto.ScopeEnum? Scope { get; set; }
    Property Value
    Type Description
    DeliverabilityFailureHotspotsDto.ScopeEnum?
    View Source

    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 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.