Class: TencentCloud::Tcr::V20190924::CheckInstanceNameRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Tcr::V20190924::CheckInstanceNameRequest
- Defined in:
- lib/v20190924/models.rb
Overview
CheckInstanceName请求参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(registryname = nil) ⇒ CheckInstanceNameRequest
constructor
A new instance of CheckInstanceNameRequest.
Constructor Details
#initialize(registryname = nil) ⇒ CheckInstanceNameRequest
Returns a new instance of CheckInstanceNameRequest.
202 203 204 |
# File 'lib/v20190924/models.rb', line 202 def initialize(registryname=nil) @RegistryName = registryname end |
Instance Attribute Details
#RegistryName ⇒ Object
200 201 202 |
# File 'lib/v20190924/models.rb', line 200 def RegistryName @RegistryName end |
Instance Method Details
#deserialize(params) ⇒ Object
206 207 208 |
# File 'lib/v20190924/models.rb', line 206 def deserialize(params) @RegistryName = params['RegistryName'] end |