HttpConfigProperty
Initializer
using AlibabaCloud.SDK.ROS.CDK.Ros;
new HttpConfigProperty {
object ContentType = null,
object Headers = null,
object SignKey = null
};
Properties
Name | Type | Description |
---|---|---|
ContentType |
object |
No description. |
Headers |
object |
No description. |
SignKey |
object |
No description. |
ContentType
Optional
public object ContentType { get; set; }
- Type: object
Headers
Optional
public object Headers { get; set; }
- Type: object
SignKey
Optional
public object SignKey { get; set; }
- Type: object