Class EmailScreenshotResult
EmailScreenshotResult
Implements
Inherited Members
Namespace: mailslurp.Model
Assembly: mailslurp.dll
Syntax
[DataContract(Name = "EmailScreenshotResult")]
public class EmailScreenshotResult : IValidatableObject
Constructors
View SourceEmailScreenshotResult()
Initializes a new instance of the EmailScreenshotResult class.
Declaration
[JsonConstructor]
protected EmailScreenshotResult()
EmailScreenshotResult(string)
Initializes a new instance of the EmailScreenshotResult class.
Declaration
public EmailScreenshotResult(string base64EncodedImage = null)
Parameters
Type | Name | Description |
---|---|---|
string | base64EncodedImage | base64EncodedImage (required). |
Properties
View SourceBase64EncodedImage
Gets or Sets Base64EncodedImage
Declaration
[DataMember(Name = "base64EncodedImage", IsRequired = true, EmitDefaultValue = true)]
public string Base64EncodedImage { 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 |