| Name | Type | Description | Notes |
|---|---|---|---|
| id | string | Fully qualified explore name (model name plus explore name) | [optional] |
| name | string | Explore name | [optional] |
| description | string | Description | [optional] |
| label | string | Label | [optional] |
| title | string | Explore title | [optional] |
| scopes | string[] | Scopes | [optional] |
| can_total | bool | Can Total | [optional] |
| can_develop | bool | Can Develop LookML | [optional] |
| can_see_lookml | bool | Can See LookML | [optional] |
| lookml_link | string | A URL linking to the definition of this explore in the LookML IDE. | [optional] |
| can_save | bool | Can Save | [optional] |
| can_explain | bool | Can Explain | [optional] |
| can_pivot_in_db | bool | Can pivot in the DB | [optional] |
| can_subtotal | bool | Can use subtotals | [optional] |
| has_timezone_support | bool | Has timezone support | [optional] |
| supports_cost_estimate | bool | Cost estimates supported | [optional] |
| connection_name | string | Connection name | [optional] |
| null_sort_treatment | string | How nulls are sorted, possible values are "low", "high", "first" and "last" | [optional] |
| files | string[] | List of model source files | [optional] |
| source_file | string | Primary source_file file | [optional] |
| project_name | string | Name of project | [optional] |
| model_name | string | Name of model | [optional] |
| view_name | string | Name of view | [optional] |
| hidden | bool | Is hidden | [optional] |
| sql_table_name | string | A sql_table_name expression that defines what sql table the view/explore maps onto. Example: "prod_orders2 AS orders" in a view named orders. | [optional] |
| access_filter_fields | string[] | (DEPRECATED) Array of access filter field names | [optional] |
| access_filters | \Swagger\Client\Model\LookmlModelExploreAccessFilter[] | Access filters | [optional] |
| aliases | \Swagger\Client\Model\LookmlModelExploreAlias[] | Aliases | [optional] |
| always_filter | \Swagger\Client\Model\LookmlModelExploreAlwaysFilter[] | Always filter | [optional] |
| conditionally_filter | \Swagger\Client\Model\LookmlModelExploreConditionallyFilter[] | Conditionally filter | [optional] |
| index_fields | string[] | Array of index fields | [optional] |
| sets | \Swagger\Client\Model\LookmlModelExploreSet[] | Sets | [optional] |
| tags | string[] | An array of arbitrary string tags provided in the model for this explore. | [optional] |
| errors | \Swagger\Client\Model\LookmlModelExploreError[] | Errors | [optional] |
| fields | \Swagger\Client\Model\LookmlModelExploreFieldset | Fields | [optional] |
| joins | \Swagger\Client\Model\LookmlModelExploreJoins[] | Views joined into this explore | [optional] |
| group_label | string | Label used to group explores in the navigation menus | [optional] |
| supported_measure_types | \Swagger\Client\Model\LookmlModelExploreSupportedMeasureType[] | An array of items describing which custom measure types are supported for creating a custom measure 'based_on' each possible dimension type. | [optional] |
| always_join | string[] | An array of joins that will always be included in the SQL for this explore, even if the user has not selected a field from the joined view. | [optional] |