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. |
TopicName
Required
public object TopicName { get; set; }
- Type: object
RefreshOptions
Optional
public object RefreshOptions { get; set; }
- Type: object
SubscriptionName
Optional
public object SubscriptionName { get; set; }
- Type: object