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. |
BackendScene
Required
public object BackendScene { get; set; }
- Type: object
EnvironmentId
Required
public object EnvironmentId { get; set; }
- Type: object
HttpApiId
Required
public object HttpApiId { get; set; }
- Type: object
ServiceConfigs
Required
public object ServiceConfigs { get; set; }
- Type: object
Description
Optional
public object Description { get; set; }
- Type: object
DomainIds
Optional
public object DomainIds { get; set; }
- Type: object
RouteId
Optional
public object RouteId { get; set; }
- Type: object