Class TenantReputationFindingDto
TenantReputationFindingDto
Implements
Inherited Members
Namespace: mailslurp.Model
Assembly: mailslurp.dll
Syntax
[DataContract(Name = "TenantReputationFindingDto")]
public class TenantReputationFindingDto : IValidatableObject
Constructors
View SourceTenantReputationFindingDto()
Initializes a new instance of the TenantReputationFindingDto class.
Declaration
[JsonConstructor]
protected TenantReputationFindingDto()
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 SourceAccountRegion
Gets or Sets AccountRegion
Declaration
[DataMember(Name = "accountRegion", IsRequired = true, EmitDefaultValue = true)]
public TenantReputationFindingDto.AccountRegionEnum AccountRegion { get; set; }
Property Value
| Type | Description |
|---|---|
| TenantReputationFindingDto.AccountRegionEnum |
CreatedTimestamp
Gets or Sets CreatedTimestamp
Declaration
[DataMember(Name = "createdTimestamp", EmitDefaultValue = false)]
public DateTime CreatedTimestamp { get; set; }
Property Value
| Type | Description |
|---|---|
| DateTime |
Description
Gets or Sets Description
Declaration
[DataMember(Name = "description", EmitDefaultValue = false)]
public string Description { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Impact
Gets or Sets Impact
Declaration
[DataMember(Name = "impact", EmitDefaultValue = false)]
public string Impact { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
LastUpdatedTimestamp
Gets or Sets LastUpdatedTimestamp
Declaration
[DataMember(Name = "lastUpdatedTimestamp", EmitDefaultValue = false)]
public DateTime LastUpdatedTimestamp { get; set; }
Property Value
| Type | Description |
|---|---|
| DateTime |
Status
Gets or Sets Status
Declaration
[DataMember(Name = "status", EmitDefaultValue = false)]
public string Status { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
TenantArn
Gets or Sets TenantArn
Declaration
[DataMember(Name = "tenantArn", EmitDefaultValue = false)]
public string TenantArn { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
TenantName
Gets or Sets TenantName
Declaration
[DataMember(Name = "tenantName", IsRequired = true, EmitDefaultValue = true)]
public string TenantName { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Type
Gets or Sets Type
Declaration
[DataMember(Name = "type", EmitDefaultValue = false)]
public string Type { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
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 |