# APIEntitiesAppearance

API_Entities_Appearance model

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**title** | **string** |  | [optional] [default to undefined]
**description** | **string** |  | [optional] [default to undefined]
**pwa_name** | **string** |  | [optional] [default to undefined]
**pwa_short_name** | **string** |  | [optional] [default to undefined]
**pwa_description** | **string** |  | [optional] [default to undefined]
**logo** | **string** |  | [optional] [default to undefined]
**pwa_icon** | **string** |  | [optional] [default to undefined]
**header_logo** | **string** |  | [optional] [default to undefined]
**favicon** | **string** |  | [optional] [default to undefined]
**new_project_guidelines** | **string** |  | [optional] [default to undefined]
**profile_image_guidelines** | **string** |  | [optional] [default to undefined]
**header_message** | **string** |  | [optional] [default to undefined]
**footer_message** | **string** |  | [optional] [default to undefined]
**message_background_color** | **string** |  | [optional] [default to undefined]
**message_font_color** | **string** |  | [optional] [default to undefined]
**email_header_and_footer_enabled** | **string** |  | [optional] [default to undefined]

## Example

```typescript
import { APIEntitiesAppearance } from 'berg';

const instance: APIEntitiesAppearance = {
    title,
    description,
    pwa_name,
    pwa_short_name,
    pwa_description,
    logo,
    pwa_icon,
    header_logo,
    favicon,
    new_project_guidelines,
    profile_image_guidelines,
    header_message,
    footer_message,
    message_background_color,
    message_font_color,
    email_header_and_footer_enabled,
};
```

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