Skip to content

RosConditionProps

Initializer

using AlibabaCloud.SDK.ROS.CDK.Core;
new RosConditionProps {
    IRosConditionExpression Expression = null
};

Properties

Name Type Description
Expression IRosConditionExpression The expression that the condition will evaluate.

ExpressionOptional

public IRosConditionExpression Expression { get; set; }

The expression that the condition will evaluate.