Class: TencentCloud::Mongodb::V20190725::DeliverSummary
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Mongodb::V20190725::DeliverSummary
- Defined in:
- lib/v20190725/models.rb
Overview
日志投递信息
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(delivertype = nil, deliversubtype = nil) ⇒ DeliverSummary
constructor
A new instance of DeliverSummary.
Constructor Details
#initialize(delivertype = nil, deliversubtype = nil) ⇒ DeliverSummary
Returns a new instance of DeliverSummary.
1504 1505 1506 1507 |
# File 'lib/v20190725/models.rb', line 1504 def initialize(delivertype=nil, deliversubtype=nil) @DeliverType = delivertype @DeliverSubType = deliversubtype end |
Instance Attribute Details
#DeliverSubType ⇒ Object
1502 1503 1504 |
# File 'lib/v20190725/models.rb', line 1502 def DeliverSubType @DeliverSubType end |
#DeliverType ⇒ Object
1502 1503 1504 |
# File 'lib/v20190725/models.rb', line 1502 def DeliverType @DeliverType end |
Instance Method Details
#deserialize(params) ⇒ Object
1509 1510 1511 1512 |
# File 'lib/v20190725/models.rb', line 1509 def deserialize(params) @DeliverType = params['DeliverType'] @DeliverSubType = params['DeliverSubType'] end |