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.
11272 11273 11274 11275 11276 11277 11278 |
# File 'lib/v20180525/models.rb', line 11272 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,表示取不到有效值。
11270 11271 11272 |
# File 'lib/v20180525/models.rb', line 11270 def Command @Command end |
#Link ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
11270 11271 11272 |
# File 'lib/v20180525/models.rb', line 11270 def Link @Link end |
#RequestId ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
11270 11271 11272 |
# File 'lib/v20180525/models.rb', line 11270 def RequestId @RequestId end |
#ScriptVersion ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
11270 11271 11272 |
# File 'lib/v20180525/models.rb', line 11270 def ScriptVersion @ScriptVersion end |
#Token ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
11270 11271 11272 |
# File 'lib/v20180525/models.rb', line 11270 def Token @Token end |
Instance Method Details
#deserialize(params) ⇒ Object
11280 11281 11282 11283 11284 11285 11286 |
# File 'lib/v20180525/models.rb', line 11280 def deserialize(params) @Link = params['Link'] @Token = params['Token'] @Command = params['Command'] @ScriptVersion = params['ScriptVersion'] @RequestId = params['RequestId'] end |