github.com/morlay/goqcloud@v0.0.0-20181123023149-b00e0b0b9afc/clients/iotcloud/data_types.go (about) 1 package iotcloud 2 3 // 产品属性 4 5 type ProductProperties *ProductProperties 6 7 // 设备属性 8 9 type Attribute *Attribute 10 11 // 批量发消息请求 12 13 type BatchPublishMessage *BatchPublishMessage 14 15 // 设备详细信息 16 17 type DeviceInfo *DeviceInfo 18 19 // 创建设备时返回的设备信息 20 21 type MultiDevicesInfo *MultiDevicesInfo 22 23 // 产品元数据 24 25 type ProductMetadata *ProductMetadata 26 27 // 任务列表详细信息 28 29 type TaskInfo *TaskInfo 30 31 // 批量更新设备影子任务 32 33 type BatchUpdateShadow *BatchUpdateShadow 34 35 // 设备属性 36 37 type DeviceTag *DeviceTag 38 39 // 描述键值对过滤器,用于条件过滤查询。例如过滤ID、名称、状态等 40 41 type Filter *Filter 42 43 // 产品详细信息 44 45 type ProductInfo *ProductInfo 46 47 // 任务描述细节 48 49 type Task *Task