Class: TencentCloud::Tke::V20180525::DeleteImageCachesResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Tke::V20180525::DeleteImageCachesResponse
- Defined in:
- lib/v20180525/models.rb
Overview
DeleteImageCaches返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(requestid = nil) ⇒ DeleteImageCachesResponse
constructor
A new instance of DeleteImageCachesResponse.
Constructor Details
#initialize(requestid = nil) ⇒ DeleteImageCachesResponse
Returns a new instance of DeleteImageCachesResponse.
4601 4602 4603 |
# File 'lib/v20180525/models.rb', line 4601 def initialize(requestid=nil) @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
4599 4600 4601 |
# File 'lib/v20180525/models.rb', line 4599 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
4605 4606 4607 |
# File 'lib/v20180525/models.rb', line 4605 def deserialize(params) @RequestId = params['RequestId'] end |