# Nr1CatalogApp.UrlSubscriptionViewData

## 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 | 
**messageAttributePatterns** | [**[KeyValueData]**](KeyValueData.md) | The message attribute patterns to use when selecting messages published on a topic. If patterns are specified, the subscription will receive only those messages that are published with attributes that match the subscription's pattern applying {@link com.ncr.nep.common.LogicalOperator#AND AND} logic to the attribute value matches. The message attribute pattern value must always be a valid regular expression pattern | [optional] 
**payloadDelivered** | **Boolean** | Indicates whether message payloads should be propagated to the subscribed endpoint. If false, the endpoint will be invoked without any payload data. | [optional] 
**enterpriseUnitId** | **String** |  | [optional] 
**endpoint** | [**UrlEndpointData**](UrlEndpointData.md) | The destination endpoint for the subscription | 


