# Nr1CatalogApp.SubscriptionBasicViewData

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**name** | **String** | The name of the subscription. Always in upper-case; case conversion will be forced on the platform if necessary | 
**description** | **String** | A description of the subscription | 
**topicId** | [**TopicIdData**](TopicIdData.md) | Identifies the topic associated with this subscription | 
**subscriptionType** | **String** | The subscription type | 
**enterpriseUnitId** | **String** |  | [optional] 


<a name="SubscriptionTypeEnum"></a>
## Enum: SubscriptionTypeEnum


* `SERVICE` (value: `"SERVICE"`)

* `URL` (value: `"URL"`)

* `KAFKA` (value: `"KAFKA"`)




