1package mts
2
3//Licensed under the Apache License, Version 2.0 (the "License");
4//you may not use this file except in compliance with the License.
5//You may obtain a copy of the License at
6//
7//http://www.apache.org/licenses/LICENSE-2.0
8//
9//Unless required by applicable law or agreed to in writing, software
10//distributed under the License is distributed on an "AS IS" BASIS,
11//WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12//See the License for the specific language governing permissions and
13//limitations under the License.
14//
15// Code generated by Alibaba Cloud SDK Code Generator.
16// Changes may cause incorrect behavior and will be lost if the code is regenerated.
17
18// Template is a nested struct in mts response
19type Template struct {
20	TemplateId  string      `json:"TemplateId" xml:"TemplateId"`
21	Name        string      `json:"Name" xml:"Name"`
22	Terrorism   string      `json:"Terrorism" xml:"Terrorism"`
23	Logo        string      `json:"Logo" xml:"Logo"`
24	Contraband  string      `json:"Contraband" xml:"Contraband"`
25	Qrcode      string      `json:"Qrcode" xml:"Qrcode"`
26	Abuse       string      `json:"Abuse" xml:"Abuse"`
27	Id          string      `json:"Id" xml:"Id"`
28	Live        string      `json:"Live" xml:"Live"`
29	Spam        string      `json:"Spam" xml:"Spam"`
30	Ad          string      `json:"Ad" xml:"Ad"`
31	State       string      `json:"State" xml:"State"`
32	Porn        string      `json:"Porn" xml:"Porn"`
33	Politics    string      `json:"Politics" xml:"Politics"`
34	MuxConfig   MuxConfig   `json:"MuxConfig" xml:"MuxConfig"`
35	Audio       Audio       `json:"Audio" xml:"Audio"`
36	TransConfig TransConfig `json:"TransConfig" xml:"TransConfig"`
37	Video       Video       `json:"Video" xml:"Video"`
38	Container   Container   `json:"Container" xml:"Container"`
39}
40