Class: TencentCloud::Tke::V20180525::CommonName
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Tke::V20180525::CommonName
- Defined in:
- lib/v20180525/models.rb
Overview
账户UIN与客户端证书CommonName的映射
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(subaccountuin = nil, cn = nil) ⇒ CommonName
constructor
A new instance of CommonName.
Constructor Details
#initialize(subaccountuin = nil, cn = nil) ⇒ CommonName
Returns a new instance of CommonName.
1678 1679 1680 1681 |
# File 'lib/v20180525/models.rb', line 1678 def initialize(subaccountuin=nil, cn=nil) @SubaccountUin = subaccountuin @CN = cn end |
Instance Attribute Details
#CN ⇒ Object
1676 1677 1678 |
# File 'lib/v20180525/models.rb', line 1676 def CN @CN end |
#SubaccountUin ⇒ Object
1676 1677 1678 |
# File 'lib/v20180525/models.rb', line 1676 def SubaccountUin @SubaccountUin end |
Instance Method Details
#deserialize(params) ⇒ Object
1683 1684 1685 1686 |
# File 'lib/v20180525/models.rb', line 1683 def deserialize(params) @SubaccountUin = params['SubaccountUin'] @CN = params['CN'] end |