Skip to content

DeviceGroupProps

Properties for defining a DeviceGroup.

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

Initializer

using AlibabaCloud.SDK.ROS.CDK.Iot;
new DeviceGroupProps {
    object GroupName,
    object GroupDesc = null,
    object IotInstanceId = null,
    object SuperGroupId = null
};

Properties

Name Type Description
GroupName object Property groupName: The name of the group.
GroupDesc object Property groupDesc: The description of the group.
IotInstanceId object Property iotInstanceId: Public instance does not pass this parameter;
SuperGroupId object Property superGroupId: The ID of the parent group.

GroupNameRequired

public object GroupName { get; set; }
  • Type: object

Property groupName: The name of the group.

The name can contain Chinese characters, English letters, digits, and underscores (_). The length must be 4 to 30 characters (a Chinese character counts as two characters).


GroupDescOptional

public object GroupDesc { get; set; }
  • Type: object

Property groupDesc: The description of the group.

You can enter a description with up to 100 characters.


IotInstanceIdOptional

public object IotInstanceId { get; set; }
  • Type: object

Property iotInstanceId: Public instance does not pass this parameter;

instance that you need to buy the incoming instance ID.


SuperGroupIdOptional

public object SuperGroupId { get; set; }
  • Type: object

Property superGroupId: The ID of the parent group.

If you want to create a first-level group, do not enter this parameter.