Skip to content

HttpHeadersProperty

Initializer

using AlibabaCloud.SDK.ROS.CDK.Edas;
new HttpHeadersProperty {
    object Name = null,
    object Value = null
};

Properties

Name Type Description
Name object No description.
Value object No description.

NameOptional

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

ValueOptional

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