Skip to content

RosServiceProps

Properties for defining a RosService.

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

Initializer

import "github.com/alibabacloud-go/ros-cdk/alicloudroscdkapig"
&alicloudroscdkapig.RosServiceProps {
    Addresses: interface{},
    GatewayId: interface{},
    ServiceName: interface{},
    SourceType: interface{},
}

Properties

Name Type Description
Addresses interface{} No description.
GatewayId interface{} No description.
ServiceName interface{} No description.
SourceType interface{} No description.

AddressesRequired

Addresses interface{}
  • Type: interface{}

GatewayIdRequired

GatewayId interface{}
  • Type: interface{}

ServiceNameRequired

ServiceName interface{}
  • Type: interface{}

SourceTypeRequired

SourceType interface{}
  • Type: interface{}