Skip to content

TargetsProperty

Initializer

using AlibabaCloud.SDK.ROS.CDK.Cms;
new TargetsProperty {
    object Arn,
    object Identity,
    object Level = null
};

Properties

Name Type Description
Arn object No description.
Identity object No description.
Level object No description.

ArnRequired

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

IdentityRequired

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

LevelOptional

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