Class: TencentCloud::Yunjing::V20180228::DeleteTagsResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Yunjing::V20180228::DeleteTagsResponse
- Defined in:
- lib/v20180228/models.rb
Overview
DeleteTags返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(requestid = nil) ⇒ DeleteTagsResponse
constructor
A new instance of DeleteTagsResponse.
Constructor Details
#initialize(requestid = nil) ⇒ DeleteTagsResponse
Returns a new instance of DeleteTagsResponse.
1262 1263 1264 |
# File 'lib/v20180228/models.rb', line 1262 def initialize(requestid=nil) @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
1260 1261 1262 |
# File 'lib/v20180228/models.rb', line 1260 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
1266 1267 1268 |
# File 'lib/v20180228/models.rb', line 1266 def deserialize(params) @RequestId = params['RequestId'] end |