struct_video.go 3.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  1. package vod
  2. //Licensed under the Apache License, Version 2.0 (the "License");
  3. //you may not use this file except in compliance with the License.
  4. //You may obtain a copy of the License at
  5. //
  6. //http://www.apache.org/licenses/LICENSE-2.0
  7. //
  8. //Unless required by applicable law or agreed to in writing, software
  9. //distributed under the License is distributed on an "AS IS" BASIS,
  10. //WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  11. //See the License for the specific language governing permissions and
  12. //limitations under the License.
  13. //
  14. // Code generated by Alibaba Cloud SDK Code Generator.
  15. // Changes may cause incorrect behavior and will be lost if the code is regenerated.
  16. // Video is a nested struct in vod response
  17. type Video struct {
  18. MediaSource string `json:"MediaSource" xml:"MediaSource"`
  19. AuditManualStatus string `json:"AuditManualStatus" xml:"AuditManualStatus"`
  20. ModifyTime string `json:"ModifyTime" xml:"ModifyTime"`
  21. Title string `json:"Title" xml:"Title"`
  22. CreateTime string `json:"CreateTime" xml:"CreateTime"`
  23. TemplateGroupId string `json:"TemplateGroupId" xml:"TemplateGroupId"`
  24. MediaType string `json:"MediaType" xml:"MediaType"`
  25. CustomMediaInfo string `json:"CustomMediaInfo" xml:"CustomMediaInfo"`
  26. AuditAIStatus string `json:"AuditAIStatus" xml:"AuditAIStatus"`
  27. RegionId string `json:"RegionId" xml:"RegionId"`
  28. Duration float64 `json:"Duration" xml:"Duration"`
  29. CateName string `json:"CateName" xml:"CateName"`
  30. Size int64 `json:"Size" xml:"Size"`
  31. Description string `json:"Description" xml:"Description"`
  32. CateId int64 `json:"CateId" xml:"CateId"`
  33. Tags string `json:"Tags" xml:"Tags"`
  34. PreprocessStatus string `json:"PreprocessStatus" xml:"PreprocessStatus"`
  35. TranscodeMode string `json:"TranscodeMode" xml:"TranscodeMode"`
  36. ModificationTime string `json:"ModificationTime" xml:"ModificationTime"`
  37. StorageLocation string `json:"StorageLocation" xml:"StorageLocation"`
  38. CreationTime string `json:"CreationTime" xml:"CreationTime"`
  39. AuditAIResult string `json:"AuditAIResult" xml:"AuditAIResult"`
  40. CoverURL string `json:"CoverURL" xml:"CoverURL"`
  41. AppId string `json:"AppId" xml:"AppId"`
  42. AuditTemplateId string `json:"AuditTemplateId" xml:"AuditTemplateId"`
  43. Status string `json:"Status" xml:"Status"`
  44. AuditStatus string `json:"AuditStatus" xml:"AuditStatus"`
  45. DownloadSwitch string `json:"DownloadSwitch" xml:"DownloadSwitch"`
  46. VideoId string `json:"VideoId" xml:"VideoId"`
  47. SpriteSnapshots []string `json:"SpriteSnapshots" xml:"SpriteSnapshots"`
  48. Snapshots []string `json:"Snapshots" xml:"Snapshots"`
  49. PlayInfoList []PlayInfo `json:"PlayInfoList" xml:"PlayInfoList"`
  50. ThumbnailList []Thumbnail `json:"ThumbnailList" xml:"ThumbnailList"`
  51. }