Class: TencentCloud::Wedata::V20210820::ReportTableResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Wedata::V20210820::ReportTableResponse
- Defined in:
- lib/v20210820/models.rb
Overview
ReportTable返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(guid = nil, requestid = nil) ⇒ ReportTableResponse
constructor
A new instance of ReportTableResponse.
Constructor Details
#initialize(guid = nil, requestid = nil) ⇒ ReportTableResponse
Returns a new instance of ReportTableResponse.
31661 31662 31663 31664 |
# File 'lib/v20210820/models.rb', line 31661 def initialize(guid=nil, requestid=nil) @Guid = guid @RequestId = requestid end |
Instance Attribute Details
#Guid ⇒ Object
31659 31660 31661 |
# File 'lib/v20210820/models.rb', line 31659 def Guid @Guid end |
#RequestId ⇒ Object
31659 31660 31661 |
# File 'lib/v20210820/models.rb', line 31659 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
31666 31667 31668 31669 |
# File 'lib/v20210820/models.rb', line 31666 def deserialize(params) @Guid = params['Guid'] @RequestId = params['RequestId'] end |