MatchProperty
Initializer
using AlibabaCloud.SDK.ROS.CDK.Apig;
new MatchProperty {
object Path,
object Headers = null,
object IgnoreUriCase = null,
object Methods = null,
object QueryParams = null
};
Properties
Name | Type | Description |
---|---|---|
Path |
object |
No description. |
Headers |
object |
No description. |
IgnoreUriCase |
object |
No description. |
Methods |
object |
No description. |
QueryParams |
object |
No description. |
Path
Required
public object Path { get; set; }
- Type: object
Headers
Optional
public object Headers { get; set; }
- Type: object
IgnoreUriCase
Optional
public object IgnoreUriCase { get; set; }
- Type: object
Methods
Optional
public object Methods { get; set; }
- Type: object
QueryParams
Optional
public object QueryParams { get; set; }
- Type: object