class TencentCloud::Tsf::V20180326::DescribePluginInstancesRequest

DescribePluginInstances请求参数结构体

def deserialize(params)

def deserialize(params)
  @ScopeValue = params['ScopeValue']
  @Offset = params['Offset']
  @Limit = params['Limit']
  @Bound = params['Bound']
  @Type = params['Type']
  @SearchWord = params['SearchWord']
end

def initialize(scopevalue=nil, offset=nil, limit=nil, bound=nil, type=nil, searchword=nil)

def initialize(scopevalue=nil, offset=nil, limit=nil, bound=nil, type=nil, searchword=nil)
  @ScopeValue = scopevalue
  @Offset = offset
  @Limit = limit
  @Bound = bound
  @Type = type
  @SearchWord = searchword
end