Class: TencentCloud::Vod::V20180717::DescribeEventsStateResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Vod::V20180717::DescribeEventsStateResponse
- Defined in:
- lib/v20180717/models.rb
Overview
DescribeEventsState返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(countofeventstopull = nil, requestid = nil) ⇒ DescribeEventsStateResponse
constructor
A new instance of DescribeEventsStateResponse.
Constructor Details
#initialize(countofeventstopull = nil, requestid = nil) ⇒ DescribeEventsStateResponse
Returns a new instance of DescribeEventsStateResponse.
10959 10960 10961 10962 |
# File 'lib/v20180717/models.rb', line 10959 def initialize(countofeventstopull=nil, requestid=nil) @CountOfEventsToPull = countofeventstopull @RequestId = requestid end |
Instance Attribute Details
#CountOfEventsToPull ⇒ Object
10957 10958 10959 |
# File 'lib/v20180717/models.rb', line 10957 def CountOfEventsToPull @CountOfEventsToPull end |
#RequestId ⇒ Object
10957 10958 10959 |
# File 'lib/v20180717/models.rb', line 10957 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
10964 10965 10966 10967 |
# File 'lib/v20180717/models.rb', line 10964 def deserialize(params) @CountOfEventsToPull = params['CountOfEventsToPull'] @RequestId = params['RequestId'] end |