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.
14499 14500 14501 14502 14503 |
# File 'lib/v20180228/models.rb', line 14499 def initialize(type=nil, value=nil, requestid=nil) @Type = type @Value = value @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
14497 14498 14499 |
# File 'lib/v20180228/models.rb', line 14497 def RequestId @RequestId end |
#Type ⇒ Object
14497 14498 14499 |
# File 'lib/v20180228/models.rb', line 14497 def Type @Type end |
#Value ⇒ Object
14497 14498 14499 |
# File 'lib/v20180228/models.rb', line 14497 def Value @Value end |
Instance Method Details
#deserialize(params) ⇒ Object
14505 14506 14507 14508 14509 |
# File 'lib/v20180228/models.rb', line 14505 def deserialize(params) @Type = params['Type'] @Value = params['Value'] @RequestId = params['RequestId'] end |