MnsParametersProperty
Initializer
using AlibabaCloud.SDK.ROS.CDK.Cms;
new MnsParametersProperty {
object Identity = null,
object Queue = null,
object Region = null,
object Topic = null
};
Properties
| Name | Type | Description |
Identity | object | No description. |
Queue | object | No description. |
Region | object | No description. |
Topic | object | No description. |
IdentityOptional
public object Identity { get; set; }
QueueOptional
public object Queue { get; set; }
RegionOptional
public object Region { get; set; }
TopicOptional
public object Topic { get; set; }