Skip to content

PathProperty

Initializer

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