SerialNumberBindingProps
Properties for defining a SerialNumberBinding
.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-sag-serialnumberbinding
Initializer
using AlibabaCloud.SDK.ROS.CDK.Sag;
new SerialNumberBindingProps {
object SerialNumber,
object SmartAgId
};
Properties
Name | Type | Description |
---|---|---|
SerialNumber |
object |
Property serialNumber: The serial number (SN) of the SAG device. |
SmartAgId |
object |
Property smartAgId: The ID of the SAG instance. |
SerialNumber
Required
public object SerialNumber { get; set; }
- Type: object
Property serialNumber: The serial number (SN) of the SAG device.
SmartAgId
Required
public object SmartAgId { get; set; }
- Type: object
Property smartAgId: The ID of the SAG instance.