feat: support off_peak param (#46)
Co-authored-by: jinhaiyang <haiyang.jin@aminer.cn>
This commit is contained in:
parent
838c847d6c
commit
cd4e1f1b11
2 changed files with 7 additions and 1 deletions
|
|
@ -120,4 +120,10 @@ public class VideoCreateParams implements ClientRequest<VideoCreateParams> {
|
|||
@JsonProperty("watermark_enabled")
|
||||
private Boolean watermarkEnabled;
|
||||
|
||||
/**
|
||||
* Is it necessary to perform off peak execution
|
||||
*/
|
||||
@JsonProperty("off_peak")
|
||||
private Boolean offPeak;
|
||||
|
||||
}
|
||||
2
pom.xml
2
pom.xml
|
|
@ -45,7 +45,7 @@
|
|||
</scm>
|
||||
|
||||
<properties>
|
||||
<revision>0.0.4</revision>
|
||||
<revision>0.0.4.1</revision>
|
||||
<java.version>8</java.version>
|
||||
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
||||
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
|
||||
|
|
|
|||
Loading…
Reference in a new issue