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 GatewayId,
object Addresses = null,
object AiServiceConfig = null,
object GroupName = null,
object Namespace = null,
object Qualifier = null,
object ResourceGroupId = null,
object ServiceName = null,
object SourceType = null
};
Properties
| Name | Type | Description |
|---|---|---|
GatewayId | object | No description. |
Addresses | object | No description. |
AiServiceConfig | object | No description. |
GroupName | object | No description. |
Namespace | object | No description. |
Qualifier | object | No description. |
ResourceGroupId | object | No description. |
ServiceName | object | No description. |
SourceType | object | No description. |
GatewayIdRequired
public object GatewayId { get; set; }
- Type: object
AddressesOptional
public object Addresses { get; set; }
- Type: object
AiServiceConfigOptional
public object AiServiceConfig { get; set; }
- Type: object
GroupNameOptional
public object GroupName { get; set; }
- Type: object
NamespaceOptional
public object Namespace { get; set; }
- Type: object
QualifierOptional
public object Qualifier { get; set; }
- Type: object
ResourceGroupIdOptional
public object ResourceGroupId { get; set; }
- Type: object
ServiceNameOptional
public object ServiceName { get; set; }
- Type: object
SourceTypeOptional
public object SourceType { get; set; }
- Type: object