Class: TencentCloud::Billing::V20180709::BillOwnerUin
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Billing::V20180709::BillOwnerUin
- Defined in:
- lib/v20180709/models.rb
Overview
使用者 UIN筛选列表
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(owneruin = nil) ⇒ BillOwnerUin
constructor
A new instance of BillOwnerUin.
Constructor Details
#initialize(owneruin = nil) ⇒ BillOwnerUin
Returns a new instance of BillOwnerUin.
2838 2839 2840 |
# File 'lib/v20180709/models.rb', line 2838 def initialize(owneruin=nil) @OwnerUin = owneruin end |
Instance Attribute Details
#OwnerUin ⇒ Object
2836 2837 2838 |
# File 'lib/v20180709/models.rb', line 2836 def OwnerUin @OwnerUin end |
Instance Method Details
#deserialize(params) ⇒ Object
2842 2843 2844 |
# File 'lib/v20180709/models.rb', line 2842 def deserialize(params) @OwnerUin = params['OwnerUin'] end |