Class: TencentCloud::Mongodb::V20190725::DeliverSummary

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

Overview

日志投递信息

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#DeliverSubTypeObject

Parameters:

  • DeliverType:

    投递类型,store(存储类),mq(消息通道)

  • DeliverSubType:

    投递子类型:cls,ckafka。



1502
1503
1504
# File 'lib/v20190725/models.rb', line 1502

def DeliverSubType
  @DeliverSubType
end

#DeliverTypeObject

Parameters:

  • DeliverType:

    投递类型,store(存储类),mq(消息通道)

  • DeliverSubType:

    投递子类型:cls,ckafka。



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