Skip to content

UchConfigProperty

Initializer

using AlibabaCloud.SDK.ROS.CDK.Alb;
new UchConfigProperty {
    object Type,
    object Value
};

Properties

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

TypeRequired

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

ValueRequired

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