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.



13311
13312
13313
13314
# File 'lib/v20180525/models.rb', line 13311

def initialize(propertyname=nil, propertyvalue=nil)
  @PropertyName = propertyname
  @PropertyValue = propertyvalue
end

Instance Attribute Details

#PropertyNameObject

Parameters:

  • PropertyName:

    对象属性名称

  • PropertyValue:

    对象属性值



13309
13310
13311
# File 'lib/v20180525/models.rb', line 13309

def PropertyName
  @PropertyName
end

#PropertyValueObject

Parameters:

  • PropertyName:

    对象属性名称

  • PropertyValue:

    对象属性值



13309
13310
13311
# File 'lib/v20180525/models.rb', line 13309

def PropertyValue
  @PropertyValue
end

Instance Method Details

#deserialize(params) ⇒ Object



13316
13317
13318
13319
# File 'lib/v20180525/models.rb', line 13316

def deserialize(params)
  @PropertyName = params['PropertyName']
  @PropertyValue = params['PropertyValue']
end