Class: TencentCloud::Tat::V20201028::PreviewReplacedCommandContentResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Tat::V20201028::PreviewReplacedCommandContentResponse
- Defined in:
- lib/v20201028/models.rb
Overview
PreviewReplacedCommandContent返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(replacedcontent = nil, requestid = nil) ⇒ PreviewReplacedCommandContentResponse
constructor
A new instance of PreviewReplacedCommandContentResponse.
Constructor Details
#initialize(replacedcontent = nil, requestid = nil) ⇒ PreviewReplacedCommandContentResponse
Returns a new instance of PreviewReplacedCommandContentResponse.
2336 2337 2338 2339 |
# File 'lib/v20201028/models.rb', line 2336 def initialize(replacedcontent=nil, requestid=nil) @ReplacedContent = replacedcontent @RequestId = requestid end |
Instance Attribute Details
#ReplacedContent ⇒ Object
2334 2335 2336 |
# File 'lib/v20201028/models.rb', line 2334 def ReplacedContent @ReplacedContent end |
#RequestId ⇒ Object
2334 2335 2336 |
# File 'lib/v20201028/models.rb', line 2334 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
2341 2342 2343 2344 |
# File 'lib/v20201028/models.rb', line 2341 def deserialize(params) @ReplacedContent = params['ReplacedContent'] @RequestId = params['RequestId'] end |