SerialNumberBindingProps
Properties for defining a SerialNumberBinding
.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-sag-serialnumberbinding
Initializer
import "github.com/alibabacloud-go/ros-cdk/alicloudroscdksag"
&alicloudroscdksag.SerialNumberBindingProps {
SerialNumber: interface{},
SmartAgId: interface{},
}
Properties
Name | Type | Description |
---|---|---|
SerialNumber |
interface{} |
Property serialNumber: The serial number (SN) of the SAG device. |
SmartAgId |
interface{} |
Property smartAgId: The ID of the SAG instance. |
SerialNumber
Required
SerialNumber interface{}
- Type: interface{}
Property serialNumber: The serial number (SN) of the SAG device.
SmartAgId
Required
SmartAgId interface{}
- Type: interface{}
Property smartAgId: The ID of the SAG instance.