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.
13780 13781 13782 13783 13784 13785 13786 13787 |
# File 'lib/v20180525/models.rb', line 13780 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
13778 13779 13780 |
# File 'lib/v20180525/models.rb', line 13778 def FirstTimestamp @FirstTimestamp end |
#ImageCacheId ⇒ Object
13778 13779 13780 |
# File 'lib/v20180525/models.rb', line 13778 def ImageCacheId @ImageCacheId end |
#LastTimestamp ⇒ Object
13778 13779 13780 |
# File 'lib/v20180525/models.rb', line 13778 def LastTimestamp @LastTimestamp end |
#Message ⇒ Object
13778 13779 13780 |
# File 'lib/v20180525/models.rb', line 13778 def Message @Message end |
#Reason ⇒ Object
13778 13779 13780 |
# File 'lib/v20180525/models.rb', line 13778 def Reason @Reason end |
#Type ⇒ Object
13778 13779 13780 |
# File 'lib/v20180525/models.rb', line 13778 def Type @Type end |
Instance Method Details
#deserialize(params) ⇒ Object
13789 13790 13791 13792 13793 13794 13795 13796 |
# File 'lib/v20180525/models.rb', line 13789 def deserialize(params) @ImageCacheId = params['ImageCacheId'] @Type = params['Type'] @Reason = params['Reason'] @Message = params['Message'] @FirstTimestamp = params['FirstTimestamp'] @LastTimestamp = params['LastTimestamp'] end |