RosApiAttachmentProps
Properties for defining a RosApiAttachment.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-apig-apiattachment
Initializer
using AlibabaCloud.SDK.ROS.CDK.Apig;
new RosApiAttachmentProps {
object BackendScene,
object EnvironmentId,
object HttpApiId,
object ServiceConfigs,
object Description = null,
object DomainIds = null,
object RouteId = null
};
Properties
| Name | Type | Description |
|---|---|---|
BackendScene |
object |
No description. |
EnvironmentId |
object |
No description. |
HttpApiId |
object |
No description. |
ServiceConfigs |
object |
No description. |
Description |
object |
No description. |
DomainIds |
object |
No description. |
RouteId |
object |
No description. |
BackendSceneRequired
public object BackendScene { get; set; }
- Type: object
EnvironmentIdRequired
public object EnvironmentId { get; set; }
- Type: object
HttpApiIdRequired
public object HttpApiId { get; set; }
- Type: object
ServiceConfigsRequired
public object ServiceConfigs { get; set; }
- Type: object
DescriptionOptional
public object Description { get; set; }
- Type: object
DomainIdsOptional
public object DomainIds { get; set; }
- Type: object
RouteIdOptional
public object RouteId { get; set; }
- Type: object