RosInstancesProps
Properties for defining a RosInstances
.
See https://www.alibabacloud.com/help/ros/developer-reference/datasource-apigateway-instances
Initializer
using AlibabaCloud.SDK.ROS.CDK.Apigateway;
new RosInstancesProps {
object InstanceId = null,
object Language = null,
object RefreshOptions = null
};
Properties
Name | Type | Description |
---|---|---|
InstanceId |
object |
No description. |
Language |
object |
No description. |
RefreshOptions |
object |
No description. |
InstanceId
Optional
public object InstanceId { get; set; }
- Type: object
Language
Optional
public object Language { get; set; }
- Type: object
RefreshOptions
Optional
public object RefreshOptions { get; set; }
- Type: object