Theme.
| Name | Type | Description | Notes |
|---|---|---|---|
| name | String | Theme name. | [optional] |
| version | String | Theme version. | [optional] |
| versionLatest | String | Latest version of theme. | [optional] |
| authorUrl | URI | Theme author URL. | [optional] |
| isChildTheme | Boolean | Is this theme a child theme? | [optional] |
| isBlockTheme | Boolean | Is this theme a block theme? | [optional] |
| hasWoocommerceSupport | Boolean | Does the theme declare WooCommerce support? | [optional] |
| hasWoocommerceFile | Boolean | Does the theme have a woocommerce.php file? | [optional] |
| hasOutdatedTemplates | Boolean | Does this theme have outdated templates? | [optional] |
| overrides | List<String> | Template overrides. | [optional] |
| parentName | String | Parent theme name. | [optional] |
| parentVersion | String | Parent theme version. | [optional] |
| parentAuthorUrl | URI | Parent theme author URL. | [optional] |