Class: TencentCloud::Oceanus::V20190422::JobRuntimeInfo
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Oceanus::V20190422::JobRuntimeInfo
- Defined in:
- lib/v20190422/models.rb
Overview
作业运行时信息
Instance Attribute Summary collapse
-
#Key ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。.
-
#Value ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。.
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(key = nil, value = nil) ⇒ JobRuntimeInfo
constructor
A new instance of JobRuntimeInfo.
Constructor Details
#initialize(key = nil, value = nil) ⇒ JobRuntimeInfo
Returns a new instance of JobRuntimeInfo.
3841 3842 3843 3844 |
# File 'lib/v20190422/models.rb', line 3841 def initialize(key=nil, value=nil) @Key = key @Value = value end |
Instance Attribute Details
#Key ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。
3839 3840 3841 |
# File 'lib/v20190422/models.rb', line 3839 def Key @Key end |
#Value ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。
3839 3840 3841 |
# File 'lib/v20190422/models.rb', line 3839 def Value @Value end |
Instance Method Details
#deserialize(params) ⇒ Object
3846 3847 3848 3849 |
# File 'lib/v20190422/models.rb', line 3846 def deserialize(params) @Key = params['Key'] @Value = params['Value'] end |