Class: TencentCloud::Tke::V20180525::FailedResource
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Tke::V20180525::FailedResource
- Defined in:
- lib/v20180525/models.rb
Overview
修改标签失败的资源
Instance Attribute Summary collapse
-
#Error ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。.
-
#Resource ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。.
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(resource = nil, error = nil) ⇒ FailedResource
constructor
A new instance of FailedResource.
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
#Error ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。
11993 11994 11995 |
# File 'lib/v20180525/models.rb', line 11993 def Error @Error end |
#Resource ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。
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 |