Class DeleteDevicePreviewRunResult
DeleteDevicePreviewRunResult
Implements
Inherited Members
Namespace: mailslurp.Model
Assembly: mailslurp.dll
Syntax
[DataContract(Name = "DeleteDevicePreviewRunResult")]
public class DeleteDevicePreviewRunResult : IValidatableObject
Constructors
View SourceDeleteDevicePreviewRunResult()
Initializes a new instance of the DeleteDevicePreviewRunResult class.
Declaration
[JsonConstructor]
protected DeleteDevicePreviewRunResult()
DeleteDevicePreviewRunResult(Guid, bool, bool, bool)
Initializes a new instance of the DeleteDevicePreviewRunResult class.
Declaration
public DeleteDevicePreviewRunResult(Guid runId = default, bool deleted = false, bool remoteCleanupAttempted = false, bool remoteCleanupSucceeded = false)
Parameters
| Type | Name | Description |
|---|---|---|
| Guid | runId | runId (required). |
| bool | deleted | deleted (required). |
| bool | remoteCleanupAttempted | remoteCleanupAttempted (required). |
| bool | remoteCleanupSucceeded | remoteCleanupSucceeded (required). |
Properties
View SourceDeleted
Gets or Sets Deleted
Declaration
[DataMember(Name = "deleted", IsRequired = true, EmitDefaultValue = true)]
public bool Deleted { get; set; }
Property Value
| Type | Description |
|---|---|
| bool |
RemoteCleanupAttempted
Gets or Sets RemoteCleanupAttempted
Declaration
[DataMember(Name = "remoteCleanupAttempted", IsRequired = true, EmitDefaultValue = true)]
public bool RemoteCleanupAttempted { get; set; }
Property Value
| Type | Description |
|---|---|
| bool |
RemoteCleanupSucceeded
Gets or Sets RemoteCleanupSucceeded
Declaration
[DataMember(Name = "remoteCleanupSucceeded", IsRequired = true, EmitDefaultValue = true)]
public bool RemoteCleanupSucceeded { get; set; }
Property Value
| Type | Description |
|---|---|
| bool |
RunId
Gets or Sets RunId
Declaration
[DataMember(Name = "runId", IsRequired = true, EmitDefaultValue = true)]
public Guid RunId { get; set; }
Property Value
| Type | Description |
|---|---|
| Guid |
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 |