/// <summary> /// Initializes a new instance of the ValidateRestoreRequestObject /// class. /// </summary> /// <param name="restoreRequestObject">Gets or sets the restore request /// object.</param> public ValidateRestoreRequestObject(AzureBackupRestoreRequest restoreRequestObject) { RestoreRequestObject = restoreRequestObject; CustomInit(); }
/// <summary> /// Initializes a new instance of the ValidateRestoreRequestObject /// class. /// </summary> public ValidateRestoreRequestObject() { RestoreRequestObject = new AzureBackupRestoreRequest(); CustomInit(); }