Class: TencentCloud::Tcr::V20190924::RenewInstanceResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Tcr::V20190924::RenewInstanceResponse
- Defined in:
- lib/v20190924/models.rb
Overview
RenewInstance返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(registryid = nil, requestid = nil) ⇒ RenewInstanceResponse
constructor
A new instance of RenewInstanceResponse.
Constructor Details
#initialize(registryid = nil, requestid = nil) ⇒ RenewInstanceResponse
Returns a new instance of RenewInstanceResponse.
6267 6268 6269 6270 |
# File 'lib/v20190924/models.rb', line 6267 def initialize(registryid=nil, requestid=nil) @RegistryId = registryid @RequestId = requestid end |
Instance Attribute Details
#RegistryId ⇒ Object
6265 6266 6267 |
# File 'lib/v20190924/models.rb', line 6265 def RegistryId @RegistryId end |
#RequestId ⇒ Object
6265 6266 6267 |
# File 'lib/v20190924/models.rb', line 6265 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
6272 6273 6274 6275 |
# File 'lib/v20190924/models.rb', line 6272 def deserialize(params) @RegistryId = params['RegistryId'] @RequestId = params['RequestId'] end |