Skip to content

RosSyntheticTaskProps

Properties for defining a RosSyntheticTask.

See https://www.alibabacloud.com/help/ros/developer-reference/datasource-arms-synthetictask

Initializer

using AlibabaCloud.SDK.ROS.CDK.Arms;
new RosSyntheticTaskProps {
    object TaskId,
    object RefreshOptions = null
};

Properties

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

TaskIdRequired

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

RefreshOptionsOptional

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