Class: TencentCloud::Tke::V20180525::FailedResource

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

Overview

修改标签失败的资源

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(resource = nil, error = nil) ⇒ FailedResource

Returns a new instance of FailedResource.



11995
11996
11997
11998
# File 'lib/v20180525/models.rb', line 11995

def initialize(resource=nil, error=nil)
  @Resource = resource
  @Error = error
end

Instance Attribute Details

#ErrorObject

注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。

Parameters:

  • Resource:

    资源六段式

  • Error:

    执行失败的原因



11993
11994
11995
# File 'lib/v20180525/models.rb', line 11993

def Error
  @Error
end

#ResourceObject

注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。

Parameters:

  • Resource:

    资源六段式

  • Error:

    执行失败的原因



11993
11994
11995
# File 'lib/v20180525/models.rb', line 11993

def Resource
  @Resource
end

Instance Method Details

#deserialize(params) ⇒ Object



12000
12001
12002
12003
# File 'lib/v20180525/models.rb', line 12000

def deserialize(params)
  @Resource = params['Resource']
  @Error = params['Error']
end