Skip to content

JoinConfigurationsProperty

Initializer

using AlibabaCloud.SDK.ROS.CDK.Sls;
new JoinConfigurationsProperty {
    object Type,
    object Condition = null
};

Properties

Name Type Description
Type object No description.
Condition object No description.

TypeRequired

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

ConditionOptional

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