Class: TencentCloud::Zj::V20190121::PaasStrategyItem
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Zj::V20190121::PaasStrategyItem
- Defined in:
- lib/v20190121/models.rb
Overview
短信活动策略元素
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(id = nil, contenttype = nil) ⇒ PaasStrategyItem
constructor
A new instance of PaasStrategyItem.
Constructor Details
#initialize(id = nil, contenttype = nil) ⇒ PaasStrategyItem
Returns a new instance of PaasStrategyItem.
1453 1454 1455 1456 |
# File 'lib/v20190121/models.rb', line 1453 def initialize(id=nil, contenttype=nil) @Id = id @ContentType = contenttype end |
Instance Attribute Details
#ContentType ⇒ Object
1451 1452 1453 |
# File 'lib/v20190121/models.rb', line 1451 def ContentType @ContentType end |
#Id ⇒ Object
1451 1452 1453 |
# File 'lib/v20190121/models.rb', line 1451 def Id @Id end |
Instance Method Details
#deserialize(params) ⇒ Object
1458 1459 1460 1461 |
# File 'lib/v20190121/models.rb', line 1458 def deserialize(params) @Id = params['Id'] @ContentType = params['ContentType'] end |