Class: TencentCloud::Cpdp::V20190820::QueryAgentStatementsResponse
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cpdp::V20190820::QueryAgentStatementsResponse
- Defined in:
- lib/v20190820/models.rb
Overview
QueryAgentStatements返回参数结构体
Instance Attribute Summary collapse
-
#FileUrl ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。.
-
#RequestId ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。.
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(fileurl = nil, requestid = nil) ⇒ QueryAgentStatementsResponse
constructor
A new instance of QueryAgentStatementsResponse.
Constructor Details
#initialize(fileurl = nil, requestid = nil) ⇒ QueryAgentStatementsResponse
Returns a new instance of QueryAgentStatementsResponse.
14796 14797 14798 14799 |
# File 'lib/v20190820/models.rb', line 14796 def initialize(fileurl=nil, requestid=nil) @FileUrl = fileurl @RequestId = requestid end |
Instance Attribute Details
#FileUrl ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
14794 14795 14796 |
# File 'lib/v20190820/models.rb', line 14794 def FileUrl @FileUrl end |
#RequestId ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
14794 14795 14796 |
# File 'lib/v20190820/models.rb', line 14794 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
14801 14802 14803 14804 |
# File 'lib/v20190820/models.rb', line 14801 def deserialize(params) @FileUrl = params['FileUrl'] @RequestId = params['RequestId'] end |