Skip to content

ContactParametersProperty

Initializer

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

Properties

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

ContactGroupNameOptional

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

IdentityOptional

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

LevelOptional

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