RosGroupsProps
Properties for defining a RosGroups.
See https://www.alibabacloud.com/help/ros/developer-reference/datasource-apigateway-groups
Initializer
using AlibabaCloud.SDK.ROS.CDK.Apigateway;
new RosGroupsProps {
object GroupId = null,
object GroupName = null,
object InstanceId = null,
object RefreshOptions = null,
object Sort = null
};
Properties
| Name | Type | Description |
|---|---|---|
GroupId |
object |
No description. |
GroupName |
object |
No description. |
InstanceId |
object |
No description. |
RefreshOptions |
object |
No description. |
Sort |
object |
No description. |
GroupIdOptional
public object GroupId { get; set; }
- Type: object
GroupNameOptional
public object GroupName { get; set; }
- Type: object
InstanceIdOptional
public object InstanceId { get; set; }
- Type: object
RefreshOptionsOptional
public object RefreshOptions { get; set; }
- Type: object
SortOptional
public object Sort { get; set; }
- Type: object