Class: TencentCloud::Tke::V20180525::GetMostSuitableImageCacheResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Tke::V20180525::GetMostSuitableImageCacheResponse
- Defined in:
- lib/v20180525/models.rb
Overview
GetMostSuitableImageCache返回参数结构体
Instance Attribute Summary collapse
-
#Found ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。.
-
#ImageCache ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。.
-
#RequestId ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。.
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(found = nil, imagecache = nil, requestid = nil) ⇒ GetMostSuitableImageCacheResponse
constructor
A new instance of GetMostSuitableImageCacheResponse.
Constructor Details
#initialize(found = nil, imagecache = nil, requestid = nil) ⇒ GetMostSuitableImageCacheResponse
Returns a new instance of GetMostSuitableImageCacheResponse.
12179 12180 12181 12182 12183 |
# File 'lib/v20180525/models.rb', line 12179 def initialize(found=nil, imagecache=nil, requestid=nil) @Found = found @ImageCache = imagecache @RequestId = requestid end |
Instance Attribute Details
#Found ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
12177 12178 12179 |
# File 'lib/v20180525/models.rb', line 12177 def Found @Found end |
#ImageCache ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
12177 12178 12179 |
# File 'lib/v20180525/models.rb', line 12177 def ImageCache @ImageCache end |
#RequestId ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
12177 12178 12179 |
# File 'lib/v20180525/models.rb', line 12177 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
12185 12186 12187 12188 12189 12190 12191 12192 |
# File 'lib/v20180525/models.rb', line 12185 def deserialize(params) @Found = params['Found'] unless params['ImageCache'].nil? @ImageCache = ImageCache.new @ImageCache.deserialize(params['ImageCache']) end @RequestId = params['RequestId'] end |