# LookerApi30Reference.Prefetch

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**ttl** | **Number** | Number of seconds prefetch will live for. | [optional] 
**createdAt** | **Date** | Time when prefetch was created. | [optional] 
**computationTime** | **Number** | Number of seconds it took to compute results for prefetch. | [optional] 
**resultSizeBytes** | **Number** | Size of result. | [optional] 
**hitCount** | **Number** | Number of times prefetch has been accessed. | [optional] 
**touchedAt** | **Date** | Time when prefetch was last accessed. | [optional] 
**value** | **{String: String}** | Data associated with the queries stored by prefetching the data | [optional] 
**url** | **String** | Link to get this item | [optional] 
**can** | **{String: Boolean}** | Operations the current user is able to perform on this object | [optional] 


