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. |
GroupId
Optional
public object GroupId { get; set; }
- Type: object
GroupName
Optional
public object GroupName { get; set; }
- Type: object
InstanceId
Optional
public object InstanceId { get; set; }
- Type: object
RefreshOptions
Optional
public object RefreshOptions { get; set; }
- Type: object
Sort
Optional
public object Sort { get; set; }
- Type: object