Skip to content

RosEditingProjectsProps

Properties for defining a RosEditingProjects.

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

Initializer

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

Properties

Name Type Description
RefreshOptions object No description.
Title object No description.

RefreshOptionsOptional

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

TitleOptional

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