MockProperty
Initializer
using AlibabaCloud.SDK.ROS.CDK.Apig;
new MockProperty {
object ResponseCode,
object Enable = null,
object ResponseContent = null
};
Properties
Name | Type | Description |
---|---|---|
ResponseCode |
object |
No description. |
Enable |
object |
No description. |
ResponseContent |
object |
No description. |
ResponseCode
Required
public object ResponseCode { get; set; }
- Type: object
Enable
Optional
public object Enable { get; set; }
- Type: object
ResponseContent
Optional
public object ResponseContent { get; set; }
- Type: object