Class: TencentCloud::Cls::V20201016::DescribeCosRechargesRequest
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cls::V20201016::DescribeCosRechargesRequest
- Defined in:
- lib/v20201016/models.rb
Overview
DescribeCosRecharges请求参数结构体
Instance Attribute Summary collapse
-
#Enable ⇒ Object
- 通过获取日志主题列表获取日志主题Id。.
-
#Status ⇒ Object
- 通过获取日志主题列表获取日志主题Id。.
-
#TopicId ⇒ Object
- 通过获取日志主题列表获取日志主题Id。.
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(topicid = nil, status = nil, enable = nil) ⇒ DescribeCosRechargesRequest
constructor
A new instance of DescribeCosRechargesRequest.
Constructor Details
#initialize(topicid = nil, status = nil, enable = nil) ⇒ DescribeCosRechargesRequest
Returns a new instance of DescribeCosRechargesRequest.
7762 7763 7764 7765 7766 |
# File 'lib/v20201016/models.rb', line 7762 def initialize(topicid=nil, status=nil, enable=nil) @TopicId = topicid @Status = status @Enable = enable end |
Instance Attribute Details
#Enable ⇒ Object
- 通过获取日志主题列表获取日志主题Id。
7760 7761 7762 |
# File 'lib/v20201016/models.rb', line 7760 def Enable @Enable end |
#Status ⇒ Object
- 通过获取日志主题列表获取日志主题Id。
7760 7761 7762 |
# File 'lib/v20201016/models.rb', line 7760 def Status @Status end |
#TopicId ⇒ Object
- 通过获取日志主题列表获取日志主题Id。
7760 7761 7762 |
# File 'lib/v20201016/models.rb', line 7760 def TopicId @TopicId end |
Instance Method Details
#deserialize(params) ⇒ Object
7768 7769 7770 7771 7772 |
# File 'lib/v20201016/models.rb', line 7768 def deserialize(params) @TopicId = params['TopicId'] @Status = params['Status'] @Enable = params['Enable'] end |