Skip to content

RuleActionProperty

Initializer

using AlibabaCloud.SDK.ROS.CDK.Iot;
new RuleActionProperty {
    object Configuration,
    object Type,
    object ErrorActionFlag = null
};

Properties

Name Type Description
Configuration object No description.
Type object No description.
ErrorActionFlag object No description.

ConfigurationRequired

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

TypeRequired

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

ErrorActionFlagOptional

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