Class: TencentCloud::Omics::V20221128::RunGroupResultNotification
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Omics::V20221128::RunGroupResultNotification
- Defined in:
- lib/v20221128/models.rb
Overview
任务批次结果通知
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(notificationtype = nil) ⇒ RunGroupResultNotification
constructor
A new instance of RunGroupResultNotification.
Constructor Details
#initialize(notificationtype = nil) ⇒ RunGroupResultNotification
Returns a new instance of RunGroupResultNotification.
2044 2045 2046 |
# File 'lib/v20221128/models.rb', line 2044 def initialize(notificationtype=nil) @NotificationType = notificationtype end |
Instance Attribute Details
#NotificationType ⇒ Object
2042 2043 2044 |
# File 'lib/v20221128/models.rb', line 2042 def NotificationType @NotificationType end |
Instance Method Details
#deserialize(params) ⇒ Object
2048 2049 2050 2051 2052 2053 |
# File 'lib/v20221128/models.rb', line 2048 def deserialize(params) unless params['NotificationType'].nil? @NotificationType = NotificationType.new @NotificationType.deserialize(params['NotificationType']) end end |