class TencentCloud::Tsf::V20180326::DescribeGroupUseDetailRequest

DescribeGroupUseDetail请求参数结构体

def deserialize(params)

def deserialize(params)
  @GatewayDeployGroupId = params['GatewayDeployGroupId']
  @GroupId = params['GroupId']
  @StartTime = params['StartTime']
  @EndTime = params['EndTime']
  @Count = params['Count']
end

def initialize(gatewaydeploygroupid=nil, groupid=nil, starttime=nil, endtime=nil, count=nil)

def initialize(gatewaydeploygroupid=nil, groupid=nil, starttime=nil, endtime=nil, count=nil)
  @GatewayDeployGroupId = gatewaydeploygroupid
  @GroupId = groupid
  @StartTime = starttime
  @EndTime = endtime
  @Count = count
end