Skip to content

CompositeExpressionProperty

Initializer

using AlibabaCloud.SDK.ROS.CDK.Cms;
new CompositeExpressionProperty {
    object Level,
    object Times,
    object ExpressionList = null,
    object ExpressionListJoin = null,
    object ExpressionRaw = null
};

Properties

Name Type Description
Level object No description.
Times object No description.
ExpressionList object No description.
ExpressionListJoin object No description.
ExpressionRaw object No description.

LevelRequired

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

TimesRequired

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

ExpressionListOptional

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

ExpressionListJoinOptional

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

ExpressionRawOptional

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