Class: TencentCloud::Gs::V20191118::FetchAndroidInstancesLogsResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Gs::V20191118::FetchAndroidInstancesLogsResponse
- Defined in:
- lib/v20191118/models.rb
Overview
FetchAndroidInstancesLogs返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(requestid = nil) ⇒ FetchAndroidInstancesLogsResponse
constructor
A new instance of FetchAndroidInstancesLogsResponse.
Constructor Details
#initialize(requestid = nil) ⇒ FetchAndroidInstancesLogsResponse
Returns a new instance of FetchAndroidInstancesLogsResponse.
2690 2691 2692 |
# File 'lib/v20191118/models.rb', line 2690 def initialize(requestid=nil) @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
2688 2689 2690 |
# File 'lib/v20191118/models.rb', line 2688 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
2694 2695 2696 |
# File 'lib/v20191118/models.rb', line 2694 def deserialize(params) @RequestId = params['RequestId'] end |