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.
10418 10419 10420 10421 10422 10423 10424 |
# File 'lib/v20180525/models.rb', line 10418 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,表示取不到有效值。
10416 10417 10418 |
# File 'lib/v20180525/models.rb', line 10416 def Command @Command end |
#Link ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
10416 10417 10418 |
# File 'lib/v20180525/models.rb', line 10416 def Link @Link end |
#RequestId ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
10416 10417 10418 |
# File 'lib/v20180525/models.rb', line 10416 def RequestId @RequestId end |
#ScriptVersion ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
10416 10417 10418 |
# File 'lib/v20180525/models.rb', line 10416 def ScriptVersion @ScriptVersion end |
#Token ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
10416 10417 10418 |
# File 'lib/v20180525/models.rb', line 10416 def Token @Token end |
Instance Method Details
#deserialize(params) ⇒ Object
10426 10427 10428 10429 10430 10431 10432 |
# File 'lib/v20180525/models.rb', line 10426 def deserialize(params) @Link = params['Link'] @Token = params['Token'] @Command = params['Command'] @ScriptVersion = params['ScriptVersion'] @RequestId = params['RequestId'] end |