InsertHeaderConfigProperty
Initializer
using AlibabaCloud.SDK.ROS.CDK.Alb;
new InsertHeaderConfigProperty {
object Key = null,
object Value = null,
object ValueType = null
};
Properties
| Name | Type | Description |
|---|---|---|
Key |
object |
No description. |
Value |
object |
No description. |
ValueType |
object |
No description. |
KeyOptional
public object Key { get; set; }
- Type: object
ValueOptional
public object Value { get; set; }
- Type: object
ValueTypeOptional
public object ValueType { get; set; }
- Type: object