Class: TencentCloud::Omics::V20221128::NotificationType

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

Overview

通知类型

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(stationmessage = nil, email = nil, currentuseremail = nil) ⇒ NotificationType

Returns a new instance of NotificationType.



1472
1473
1474
1475
1476
# File 'lib/v20221128/models.rb', line 1472

def initialize(stationmessage=nil, email=nil, currentuseremail=nil)
  @StationMessage = stationmessage
  @Email = email
  @CurrentUserEmail = currentuseremail
end

Instance Attribute Details

#CurrentUserEmailObject

Parameters:

  • StationMessage:

    腾讯健康组学平台站点信息。

  • Email:

    邮箱列表。

  • CurrentUserEmail:

    当前用户邮箱。



1470
1471
1472
# File 'lib/v20221128/models.rb', line 1470

def CurrentUserEmail
  @CurrentUserEmail
end

#EmailObject

Parameters:

  • StationMessage:

    腾讯健康组学平台站点信息。

  • Email:

    邮箱列表。

  • CurrentUserEmail:

    当前用户邮箱。



1470
1471
1472
# File 'lib/v20221128/models.rb', line 1470

def Email
  @Email
end

#StationMessageObject

Parameters:

  • StationMessage:

    腾讯健康组学平台站点信息。

  • Email:

    邮箱列表。

  • CurrentUserEmail:

    当前用户邮箱。



1470
1471
1472
# File 'lib/v20221128/models.rb', line 1470

def StationMessage
  @StationMessage
end

Instance Method Details

#deserialize(params) ⇒ Object



1478
1479
1480
1481
1482
# File 'lib/v20221128/models.rb', line 1478

def deserialize(params)
  @StationMessage = params['StationMessage']
  @Email = params['Email']
  @CurrentUserEmail = params['CurrentUserEmail']
end