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.
30104 30105 30106 30107 |
# File 'lib/v20210820/models.rb', line 30104 def initialize(guid=nil, requestid=nil) @Guid = guid @RequestId = requestid end |
Instance Attribute Details
#Guid ⇒ Object
30102 30103 30104 |
# File 'lib/v20210820/models.rb', line 30102 def Guid @Guid end |
#RequestId ⇒ Object
30102 30103 30104 |
# File 'lib/v20210820/models.rb', line 30102 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
30109 30110 30111 30112 |
# File 'lib/v20210820/models.rb', line 30109 def deserialize(params) @Guid = params['Guid'] @RequestId = params['RequestId'] end |