EditingProjectProps
Properties for defining a EditingProject.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-vod-editingproject
Initializer
import "github.com/alibabacloud-go/ros-cdk/alicloudroscdkvod"
&alicloudroscdkvod.EditingProjectProps {
Title: interface{},
EditingProjectName: interface{},
Timeline: interface{},
}
Properties
| Name | Type | Description |
|---|---|---|
Title |
interface{} |
Property title: The title of the online editing project. |
EditingProjectName |
interface{} |
Property editingProjectName: The name of the online editing project. |
Timeline |
interface{} |
Property timeline: The timeline of the online editing project, in JSON format. |
TitleRequired
Title interface{}
- Type: interface{}
Property title: The title of the online editing project.
EditingProjectNameOptional
EditingProjectName interface{}
- Type: interface{}
Property editingProjectName: The name of the online editing project.
TimelineOptional
Timeline interface{}
- Type: interface{}
Property timeline: The timeline of the online editing project, in JSON format.
If you do not specify this parameter, an empty timeline is created and the duration of the online editing project is zero.