Class: TencentCloud::Gse::V20191112::RelatedCcnInfo
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Gse::V20191112::RelatedCcnInfo
- Defined in:
- lib/v20191112/models.rb
Overview
云联网相关信息描述
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(accountid = nil, ccnid = nil, attachtype = nil) ⇒ RelatedCcnInfo
constructor
A new instance of RelatedCcnInfo.
Constructor Details
#initialize(accountid = nil, ccnid = nil, attachtype = nil) ⇒ RelatedCcnInfo
Returns a new instance of RelatedCcnInfo.
4721 4722 4723 4724 4725 |
# File 'lib/v20191112/models.rb', line 4721 def initialize(accountid=nil, ccnid=nil, attachtype=nil) @AccountId = accountid @CcnId = ccnid @AttachType = attachtype end |
Instance Attribute Details
#AccountId ⇒ Object
4719 4720 4721 |
# File 'lib/v20191112/models.rb', line 4719 def AccountId @AccountId end |
#AttachType ⇒ Object
4719 4720 4721 |
# File 'lib/v20191112/models.rb', line 4719 def AttachType @AttachType end |
#CcnId ⇒ Object
4719 4720 4721 |
# File 'lib/v20191112/models.rb', line 4719 def CcnId @CcnId end |
Instance Method Details
#deserialize(params) ⇒ Object
4727 4728 4729 4730 4731 |
# File 'lib/v20191112/models.rb', line 4727 def deserialize(params) @AccountId = params['AccountId'] @CcnId = params['CcnId'] @AttachType = params['AttachType'] end |