Class: TencentCloud::Omics::V20221128::NotificationType
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Omics::V20221128::NotificationType
- Defined in:
- lib/v20221128/models.rb
Overview
通知类型
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(stationmessage = nil, email = nil, currentuseremail = nil) ⇒ NotificationType
constructor
A new instance of NotificationType.
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(=nil, email=nil, currentuseremail=nil) @StationMessage = @Email = email @CurrentUserEmail = currentuseremail end |
Instance Attribute Details
#CurrentUserEmail ⇒ Object
1470 1471 1472 |
# File 'lib/v20221128/models.rb', line 1470 def CurrentUserEmail @CurrentUserEmail end |
#Email ⇒ Object
1470 1471 1472 |
# File 'lib/v20221128/models.rb', line 1470 def Email @Email end |
#StationMessage ⇒ Object
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 |