Skip to content

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.

ConditionRequired

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

RedirectRequired

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

RuleNumberRequired

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