Class: TencentCloud::Tke::V20180525::KubeJarvisStateResultObjInfo

Inherits:
Common::AbstractModel
  • Object
show all
Defined in:
lib/v20180525/models.rb

Overview

集群巡检诊断对象信息

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#PropertyNameObject

Parameters:

  • 对象属性名称

  • 对象属性值



14608
14609
14610
# File 'lib/v20180525/models.rb', line 14608

def PropertyName
  @PropertyName
end

#PropertyValueObject

Parameters:

  • 对象属性名称

  • 对象属性值



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