# CmsPageModuleInstance


## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**id** | **string** |  | [optional] [default to undefined]
**module** | **string** |  | [optional] [default to undefined]
**fields** | **{ [key: string]: any | null; }** |  | [optional] [default to undefined]
**hidden** | **boolean** |  | [optional] [default to undefined]

## Example

```typescript
import { CmsPageModuleInstance } from '@caraer/client';

const instance: CmsPageModuleInstance = {
    id,
    module,
    fields,
    hidden,
};
```

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
