RosOperationProps
Properties for defining a RosOperation
.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-apig-operation
Initializer
using AlibabaCloud.SDK.ROS.CDK.Apig;
new RosOperationProps {
object HttpApiId,
object Method,
object OperationName,
object Path,
object Description = null,
object Mock = null
};
Properties
Name | Type | Description |
---|---|---|
HttpApiId |
object |
No description. |
Method |
object |
No description. |
OperationName |
object |
No description. |
Path |
object |
No description. |
Description |
object |
No description. |
Mock |
object |
No description. |
HttpApiId
Required
public object HttpApiId { get; set; }
- Type: object
Method
Required
public object Method { get; set; }
- Type: object
OperationName
Required
public object OperationName { get; set; }
- Type: object
Path
Required
public object Path { get; set; }
- Type: object
Description
Optional
public object Description { get; set; }
- Type: object
Mock
Optional
public object Mock { get; set; }
- Type: object