Skip to content

LogHeadersProperty

Initializer

using AlibabaCloud.SDK.ROS.CDK.Waf;
new LogHeadersProperty {
    object K = null,
    object V = null
};

Properties

Name Type Description
K object No description.
V object No description.

KOptional

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

VOptional

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