class TencentCloud::Tsf::V20180326::DescribeContainerGroupsRequest

def initialize(applicationid=nil, searchword=nil, orderby=nil, ordertype=nil, offset=nil, limit=nil, clusterid=nil, namespaceid=nil)

def initialize(applicationid=nil, searchword=nil, orderby=nil, ordertype=nil, offset=nil, limit=nil, clusterid=nil, namespaceid=nil)
  @ApplicationId = applicationid
  @SearchWord = searchword
  @OrderBy = orderby
  @OrderType = ordertype
  @Offset = offset
  @Limit = limit
  @ClusterId = clusterid
  @NamespaceId = namespaceid
end