Skip to content

RosDeviceGroupProps

Properties for defining a RosDeviceGroup.

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

Initializer

import "github.com/alibabacloud-go/ros-cdk/alicloudroscdkiot"
&alicloudroscdkiot.RosDeviceGroupProps {
    GroupName: interface{},
    GroupDesc: interface{},
    IotInstanceId: interface{},
    SuperGroupId: interface{},
}

Properties

Name Type Description
GroupName interface{} No description.
GroupDesc interface{} No description.
IotInstanceId interface{} No description.
SuperGroupId interface{} No description.

GroupNameRequired

GroupName interface{}
  • Type: interface{}

GroupDescOptional

GroupDesc interface{}
  • Type: interface{}

IotInstanceIdOptional

IotInstanceId interface{}
  • Type: interface{}

SuperGroupIdOptional

SuperGroupId interface{}
  • Type: interface{}