Class: TencentCloud::Apm::V20210622::DescribeGeneralOTSpanListResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Apm::V20210622::DescribeGeneralOTSpanListResponse
- Defined in:
- lib/v20210622/models.rb
Overview
DescribeGeneralOTSpanList返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(totalcount = nil, spans = nil, requestid = nil) ⇒ DescribeGeneralOTSpanListResponse
constructor
A new instance of DescribeGeneralOTSpanListResponse.
Constructor Details
#initialize(totalcount = nil, spans = nil, requestid = nil) ⇒ DescribeGeneralOTSpanListResponse
Returns a new instance of DescribeGeneralOTSpanListResponse.
2341 2342 2343 2344 2345 |
# File 'lib/v20210622/models.rb', line 2341 def initialize(totalcount=nil, spans=nil, requestid=nil) @TotalCount = totalcount @Spans = spans @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
- 将Spans字段中的文本进行 Base64 解码,得到经过压缩后字节数组。
- 使用 gzip 对压缩后的字节数组进行解压,得到压缩前的字节数组。
- 使用 UTF-8 字符集,将压缩前的字节数组转换为文本。
2339 2340 2341 |
# File 'lib/v20210622/models.rb', line 2339 def RequestId @RequestId end |
#Spans ⇒ Object
- 将Spans字段中的文本进行 Base64 解码,得到经过压缩后字节数组。
- 使用 gzip 对压缩后的字节数组进行解压,得到压缩前的字节数组。
- 使用 UTF-8 字符集,将压缩前的字节数组转换为文本。
2339 2340 2341 |
# File 'lib/v20210622/models.rb', line 2339 def Spans @Spans end |
#TotalCount ⇒ Object
- 将Spans字段中的文本进行 Base64 解码,得到经过压缩后字节数组。
- 使用 gzip 对压缩后的字节数组进行解压,得到压缩前的字节数组。
- 使用 UTF-8 字符集,将压缩前的字节数组转换为文本。
2339 2340 2341 |
# File 'lib/v20210622/models.rb', line 2339 def TotalCount @TotalCount end |
Instance Method Details
#deserialize(params) ⇒ Object
2347 2348 2349 2350 2351 |
# File 'lib/v20210622/models.rb', line 2347 def deserialize(params) @TotalCount = params['TotalCount'] @Spans = params['Spans'] @RequestId = params['RequestId'] end |