Skip to content

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.

IdentityOptional

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

QueueOptional

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

RegionOptional

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