RosQueueProps
Properties for defining a RosQueue.
See https://www.alibabacloud.com/help/ros/developer-reference/datasource-mns-queue
Initializer
using AlibabaCloud.SDK.ROS.CDK.Mns;
new RosQueueProps {
object QueueName,
object RefreshOptions = null
};
Properties
| Name | Type | Description |
|---|---|---|
QueueName |
object |
No description. |
RefreshOptions |
object |
No description. |
QueueNameRequired
public object QueueName { get; set; }
- Type: object
RefreshOptionsOptional
public object RefreshOptions { get; set; }
- Type: object