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.
39985 39986 39987 |
# File 'lib/v20180228/models.rb', line 39985 def initialize(requestid=nil) @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
39983 39984 39985 |
# File 'lib/v20180228/models.rb', line 39983 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
39989 39990 39991 |
# File 'lib/v20180228/models.rb', line 39989 def deserialize(params) @RequestId = params['RequestId'] end |