Skip to content

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.

ResponseCodeRequired

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

EnableOptional

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

ResponseContentOptional

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