Skip to content

EventPatternProperty

Initializer

using AlibabaCloud.SDK.ROS.CDK.Cms;
new EventPatternProperty {
    object EventTypeList = null,
    object LevelList = null,
    object NameList = null,
    object Product = null,
    object StatusList = null
};

Properties

Name Type Description
EventTypeList object No description.
LevelList object No description.
NameList object No description.
Product object No description.
StatusList object No description.

EventTypeListOptional

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

LevelListOptional

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

NameListOptional

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

ProductOptional

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

StatusListOptional

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