diff --git a/core/src/main/java/ai/z/openapi/service/videos/VideoCreateParams.java b/core/src/main/java/ai/z/openapi/service/videos/VideoCreateParams.java index 165a9d6..269c16f 100644 --- a/core/src/main/java/ai/z/openapi/service/videos/VideoCreateParams.java +++ b/core/src/main/java/ai/z/openapi/service/videos/VideoCreateParams.java @@ -120,4 +120,10 @@ public class VideoCreateParams implements ClientRequest { @JsonProperty("watermark_enabled") private Boolean watermarkEnabled; + /** + * Is it necessary to perform off peak execution + */ + @JsonProperty("off_peak") + private Boolean offPeak; + } \ No newline at end of file diff --git a/pom.xml b/pom.xml index fb88297..72c5a40 100644 --- a/pom.xml +++ b/pom.xml @@ -45,7 +45,7 @@ - 0.0.4 + 0.0.4.1 8 UTF-8 UTF-8