Class: TencentCloud::Cwp::V20180228::UpdateMachineTagsResponse
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cwp::V20180228::UpdateMachineTagsResponse
- Defined in:
- lib/v20180228/models.rb
Overview
UpdateMachineTags返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(requestid = nil) ⇒ UpdateMachineTagsResponse
constructor
A new instance of UpdateMachineTagsResponse.
Constructor Details
#initialize(requestid = nil) ⇒ UpdateMachineTagsResponse
Returns a new instance of UpdateMachineTagsResponse.
39547 39548 39549 |
# File 'lib/v20180228/models.rb', line 39547 def initialize(requestid=nil) @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
39545 39546 39547 |
# File 'lib/v20180228/models.rb', line 39545 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
39551 39552 39553 |
# File 'lib/v20180228/models.rb', line 39551 def deserialize(params) @RequestId = params['RequestId'] end |