Skip to content

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.

ContentTypeOptional

public object ContentType { get; set; }
  • Type: object

HeadersOptional

public object Headers { get; set; }
  • Type: object

SignKeyOptional

public object SignKey { get; set; }
  • Type: object