RosServiceProps
Properties for defining a RosService
.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-apig-service
Initializer
using AlibabaCloud.SDK.ROS.CDK.Apig;
new RosServiceProps {
object Addresses,
object GatewayId,
object ServiceName,
object SourceType
};
Properties
Name | Type | Description |
---|---|---|
Addresses |
object |
No description. |
GatewayId |
object |
No description. |
ServiceName |
object |
No description. |
SourceType |
object |
No description. |
Addresses
Required
public object Addresses { get; set; }
- Type: object
GatewayId
Required
public object GatewayId { get; set; }
- Type: object
ServiceName
Required
public object ServiceName { get; set; }
- Type: object
SourceType
Required
public object SourceType { get; set; }
- Type: object