Operation interface
IoT Central REST API作
属性
| display | 表示作的对象。 |
| name | 作名称:{provider}/{resource}/{read | write | action | delete} 注意:此属性不会序列化。 它只能由服务器填充。 |
| origin | 作的预期执行程序。 注意:此属性不会序列化。 它只能由服务器填充。 |
| properties | 作的其他说明。 注意:此属性不会序列化。 它只能由服务器填充。 |
属性详细信息
display
name
作名称:{provider}/{resource}/{read | write | action | delete} 注意:此属性不会序列化。 它只能由服务器填充。
name?: string
属性值
string
origin
作的预期执行程序。 注意:此属性不会序列化。 它只能由服务器填充。
origin?: string
属性值
string
properties
作的其他说明。 注意:此属性不会序列化。 它只能由服务器填充。
properties?: Record<string, unknown>
属性值
Record<string, unknown>