class TencentCloud::Lkeap::V20240522::GetCharacterUsageResponse
GetCharacterUsage返回参数结构体
def deserialize(params)
def deserialize(params) @Used = params['Used'] @Total = params['Total'] @RequestId = params['RequestId'] end
def initialize(used=nil, total=nil, requestid=nil)
def initialize(used=nil, total=nil, requestid=nil) @Used = used @Total = total @RequestId = requestid end