RosSubscriptionsProps
Properties for defining a RosSubscriptions.
See https://www.alibabacloud.com/help/ros/developer-reference/datasource-mns-subscriptions
Initializer
using AlibabaCloud.SDK.ROS.CDK.Mns;
new RosSubscriptionsProps {
object TopicName,
object RefreshOptions = null,
object SubscriptionName = null
};
Properties
| Name | Type | Description |
|---|---|---|
TopicName |
object |
No description. |
RefreshOptions |
object |
No description. |
SubscriptionName |
object |
No description. |
TopicNameRequired
public object TopicName { get; set; }
- Type: object
RefreshOptionsOptional
public object RefreshOptions { get; set; }
- Type: object
SubscriptionNameOptional
public object SubscriptionName { get; set; }
- Type: object