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