Closed kasuganosora closed 2 months ago
type FileProcessJobsDetail struct { Code string xml:",omitempty" Message string xml:",omitempty" JobId string xml:",omitempty" Tag string xml:",omitempty" State string xml:",omitempty" CreationTime string xml:",omitempty" StartTime string xml:",omitempty" EndTime string xml:",omitempty" QueueId string xml:",omitempty" Input FileProcessInput xml:",omitempty" Operation FileProcessJobOperation xml:",omitempty" }
xml:",omitempty"
对应文档 https://cloud.tencent.com/document/product/436/83111
直接改了提个pr吧
https://github.com/tencentyun/cos-go-sdk-v5/commit/9aa25ecc4d7e7b8f3828a402990c81d554773ccb 已支持
type FileProcessJobsDetail struct { Code string
xml:",omitempty"
Message stringxml:",omitempty"
JobId stringxml:",omitempty"
Tag stringxml:",omitempty"
State stringxml:",omitempty"
CreationTime stringxml:",omitempty"
StartTime stringxml:",omitempty"
EndTime stringxml:",omitempty"
QueueId stringxml:",omitempty"
Input FileProcessInputxml:",omitempty"
Operation FileProcessJobOperationxml:",omitempty"
}对应文档 https://cloud.tencent.com/document/product/436/83111