Skip to content

RosDrdsDBsProps

Properties for defining a RosDrdsDBs.

See https://www.alibabacloud.com/help/ros/developer-reference/datasource-drds-drdsdbs

Initializer

using AlibabaCloud.SDK.ROS.CDK.Drds;
new RosDrdsDBsProps {
    object InstanceId,
    object RefreshOptions = null
};

Properties

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

InstanceIdRequired

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

RefreshOptionsOptional

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