Search Results for

    Show / Hide Table of Contents

    Class DeleteDevicePreviewRunResult

    DeleteDevicePreviewRunResult

    Inheritance
    object
    DeleteDevicePreviewRunResult
    Implements
    IValidatableObject
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    Namespace: mailslurp.Model
    Assembly: mailslurp.dll
    Syntax
    [DataContract(Name = "DeleteDevicePreviewRunResult")]
    public class DeleteDevicePreviewRunResult : IValidatableObject

    Constructors

    View Source

    DeleteDevicePreviewRunResult()

    Initializes a new instance of the DeleteDevicePreviewRunResult class.

    Declaration
    [JsonConstructor]
    protected DeleteDevicePreviewRunResult()
    View Source

    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 Source

    Deleted

    Gets or Sets Deleted

    Declaration
    [DataMember(Name = "deleted", IsRequired = true, EmitDefaultValue = true)]
    public bool Deleted { get; set; }
    Property Value
    Type Description
    bool
    View Source

    RemoteCleanupAttempted

    Gets or Sets RemoteCleanupAttempted

    Declaration
    [DataMember(Name = "remoteCleanupAttempted", IsRequired = true, EmitDefaultValue = true)]
    public bool RemoteCleanupAttempted { get; set; }
    Property Value
    Type Description
    bool
    View Source

    RemoteCleanupSucceeded

    Gets or Sets RemoteCleanupSucceeded

    Declaration
    [DataMember(Name = "remoteCleanupSucceeded", IsRequired = true, EmitDefaultValue = true)]
    public bool RemoteCleanupSucceeded { get; set; }
    Property Value
    Type Description
    bool
    View Source

    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 Source

    ToJson()

    Returns the JSON string presentation of the object

    Declaration
    public virtual string ToJson()
    Returns
    Type Description
    string

    JSON string presentation of the object

    View Source

    ToString()

    Returns the string presentation of the object

    Declaration
    public override string ToString()
    Returns
    Type Description
    string

    String presentation of the object

    Overrides
    object.ToString()

    Implements

    IValidatableObject
    • View Source
    In this article
    Back to top See MailSlurp website for more information.