struct_video.go 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  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. ModifyTime string `json:"ModifyTime" xml:"ModifyTime"`
  20. Title string `json:"Title" xml:"Title"`
  21. CreateTime string `json:"CreateTime" xml:"CreateTime"`
  22. TemplateGroupId string `json:"TemplateGroupId" xml:"TemplateGroupId"`
  23. MediaType string `json:"MediaType" xml:"MediaType"`
  24. RegionId string `json:"RegionId" xml:"RegionId"`
  25. Duration float64 `json:"Duration" xml:"Duration"`
  26. CateName string `json:"CateName" xml:"CateName"`
  27. Size int `json:"Size" xml:"Size"`
  28. Description string `json:"Description" xml:"Description"`
  29. CateId int `json:"CateId" xml:"CateId"`
  30. Tags string `json:"Tags" xml:"Tags"`
  31. PreprocessStatus string `json:"PreprocessStatus" xml:"PreprocessStatus"`
  32. TranscodeMode string `json:"TranscodeMode" xml:"TranscodeMode"`
  33. ModificationTime string `json:"ModificationTime" xml:"ModificationTime"`
  34. StorageLocation string `json:"StorageLocation" xml:"StorageLocation"`
  35. CreationTime string `json:"CreationTime" xml:"CreationTime"`
  36. CoverURL string `json:"CoverURL" xml:"CoverURL"`
  37. Status string `json:"Status" xml:"Status"`
  38. DownloadSwitch string `json:"DownloadSwitch" xml:"DownloadSwitch"`
  39. VideoId string `json:"VideoId" xml:"VideoId"`
  40. SpriteSnapshots []string `json:"SpriteSnapshots" xml:"SpriteSnapshots"`
  41. Snapshots []string `json:"Snapshots" xml:"Snapshots"`
  42. ThumbnailList []Thumbnail `json:"ThumbnailList" xml:"ThumbnailList"`
  43. }