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.
4966 4967 4968 |
# File 'lib/v20180525/models.rb', line 4966 def initialize(requestid=nil) @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
4964 4965 4966 |
# File 'lib/v20180525/models.rb', line 4964 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
4970 4971 4972 |
# File 'lib/v20180525/models.rb', line 4970 def deserialize(params) @RequestId = params['RequestId'] end |