Class: TencentCloud::Tke::V20180525::KubeJarvisStateResultObjInfo
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Tke::V20180525::KubeJarvisStateResultObjInfo
- Defined in:
- lib/v20180525/models.rb
Overview
集群巡检诊断对象信息
Instance Attribute Summary collapse
-
#PropertyName ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。.
-
#PropertyValue ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。.
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(propertyname = nil, propertyvalue = nil) ⇒ KubeJarvisStateResultObjInfo
constructor
A new instance of KubeJarvisStateResultObjInfo.
Constructor Details
#initialize(propertyname = nil, propertyvalue = nil) ⇒ KubeJarvisStateResultObjInfo
Returns a new instance of KubeJarvisStateResultObjInfo.
13397 13398 13399 13400 |
# File 'lib/v20180525/models.rb', line 13397 def initialize(propertyname=nil, propertyvalue=nil) @PropertyName = propertyname @PropertyValue = propertyvalue end |
Instance Attribute Details
#PropertyName ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。
13395 13396 13397 |
# File 'lib/v20180525/models.rb', line 13395 def PropertyName @PropertyName end |
#PropertyValue ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。
13395 13396 13397 |
# File 'lib/v20180525/models.rb', line 13395 def PropertyValue @PropertyValue end |
Instance Method Details
#deserialize(params) ⇒ Object
13402 13403 13404 13405 |
# File 'lib/v20180525/models.rb', line 13402 def deserialize(params) @PropertyName = params['PropertyName'] @PropertyValue = params['PropertyValue'] end |