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.
12701 12702 12703 12704 12705 12706 12707 12708 |
# File 'lib/v20180525/models.rb', line 12701 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
12699 12700 12701 |
# File 'lib/v20180525/models.rb', line 12699 def FirstTimestamp @FirstTimestamp end |
#ImageCacheId ⇒ Object
12699 12700 12701 |
# File 'lib/v20180525/models.rb', line 12699 def ImageCacheId @ImageCacheId end |
#LastTimestamp ⇒ Object
12699 12700 12701 |
# File 'lib/v20180525/models.rb', line 12699 def LastTimestamp @LastTimestamp end |
#Message ⇒ Object
12699 12700 12701 |
# File 'lib/v20180525/models.rb', line 12699 def Message @Message end |
#Reason ⇒ Object
12699 12700 12701 |
# File 'lib/v20180525/models.rb', line 12699 def Reason @Reason end |
#Type ⇒ Object
12699 12700 12701 |
# File 'lib/v20180525/models.rb', line 12699 def Type @Type end |
Instance Method Details
#deserialize(params) ⇒ Object
12710 12711 12712 12713 12714 12715 12716 12717 |
# File 'lib/v20180525/models.rb', line 12710 def deserialize(params) @ImageCacheId = params['ImageCacheId'] @Type = params['Type'] @Reason = params['Reason'] @Message = params['Message'] @FirstTimestamp = params['FirstTimestamp'] @LastTimestamp = params['LastTimestamp'] end |