Skip to content

RosHttpApiProps

Properties for defining a RosHttpApi.

See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-apig-httpapi

Initializer

using AlibabaCloud.SDK.ROS.CDK.Apig;
new RosHttpApiProps {
    object HttpApiName,
    object Protocols,
    object BasePath = null,
    object Description = null,
    object Type = null
};

Properties

Name Type Description
HttpApiName object No description.
Protocols object No description.
BasePath object No description.
Description object No description.
Type object No description.

HttpApiNameRequired

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

ProtocolsRequired

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

BasePathOptional

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

DescriptionOptional

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

TypeOptional

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