Class EmailFeatureSupportStatusPercentage
EmailFeatureSupportStatusPercentage
Implements
Inherited Members
Namespace: mailslurp.Model
Assembly: mailslurp.dll
Syntax
[DataContract(Name = "EmailFeatureSupportStatusPercentage")]
public class EmailFeatureSupportStatusPercentage : IValidatableObject
Constructors
View SourceEmailFeatureSupportStatusPercentage()
Initializes a new instance of the EmailFeatureSupportStatusPercentage class.
Declaration
[JsonConstructor]
protected EmailFeatureSupportStatusPercentage()
EmailFeatureSupportStatusPercentage(StatusEnum, float)
Initializes a new instance of the EmailFeatureSupportStatusPercentage class.
Declaration
public EmailFeatureSupportStatusPercentage(EmailFeatureSupportStatusPercentage.StatusEnum status = (EmailFeatureSupportStatusPercentage.StatusEnum)0, float percentage = 0)
Parameters
Type | Name | Description |
---|---|---|
EmailFeatureSupportStatusPercentage.StatusEnum | status | status (required). |
float | percentage | percentage (required). |
Properties
View SourcePercentage
Gets or Sets Percentage
Declaration
[DataMember(Name = "percentage", IsRequired = true, EmitDefaultValue = true)]
public float Percentage { get; set; }
Property Value
Type | Description |
---|---|
float |
Status
Gets or Sets Status
Declaration
[DataMember(Name = "status", IsRequired = true, EmitDefaultValue = true)]
public EmailFeatureSupportStatusPercentage.StatusEnum Status { get; set; }
Property Value
Type | Description |
---|---|
EmailFeatureSupportStatusPercentage.StatusEnum |
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 |