Class: TencentCloud::Tke::V20180525::DescribeMasterComponentRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Tke::V20180525::DescribeMasterComponentRequest
- Defined in:
- lib/v20180525/models.rb
Overview
DescribeMasterComponent请求参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(clusterid = nil, component = nil) ⇒ DescribeMasterComponentRequest
constructor
A new instance of DescribeMasterComponentRequest.
Constructor Details
#initialize(clusterid = nil, component = nil) ⇒ DescribeMasterComponentRequest
Returns a new instance of DescribeMasterComponentRequest.
8147 8148 8149 8150 |
# File 'lib/v20180525/models.rb', line 8147 def initialize(clusterid=nil, component=nil) @ClusterId = clusterid @Component = component end |
Instance Attribute Details
#ClusterId ⇒ Object
8145 8146 8147 |
# File 'lib/v20180525/models.rb', line 8145 def ClusterId @ClusterId end |
#Component ⇒ Object
8145 8146 8147 |
# File 'lib/v20180525/models.rb', line 8145 def Component @Component end |
Instance Method Details
#deserialize(params) ⇒ Object
8152 8153 8154 8155 |
# File 'lib/v20180525/models.rb', line 8152 def deserialize(params) @ClusterId = params['ClusterId'] @Component = params['Component'] end |