Class: TencentCloud::Omics::V20221128::RunGroupResultNotification

Inherits:
Common::AbstractModel
  • Object
show all
Defined in:
lib/v20221128/models.rb

Overview

任务批次结果通知

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#NotificationTypeObject

Parameters:

  • NotificationType:

    通知类型。



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