Class: TencentCloud::Tdid::V20210519::RegisterCptResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Tdid::V20210519::RegisterCptResponse
- Defined in:
- lib/v20210519/models.rb
Overview
RegisterCpt返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(id = nil, cptid = nil, requestid = nil) ⇒ RegisterCptResponse
constructor
A new instance of RegisterCptResponse.
Constructor Details
#initialize(id = nil, cptid = nil, requestid = nil) ⇒ RegisterCptResponse
Returns a new instance of RegisterCptResponse.
618 619 620 621 622 |
# File 'lib/v20210519/models.rb', line 618 def initialize(id=nil, cptid=nil, requestid=nil) @Id = id @CptId = cptid @RequestId = requestid end |
Instance Attribute Details
#CptId ⇒ Object
616 617 618 |
# File 'lib/v20210519/models.rb', line 616 def CptId @CptId end |
#Id ⇒ Object
616 617 618 |
# File 'lib/v20210519/models.rb', line 616 def Id @Id end |
#RequestId ⇒ Object
616 617 618 |
# File 'lib/v20210519/models.rb', line 616 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
624 625 626 627 628 |
# File 'lib/v20210519/models.rb', line 624 def deserialize(params) @Id = params['Id'] @CptId = params['CptId'] @RequestId = params['RequestId'] end |