HeaderConfigProperty
Initializer
using AlibabaCloud.SDK.ROS.CDK.Alb;
new HeaderConfigProperty {
object Key = null,
object Values = null
};
Properties
Name | Type | Description |
---|---|---|
Key |
object |
No description. |
Values |
object |
No description. |
Key
Optional
public object Key { get; set; }
- Type: object
Values
Optional
public object Values { get; set; }
- Type: object