Class: TencentCloud::Tdid::V20210519::QueryCPTResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Tdid::V20210519::QueryCPTResponse
- Defined in:
- lib/v20210519/models.rb
Overview
QueryCPT返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(cptjson = nil, requestid = nil) ⇒ QueryCPTResponse
constructor
A new instance of QueryCPTResponse.
Constructor Details
#initialize(cptjson = nil, requestid = nil) ⇒ QueryCPTResponse
Returns a new instance of QueryCPTResponse.
858 859 860 861 |
# File 'lib/v20210519/models.rb', line 858 def initialize(cptjson=nil, requestid=nil) @CPTJson = cptjson @RequestId = requestid end |
Instance Attribute Details
#CPTJson ⇒ Object
856 857 858 |
# File 'lib/v20210519/models.rb', line 856 def CPTJson @CPTJson end |
#RequestId ⇒ Object
856 857 858 |
# File 'lib/v20210519/models.rb', line 856 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
863 864 865 866 |
# File 'lib/v20210519/models.rb', line 863 def deserialize(params) @CPTJson = params['CPTJson'] @RequestId = params['RequestId'] end |