# LookerApi30Reference.ResultMakerWithIdVisConfigAndDynamicFields

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**id** | **Number** | Unique Id. | [optional] 
**dynamicFields** | **String** | JSON string of dynamic field information. | [optional] 
**filterables** | [**[ResultMakerFilterables]**](ResultMakerFilterables.md) | array of items that can be filtered and information about them. | [optional] 
**sorts** | **String** | Sorts of the constituent Look, Query, or Merge Query | [optional] 
**mergeResultId** | **String** | ID of merge result if this is a merge_result. | [optional] 
**total** | **Boolean** | Total of the constituent Look, Query, or Merge Query | [optional] 
**queryId** | **Number** | ID of query if this is a query. | [optional] 
**query** | [**Query**](Query.md) | Query | [optional] 
**visConfig** | **String** | Vis config of the constituent Query, or Merge Query. | [optional] 
**can** | **{String: Boolean}** | Operations the current user is able to perform on this object | [optional] 


