class TencentCloud::Vod::V20180717::DescribeLicenseUsageDataRequest

DescribeLicenseUsageData请求参数结构体

def deserialize(params)

def deserialize(params)
  @StartTime = params['StartTime']
  @EndTime = params['EndTime']
  @LicenseType = params['LicenseType']
  @SubAppId = params['SubAppId']
end

def initialize(starttime=nil, endtime=nil, licensetype=nil, subappid=nil)

def initialize(starttime=nil, endtime=nil, licensetype=nil, subappid=nil)
  @StartTime = starttime
  @EndTime = endtime
  @LicenseType = licensetype
  @SubAppId = subappid
end