File tree Expand file tree Collapse file tree 1 file changed +9
-5
lines changed Expand file tree Collapse file tree 1 file changed +9
-5
lines changed Original file line number Diff line number Diff line change @@ -23,6 +23,7 @@ type JobInput struct {
2323 Key string `xml:"Key"`
2424 Value string `xml:"Value"`
2525 } `xml:"CosHeaders"`
26+ Url string `xml:"Url,omitempty"`
2627}
2728
2829// StreamExtract TODO
@@ -1598,11 +1599,14 @@ type NodeInput struct {
15981599
15991600// NodeOutput TODO
16001601type NodeOutput struct {
1601- Region string `xml:"Region,omitempty"`
1602- Bucket string `xml:"Bucket,omitempty"`
1603- Object string `xml:"Object,omitempty"`
1604- AuObject string `xml:"AuObject,omitempty"`
1605- SpriteObject string `xml:"SpriteObject,omitempty"`
1602+ Region string `xml:"Region,omitempty"`
1603+ Bucket string `xml:"Bucket,omitempty"`
1604+ Object string `xml:"Object,omitempty"`
1605+ AuObject string `xml:"AuObject,omitempty"`
1606+ SpriteObject string `xml:"SpriteObject,omitempty"`
1607+ BassObject string `xml:"BassObject,omitempty"`
1608+ DrumObject string `xml:"DrumObject,omitempty"`
1609+ StreamExtract []StreamExtract `xml:"StreamExtract,omitempty"`
16061610}
16071611
16081612// DelogoParam TODO
You can’t perform that action at this time.
0 commit comments