Skip to content

ResponseHeaderConfigProperty

Initializer

using AlibabaCloud.SDK.ROS.CDK.Alb;
new ResponseHeaderConfigProperty {
    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