class TencentCloud::Tsf::V20180326::ApiGroupInfo
def initialize(groupid=nil, groupname=nil, groupcontext=nil, authtype=nil, status=nil, createdtime=nil, updatedtime=nil, bindedgatewaydeploygroups=nil, apicount=nil, aclmode=nil, description=nil, grouptype=nil, gatewayinstancetype=nil, gatewayinstanceid=nil, namespacenamekey=nil, servicenamekey=nil, namespacenamekeyposition=nil, servicenamekeyposition=nil)
def initialize(groupid=nil, groupname=nil, groupcontext=nil, authtype=nil, status=nil, createdtime=nil, updatedtime=nil, bindedgatewaydeploygroups=nil, apicount=nil, aclmode=nil, description=nil, grouptype=nil, gatewayinstancetype=nil, gatewayinstanceid=nil, namespacenamekey=nil, servicenamekey=nil, namespacenamekeyposition=nil, servicenamekeyposition=nil) @GroupId = groupid @GroupName = groupname @GroupContext = groupcontext @AuthType = authtype @Status = status @CreatedTime = createdtime @UpdatedTime = updatedtime @BindedGatewayDeployGroups = bindedgatewaydeploygroups @ApiCount = apicount @AclMode = aclmode @Description = description @GroupType = grouptype @GatewayInstanceType = gatewayinstancetype @GatewayInstanceId = gatewayinstanceid @NamespaceNameKey = namespacenamekey @ServiceNameKey = servicenamekey @NamespaceNameKeyPosition = namespacenamekeyposition @ServiceNameKeyPosition = servicenamekeyposition end