Skip to content

EventPatternProperty

Initializer

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

Properties

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

CustomFiltersOptional

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

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

SqlFilterOptional

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

StatusListOptional

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