Skip to content

HeaderConfigProperty

Initializer

using AlibabaCloud.SDK.ROS.CDK.Alb;
new HeaderConfigProperty {
    object Key = null,
    object Values = null
};

Properties

Name Type Description
Key object No description.
Values object No description.

KeyOptional

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

ValuesOptional

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