Class: TencentCloud::Billing::V20180709::AnalyseOwnerUinDetail

Inherits:
Common::AbstractModel
  • Object
show all
Defined in:
lib/v20180709/models.rb

Overview

成本分析使用者uin复杂类型

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(owneruin = nil) ⇒ AnalyseOwnerUinDetail



1987
1988
1989
# File 'lib/v20180709/models.rb', line 1987

def initialize(owneruin=nil)
  @OwnerUin = owneruin
end

Instance Attribute Details

#OwnerUinObject



1985
1986
1987
# File 'lib/v20180709/models.rb', line 1985

def OwnerUin
  @OwnerUin
end

Instance Method Details

#deserialize(params) ⇒ Object



1991
1992
1993
# File 'lib/v20180709/models.rb', line 1991

def deserialize(params)
  @OwnerUin = params['OwnerUin']
end