Skip to content

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.

InstanceIdOptional

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

LanguageOptional

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

RefreshOptionsOptional

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