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.
13531 13532 13533 13534 |
# File 'lib/v20180525/models.rb', line 13531 def initialize(propertyname=nil, propertyvalue=nil) @PropertyName = propertyname @PropertyValue = propertyvalue end |
Instance Attribute Details
#PropertyName ⇒ Object
13529 13530 13531 |
# File 'lib/v20180525/models.rb', line 13529 def PropertyName @PropertyName end |
#PropertyValue ⇒ Object
13529 13530 13531 |
# File 'lib/v20180525/models.rb', line 13529 def PropertyValue @PropertyValue end |
Instance Method Details
#deserialize(params) ⇒ Object
13536 13537 13538 13539 |
# File 'lib/v20180525/models.rb', line 13536 def deserialize(params) @PropertyName = params['PropertyName'] @PropertyValue = params['PropertyValue'] end |