Class: TencentCloud::Tke::V20180525::ImageCacheEvent
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Tke::V20180525::ImageCacheEvent
- Defined in:
- lib/v20180525/models.rb
Overview
镜像缓存的事件
Instance Attribute Summary collapse
- #FirstTimestamp ⇒ Object
- #ImageCacheId ⇒ Object
- #LastTimestamp ⇒ Object
- #Message ⇒ Object
- #Reason ⇒ Object
- #Type ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(imagecacheid = nil, type = nil, reason = nil, message = nil, firsttimestamp = nil, lasttimestamp = nil) ⇒ ImageCacheEvent
constructor
A new instance of ImageCacheEvent.
Constructor Details
#initialize(imagecacheid = nil, type = nil, reason = nil, message = nil, firsttimestamp = nil, lasttimestamp = nil) ⇒ ImageCacheEvent
Returns a new instance of ImageCacheEvent.
13411 13412 13413 13414 13415 13416 13417 13418 |
# File 'lib/v20180525/models.rb', line 13411 def initialize(imagecacheid=nil, type=nil, reason=nil, =nil, =nil, =nil) @ImageCacheId = imagecacheid @Type = type @Reason = reason @Message = @FirstTimestamp = @LastTimestamp = end |
Instance Attribute Details
#FirstTimestamp ⇒ Object
13409 13410 13411 |
# File 'lib/v20180525/models.rb', line 13409 def FirstTimestamp @FirstTimestamp end |
#ImageCacheId ⇒ Object
13409 13410 13411 |
# File 'lib/v20180525/models.rb', line 13409 def ImageCacheId @ImageCacheId end |
#LastTimestamp ⇒ Object
13409 13410 13411 |
# File 'lib/v20180525/models.rb', line 13409 def LastTimestamp @LastTimestamp end |
#Message ⇒ Object
13409 13410 13411 |
# File 'lib/v20180525/models.rb', line 13409 def Message @Message end |
#Reason ⇒ Object
13409 13410 13411 |
# File 'lib/v20180525/models.rb', line 13409 def Reason @Reason end |
#Type ⇒ Object
13409 13410 13411 |
# File 'lib/v20180525/models.rb', line 13409 def Type @Type end |
Instance Method Details
#deserialize(params) ⇒ Object
13420 13421 13422 13423 13424 13425 13426 13427 |
# File 'lib/v20180525/models.rb', line 13420 def deserialize(params) @ImageCacheId = params['ImageCacheId'] @Type = params['Type'] @Reason = params['Reason'] @Message = params['Message'] @FirstTimestamp = params['FirstTimestamp'] @LastTimestamp = params['LastTimestamp'] end |