Class: TencentCloud::Tcr::V20190924::CheckInstanceNameRequest

Inherits:
Common::AbstractModel
  • Object
show all
Defined in:
lib/v20190924/models.rb

Overview

CheckInstanceName请求参数结构体

Instance Attribute Summary collapse

Instance Method Summary collapse

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

Parameters:

  • RegistryName: —

    待创建的实例名称



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