RosDeviceGroupProps
Properties for defining a RosDeviceGroup.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-iot-devicegroup
Initializer
using AlibabaCloud.SDK.ROS.CDK.Iot;
new RosDeviceGroupProps {
object GroupName,
object GroupDesc = null,
object IotInstanceId = null,
object SuperGroupId = null
};
Properties
| Name | Type | Description |
|---|---|---|
GroupName |
object |
No description. |
GroupDesc |
object |
No description. |
IotInstanceId |
object |
No description. |
SuperGroupId |
object |
No description. |
GroupNameRequired
public object GroupName { get; set; }
- Type: object
GroupDescOptional
public object GroupDesc { get; set; }
- Type: object
IotInstanceIdOptional
public object IotInstanceId { get; set; }
- Type: object
SuperGroupIdOptional
public object SuperGroupId { get; set; }
- Type: object