Class CreateDevicePreviewRunResult
CreateDevicePreviewRunResult
Implements
Inherited Members
Namespace: mailslurp.Model
Assembly: mailslurp.dll
Syntax
[DataContract(Name = "CreateDevicePreviewRunResult")]
public class CreateDevicePreviewRunResult : IValidatableObject
Constructors
View SourceCreateDevicePreviewRunResult()
Initializes a new instance of the CreateDevicePreviewRunResult class.
Declaration
[JsonConstructor]
protected CreateDevicePreviewRunResult()
CreateDevicePreviewRunResult(DevicePreviewRunDto, bool)
Initializes a new instance of the CreateDevicePreviewRunResult class.
Declaration
public CreateDevicePreviewRunResult(DevicePreviewRunDto run = null, bool created = false)
Parameters
| Type | Name | Description |
|---|---|---|
| DevicePreviewRunDto | run | run (required). |
| bool | created | created (required). |
Properties
View SourceCreated
Gets or Sets Created
Declaration
[DataMember(Name = "created", IsRequired = true, EmitDefaultValue = true)]
public bool Created { get; set; }
Property Value
| Type | Description |
|---|---|
| bool |
Run
Gets or Sets Run
Declaration
[DataMember(Name = "run", IsRequired = true, EmitDefaultValue = true)]
public DevicePreviewRunDto Run { get; set; }
Property Value
| Type | Description |
|---|---|
| DevicePreviewRunDto |
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 |