Skip to content

EditingProjectsProps

Properties for defining a EditingProjects.

See https://www.alibabacloud.com/help/ros/developer-reference/datasource-vod-editingprojects

Initializer

using AlibabaCloud.SDK.ROS.CDK.Vod;
new EditingProjectsProps {
    object RefreshOptions = null,
    object Title = null
};

Properties

Name Type Description
RefreshOptions object Property refreshOptions: The refresh strategy for the datasource resource when the stack is updated.
Title object Property title: The title of the online editing project.

RefreshOptionsOptional

public object RefreshOptions { get; set; }
  • Type: object

Property refreshOptions: The refresh strategy for the datasource resource when the stack is updated.

Valid values:

  • Never: Never refresh the datasource resource when the stack is updated.
  • Always: Always refresh the datasource resource when the stack is updated. Default is Never.

TitleOptional

public object Title { get; set; }
  • Type: object

Property title: The title of the online editing project.