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. |
Type
Required
public object Type { get; set; }
- Type: object
Value
Required
public object Value { get; set; }
- Type: object