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. |
TaskId
Required
public object TaskId { get; set; }
- Type: object
RefreshOptions
Optional
public object RefreshOptions { get; set; }
- Type: object