Skip to content

RosGroupsProps

Properties for defining a RosGroups.

See https://www.alibabacloud.com/help/ros/developer-reference/datasource-apigateway-groups

Initializer

import "github.com/alibabacloud-go/ros-cdk/alicloudroscdkapigateway/datasource"
&datasource.RosGroupsProps {
    GroupId: interface{},
    GroupName: interface{},
    InstanceId: interface{},
    RefreshOptions: interface{},
    Sort: interface{},
}

Properties

Name Type Description
GroupId interface{} No description.
GroupName interface{} No description.
InstanceId interface{} No description.
RefreshOptions interface{} No description.
Sort interface{} No description.

GroupIdOptional

GroupId interface{}
  • Type: interface{}

GroupNameOptional

GroupName interface{}
  • Type: interface{}

InstanceIdOptional

InstanceId interface{}
  • Type: interface{}

RefreshOptionsOptional

RefreshOptions interface{}
  • Type: interface{}

SortOptional

Sort interface{}
  • Type: interface{}