package iot //Licensed under the Apache License, Version 2.0 (the "License"); //you may not use this file except in compliance with the License. //You may obtain a copy of the License at // //http://www.apache.org/licenses/LICENSE-2.0 // //Unless required by applicable law or agreed to in writing, software //distributed under the License is distributed on an "AS IS" BASIS, //WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. //See the License for the specific language governing permissions and //limitations under the License. // // Code generated by Alibaba Cloud SDK Code Generator. // Changes may cause incorrect behavior and will be lost if the code is regenerated. // RuleInfo is a nested struct in iot response type RuleInfo struct { Name string `json:"Name" xml:"Name"` Created string `json:"Created" xml:"Created"` CreateUserId int64 `json:"CreateUserId" xml:"CreateUserId"` Where string `json:"Where" xml:"Where"` ProductKey string `json:"ProductKey" xml:"ProductKey"` RuleDesc string `json:"RuleDesc" xml:"RuleDesc"` Id int64 `json:"Id" xml:"Id"` UtcCreated string `json:"UtcCreated" xml:"UtcCreated"` UtcModified string `json:"UtcModified" xml:"UtcModified"` ShortTopic string `json:"ShortTopic" xml:"ShortTopic"` DataType string `json:"DataType" xml:"DataType"` Select string `json:"Select" xml:"Select"` TopicType int `json:"TopicType" xml:"TopicType"` Status string `json:"Status" xml:"Status"` Topic string `json:"Topic" xml:"Topic"` Modified string `json:"Modified" xml:"Modified"` }