Class: TencentCloud::Vod::V20180717::DescribeEventsStateResponse

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

Overview

DescribeEventsState返回参数结构体

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#CountOfEventsToPullObject

Parameters:

  • CountOfEventsToPull:

    待进行拉取的事件通知数,为近似值,约5秒延迟。

  • RequestId:

    唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。



10957
10958
10959
# File 'lib/v20180717/models.rb', line 10957

def CountOfEventsToPull
  @CountOfEventsToPull
end

#RequestIdObject

Parameters:

  • CountOfEventsToPull:

    待进行拉取的事件通知数,为近似值,约5秒延迟。

  • RequestId:

    唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。



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