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
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.
14610 14611 14612 14613 |
# File 'lib/v20180525/models.rb', line 14610 def initialize(propertyname=nil, propertyvalue=nil) @PropertyName = propertyname @PropertyValue = propertyvalue end |
Instance Attribute Details
#PropertyName ⇒ Object
14608 14609 14610 |
# File 'lib/v20180525/models.rb', line 14608 def PropertyName @PropertyName end |
#PropertyValue ⇒ Object
14608 14609 14610 |
# File 'lib/v20180525/models.rb', line 14608 def PropertyValue @PropertyValue end |
Instance Method Details
#deserialize(params) ⇒ Object
14615 14616 14617 14618 |
# File 'lib/v20180525/models.rb', line 14615 def deserialize(params) @PropertyName = params['PropertyName'] @PropertyValue = params['PropertyValue'] end |