# WeaviateApi.ModelManifest

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**allowedChildModelManifestIds** | **[String]** | For gateways, a list of device ids that are allowed to connect to it. | [optional] 
**applications** | [**[Application]**](Application.md) | List of applications recommended to use with a device model. | [optional] 
**confirmationImageUrl** | **String** | URL of image showing a confirmation button. | [optional] 
**deviceImageUrl** | **String** | URL of device image. | [optional] 
**deviceKind** | **String** | Device kind, see \&quot;deviceKind\&quot; field of the Device resource. See list of device kinds values. | [optional] 
**id** | **String** | Unique model manifest ID. | [optional] 
**kind** | **String** | Identifies what kind of resource this is. Value: the fixed string \&quot;weave#modelManifest\&quot;. | [optional] [default to &#39;weave#modelManifest&#39;]
**modelDescription** | **String** | User readable device model description. | [optional] 
**modelName** | **String** | User readable device model name. | [optional] 
**oemName** | **String** | User readable name of device model manufacturer. | [optional] 
**supportPageUrl** | **String** | URL of device support page. | [optional] 


