Search Results for

    Show / Hide Table of Contents

    Class TenantReputationFindingDto

    TenantReputationFindingDto

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

    Constructors

    View Source

    TenantReputationFindingDto()

    Initializes a new instance of the TenantReputationFindingDto class.

    Declaration
    [JsonConstructor]
    protected TenantReputationFindingDto()
    View Source

    TenantReputationFindingDto(AccountRegionEnum, string, string, string, string, string, string, DateTime, DateTime)

    Initializes a new instance of the TenantReputationFindingDto class.

    Declaration
    public TenantReputationFindingDto(TenantReputationFindingDto.AccountRegionEnum accountRegion = (TenantReputationFindingDto.AccountRegionEnum)0, string tenantName = null, string tenantArn = null, string type = null, string impact = null, string status = null, string description = null, DateTime createdTimestamp = default, DateTime lastUpdatedTimestamp = default)
    Parameters
    Type Name Description
    TenantReputationFindingDto.AccountRegionEnum accountRegion

    accountRegion (required).

    string tenantName

    tenantName (required).

    string tenantArn

    tenantArn.

    string type

    type.

    string impact

    impact.

    string status

    status.

    string description

    description.

    DateTime createdTimestamp

    createdTimestamp.

    DateTime lastUpdatedTimestamp

    lastUpdatedTimestamp.

    Properties

    View Source

    AccountRegion

    Gets or Sets AccountRegion

    Declaration
    [DataMember(Name = "accountRegion", IsRequired = true, EmitDefaultValue = true)]
    public TenantReputationFindingDto.AccountRegionEnum AccountRegion { get; set; }
    Property Value
    Type Description
    TenantReputationFindingDto.AccountRegionEnum
    View Source

    CreatedTimestamp

    Gets or Sets CreatedTimestamp

    Declaration
    [DataMember(Name = "createdTimestamp", EmitDefaultValue = false)]
    public DateTime CreatedTimestamp { get; set; }
    Property Value
    Type Description
    DateTime
    View Source

    Description

    Gets or Sets Description

    Declaration
    [DataMember(Name = "description", EmitDefaultValue = false)]
    public string Description { get; set; }
    Property Value
    Type Description
    string
    View Source

    Impact

    Gets or Sets Impact

    Declaration
    [DataMember(Name = "impact", EmitDefaultValue = false)]
    public string Impact { get; set; }
    Property Value
    Type Description
    string
    View Source

    LastUpdatedTimestamp

    Gets or Sets LastUpdatedTimestamp

    Declaration
    [DataMember(Name = "lastUpdatedTimestamp", EmitDefaultValue = false)]
    public DateTime LastUpdatedTimestamp { get; set; }
    Property Value
    Type Description
    DateTime
    View Source

    Status

    Gets or Sets Status

    Declaration
    [DataMember(Name = "status", EmitDefaultValue = false)]
    public string Status { get; set; }
    Property Value
    Type Description
    string
    View Source

    TenantArn

    Gets or Sets TenantArn

    Declaration
    [DataMember(Name = "tenantArn", EmitDefaultValue = false)]
    public string TenantArn { get; set; }
    Property Value
    Type Description
    string
    View Source

    TenantName

    Gets or Sets TenantName

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

    Type

    Gets or Sets Type

    Declaration
    [DataMember(Name = "type", EmitDefaultValue = false)]
    public string Type { get; set; }
    Property Value
    Type Description
    string

    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.