Class: TencentCloud::Cwp::V20180228::DescribeEventByTableResponse
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cwp::V20180228::DescribeEventByTableResponse
- Defined in:
- lib/v20180228/models.rb
Overview
DescribeEventByTable返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(type = nil, value = nil, requestid = nil) ⇒ DescribeEventByTableResponse
constructor
A new instance of DescribeEventByTableResponse.
Constructor Details
#initialize(type = nil, value = nil, requestid = nil) ⇒ DescribeEventByTableResponse
Returns a new instance of DescribeEventByTableResponse.
14348 14349 14350 14351 14352 |
# File 'lib/v20180228/models.rb', line 14348 def initialize(type=nil, value=nil, requestid=nil) @Type = type @Value = value @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
14346 14347 14348 |
# File 'lib/v20180228/models.rb', line 14346 def RequestId @RequestId end |
#Type ⇒ Object
14346 14347 14348 |
# File 'lib/v20180228/models.rb', line 14346 def Type @Type end |
#Value ⇒ Object
14346 14347 14348 |
# File 'lib/v20180228/models.rb', line 14346 def Value @Value end |
Instance Method Details
#deserialize(params) ⇒ Object
14354 14355 14356 14357 14358 |
# File 'lib/v20180228/models.rb', line 14354 def deserialize(params) @Type = params['Type'] @Value = params['Value'] @RequestId = params['RequestId'] end |