Skip to content

RosProductTopicProps

Properties for defining a RosProductTopic.

See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-iot-producttopic

Initializer

import "github.com/alibabacloud-go/ros-cdk/alicloudroscdkiot"
&alicloudroscdkiot.RosProductTopicProps {
    Operation: interface{},
    ProductKey: interface{},
    TopicShortName: interface{},
    Desc: interface{},
    IotInstanceId: interface{},
}

Properties

Name Type Description
Operation interface{} No description.
ProductKey interface{} No description.
TopicShortName interface{} No description.
Desc interface{} No description.
IotInstanceId interface{} No description.

OperationRequired

Operation interface{}
  • Type: interface{}

ProductKeyRequired

ProductKey interface{}
  • Type: interface{}

TopicShortNameRequired

TopicShortName interface{}
  • Type: interface{}

DescOptional

Desc interface{}
  • Type: interface{}

IotInstanceIdOptional

IotInstanceId interface{}
  • Type: interface{}