Class EmptyResponseDto
EmptyResponseDto
Implements
Inherited Members
Namespace: mailslurp.Model
Assembly: mailslurp.dll
Syntax
[DataContract(Name = "EmptyResponseDto")]
public class EmptyResponseDto : IValidatableObject
Constructors
View SourceEmptyResponseDto(string)
Initializes a new instance of the EmptyResponseDto class.
Declaration
public EmptyResponseDto(string message = null)
Parameters
Type | Name | Description |
---|---|---|
string | message | message. |
Properties
View SourceMessage
Gets or Sets Message
Declaration
[DataMember(Name = "message", EmitDefaultValue = false)]
public string Message { 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 |