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. |
GroupName
Required
public object GroupName { get; set; }
- Type: object
GroupDesc
Optional
public object GroupDesc { get; set; }
- Type: object
IotInstanceId
Optional
public object IotInstanceId { get; set; }
- Type: object
SuperGroupId
Optional
public object SuperGroupId { get; set; }
- Type: object