You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: mts-20140618/core/Models/SubmitMediaInfoJobRequest.cs
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -23,6 +23,10 @@ public class SubmitMediaInfoJobRequest : TeaModel {
23
23
[Validation(Required=false)]
24
24
publicbool?Async{get;set;}
25
25
26
+
[NameInMap("Config")]
27
+
[Validation(Required=false)]
28
+
publicstringConfig{get;set;}
29
+
26
30
/// <summary>
27
31
/// <para>The information about the input media file. The value is a JSON string. You must perform the following operations to add the OSS bucket in which the input media file is stored as a media bucket: Log on to the <b>MPS console</b>, choose <b>Workflows</b> > <b>Media Buckets</b> in the left-side navigation pane, and then click <b>Add Bucket</b>. After you add the OSS bucket as a media bucket, you must perform URL encoding for the OSS object. For example, <c>{"Bucket":"example-bucket","Location":"example-location","Object":"example%2Fexample.flv"}</c> indicates the <c>example-bucket.example-location.aliyuncs.com/example/example.flv</c> file.</para>
0 commit comments