Skip to content

RosSubscriptionProps

Properties for defining a RosSubscription.

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

Initializer

using AlibabaCloud.SDK.ROS.CDK.Mns;
new RosSubscriptionProps {
    object Endpoint,
    object SubscriptionName,
    object TopicName,
    object FilterTag = null,
    object NotifyContentFormat = null,
    object NotifyStrategy = null
};

Properties

Name Type Description
Endpoint object No description.
SubscriptionName object No description.
TopicName object No description.
FilterTag object No description.
NotifyContentFormat object No description.
NotifyStrategy object No description.

EndpointRequired

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

SubscriptionNameRequired

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

TopicNameRequired

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

FilterTagOptional

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

NotifyContentFormatOptional

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

NotifyStrategyOptional

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