RoutingRulesProperty
Initializer
using AlibabaCloud.SDK.ROS.CDK.Oss;
new RoutingRulesProperty {
object Condition,
object Redirect,
object RuleNumber
};
Properties
Name | Type | Description |
---|---|---|
Condition |
object |
No description. |
Redirect |
object |
No description. |
RuleNumber |
object |
No description. |
Condition
Required
public object Condition { get; set; }
- Type: object
Redirect
Required
public object Redirect { get; set; }
- Type: object
RuleNumber
Required
public object RuleNumber { get; set; }
- Type: object