MnsParametersProperty
Initializer
using AlibabaCloud.SDK.ROS.CDK.Cms;
new MnsParametersProperty {
object Identity = null,
object Queue = null,
object Region = null
};
Properties
Name | Type | Description |
---|---|---|
Identity |
object |
No description. |
Queue |
object |
No description. |
Region |
object |
No description. |
Identity
Optional
public object Identity { get; set; }
- Type: object
Queue
Optional
public object Queue { get; set; }
- Type: object
Region
Optional
public object Region { get; set; }
- Type: object