Skip to content

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.

HttpApiIdRequired

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

MethodRequired

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

OperationNameRequired

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

PathRequired

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

DescriptionOptional

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

MockOptional

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