Skip to content

RewriteConfigProperty

Initializer

using AlibabaCloud.SDK.ROS.CDK.Alb;
new RewriteConfigProperty {
    object Host = null,
    object Path = null,
    object Query = null
};

Properties

Name Type Description
Host object No description.
Path object No description.
Query object No description.

HostOptional

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

PathOptional

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

QueryOptional

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