Skip to content

RosSubscriptionProps

Properties for defining a RosSubscription.

See https://www.alibabacloud.com/help/ros/developer-reference/datasource-mns-subscription

Initializer

using AlibabaCloud.SDK.ROS.CDK.Mns;
new RosSubscriptionProps {
    object SubscriptionName,
    object TopicName,
    object RefreshOptions = null
};

Properties

Name Type Description
SubscriptionName object No description.
TopicName object No description.
RefreshOptions object No description.

SubscriptionNameRequired

public object SubscriptionName { get; set; }
  • Type: object

TopicNameRequired

public object TopicName { get; set; }
  • Type: object

RefreshOptionsOptional

public object RefreshOptions { get; set; }
  • Type: object