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.
12543 12544 12545 12546 12547 12548 12549 12550 |
# File 'lib/v20180525/models.rb', line 12543 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
12541 12542 12543 |
# File 'lib/v20180525/models.rb', line 12541 def FirstTimestamp @FirstTimestamp end |
#ImageCacheId ⇒ Object
12541 12542 12543 |
# File 'lib/v20180525/models.rb', line 12541 def ImageCacheId @ImageCacheId end |
#LastTimestamp ⇒ Object
12541 12542 12543 |
# File 'lib/v20180525/models.rb', line 12541 def LastTimestamp @LastTimestamp end |
#Message ⇒ Object
12541 12542 12543 |
# File 'lib/v20180525/models.rb', line 12541 def Message @Message end |
#Reason ⇒ Object
12541 12542 12543 |
# File 'lib/v20180525/models.rb', line 12541 def Reason @Reason end |
#Type ⇒ Object
12541 12542 12543 |
# File 'lib/v20180525/models.rb', line 12541 def Type @Type end |
Instance Method Details
#deserialize(params) ⇒ Object
12552 12553 12554 12555 12556 12557 12558 12559 |
# File 'lib/v20180525/models.rb', line 12552 def deserialize(params) @ImageCacheId = params['ImageCacheId'] @Type = params['Type'] @Reason = params['Reason'] @Message = params['Message'] @FirstTimestamp = params['FirstTimestamp'] @LastTimestamp = params['LastTimestamp'] end |