| Name | Type | Description | Notes |
|---|---|---|---|
| id | str | Unique Id | [optional] |
| name | str | Name | [optional] |
| description | str | Description | [optional] |
| enabled_locally | bool | Whether this feature has been enabled by a user | [optional] |
| enabled | bool | Whether this feature is currently enabled | [optional] |
| disallowed_as_of_version | str | Looker version where this feature became a legacy feature | [optional] |
| disable_on_upgrade_to_version | str | Looker version where this feature will be automatically disabled | [optional] |
| end_of_life_version | str | Future Looker version where this feature will be removed | [optional] |
| documentation_url | str | URL for documentation about this feature | [optional] |
| approximate_disable_date | datetime | Approximate date that this feature will be automatically disabled. | [optional] |
| approximate_end_of_life_date | datetime | Approximate date that this feature will be removed. | [optional] |
| has_disabled_on_upgrade | bool | Whether this legacy feature may have been automatically disabled when upgrading to the current version. | [optional] |
| can | dict(str, bool) | Operations the current user is able to perform on this object | [optional] |