Class: TencentCloud::Tke::V20180525::DescribeTKEEdgeScriptResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Tke::V20180525::DescribeTKEEdgeScriptResponse
- Defined in:
- lib/v20180525/models.rb
Overview
DescribeTKEEdgeScript返回参数结构体
Instance Attribute Summary collapse
-
#Command ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。.
-
#Link ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。.
-
#RequestId ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。.
-
#ScriptVersion ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。.
-
#Token ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。.
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(link = nil, token = nil, command = nil, scriptversion = nil, requestid = nil) ⇒ DescribeTKEEdgeScriptResponse
constructor
A new instance of DescribeTKEEdgeScriptResponse.
Constructor Details
#initialize(link = nil, token = nil, command = nil, scriptversion = nil, requestid = nil) ⇒ DescribeTKEEdgeScriptResponse
Returns a new instance of DescribeTKEEdgeScriptResponse.
10436 10437 10438 10439 10440 10441 10442 |
# File 'lib/v20180525/models.rb', line 10436 def initialize(link=nil, token=nil, command=nil, scriptversion=nil, requestid=nil) @Link = link @Token = token @Command = command @ScriptVersion = scriptversion @RequestId = requestid end |
Instance Attribute Details
#Command ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
10434 10435 10436 |
# File 'lib/v20180525/models.rb', line 10434 def Command @Command end |
#Link ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
10434 10435 10436 |
# File 'lib/v20180525/models.rb', line 10434 def Link @Link end |
#RequestId ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
10434 10435 10436 |
# File 'lib/v20180525/models.rb', line 10434 def RequestId @RequestId end |
#ScriptVersion ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
10434 10435 10436 |
# File 'lib/v20180525/models.rb', line 10434 def ScriptVersion @ScriptVersion end |
#Token ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
10434 10435 10436 |
# File 'lib/v20180525/models.rb', line 10434 def Token @Token end |
Instance Method Details
#deserialize(params) ⇒ Object
10444 10445 10446 10447 10448 10449 10450 |
# File 'lib/v20180525/models.rb', line 10444 def deserialize(params) @Link = params['Link'] @Token = params['Token'] @Command = params['Command'] @ScriptVersion = params['ScriptVersion'] @RequestId = params['RequestId'] end |