# VmosoTaskApi.PageJumpRecord

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**str** | **String** | String based &#39;jump&#39; target. | [optional] 
**num** | **Integer** | Integer based &#39;jump&#39; target. | [optional] 
**id** | **Integer** | ID based &#39;jump&#39; target. | [optional] 
**type** | **String** | Jump target type.This is necessary only if there is ambiguity, e.g. {@link when}may mean update time or creation time. | [optional] 
**when** | **Integer** | Timestamp based &#39;jump&#39; target. | [optional] 
**key** | **String** | Key based &#39;jump&#39; target. | [optional] 


