Show / Hide Table of Contents

Class RestoreRequestTrackingIDStatus

Use to update the restore request status

Inheritance
System.Object
RestoreRequestTrackingIDStatus
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: SecureExchangesSDK.Models.Transport
Assembly: SecureExchangesSDK.dll
Syntax
public class RestoreRequestTrackingIDStatus

Properties

Status

Represent the status for the restore request

Declaration
public RestoreRequestStatus Status { get; set; }
Property Value
Type Description
RestoreRequestStatus

TrackingID

Represent the restore request ID

Declaration
public Guid TrackingID { get; set; }
Property Value
Type Description
System.Guid

Extension Methods

ExtensionHelper.CopySameNameAndTypeProperties<T, S>(T, S)
In This Article
Back to top Generated by DocFX