Class: TencentCloud::Tke::V20180525::PendingRelease
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Tke::V20180525::PendingRelease
- Defined in:
- lib/v20180525/models.rb
Overview
应用市场安装的Pending应用
Instance Attribute Summary collapse
- #Condition ⇒ Object
- #CreatedTime ⇒ Object
- #ID ⇒ Object
- #Name ⇒ Object
- #Namespace ⇒ Object
- #Status ⇒ Object
- #UpdatedTime ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(condition = nil, createdtime = nil, id = nil, name = nil, namespace = nil, status = nil, updatedtime = nil) ⇒ PendingRelease
constructor
A new instance of PendingRelease.
Constructor Details
#initialize(condition = nil, createdtime = nil, id = nil, name = nil, namespace = nil, status = nil, updatedtime = nil) ⇒ PendingRelease
Returns a new instance of PendingRelease.
15447 15448 15449 15450 15451 15452 15453 15454 15455 |
# File 'lib/v20180525/models.rb', line 15447 def initialize(condition=nil, createdtime=nil, id=nil, name=nil, namespace=nil, status=nil, updatedtime=nil) @Condition = condition @CreatedTime = createdtime @ID = id @Name = name @Namespace = namespace @Status = status @UpdatedTime = updatedtime end |
Instance Attribute Details
#Condition ⇒ Object
15445 15446 15447 |
# File 'lib/v20180525/models.rb', line 15445 def Condition @Condition end |
#CreatedTime ⇒ Object
15445 15446 15447 |
# File 'lib/v20180525/models.rb', line 15445 def CreatedTime @CreatedTime end |
#ID ⇒ Object
15445 15446 15447 |
# File 'lib/v20180525/models.rb', line 15445 def ID @ID end |
#Name ⇒ Object
15445 15446 15447 |
# File 'lib/v20180525/models.rb', line 15445 def Name @Name end |
#Namespace ⇒ Object
15445 15446 15447 |
# File 'lib/v20180525/models.rb', line 15445 def Namespace @Namespace end |
#Status ⇒ Object
15445 15446 15447 |
# File 'lib/v20180525/models.rb', line 15445 def Status @Status end |
#UpdatedTime ⇒ Object
15445 15446 15447 |
# File 'lib/v20180525/models.rb', line 15445 def UpdatedTime @UpdatedTime end |
Instance Method Details
#deserialize(params) ⇒ Object
15457 15458 15459 15460 15461 15462 15463 15464 15465 |
# File 'lib/v20180525/models.rb', line 15457 def deserialize(params) @Condition = params['Condition'] @CreatedTime = params['CreatedTime'] @ID = params['ID'] @Name = params['Name'] @Namespace = params['Namespace'] @Status = params['Status'] @UpdatedTime = params['UpdatedTime'] end |