Class: TencentCloud::Tcr::V20190924::DeleteServiceAccountRequest

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

Overview

DeleteServiceAccount请求参数结构体

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(registryid = nil, name = nil) ⇒ DeleteServiceAccountRequest

Returns a new instance of DeleteServiceAccountRequest.



2178
2179
2180
2181
# File 'lib/v20190924/models.rb', line 2178

def initialize(registryid=nil, name=nil)
  @RegistryId = registryid
  @Name = name
end

Instance Attribute Details

#Name ⇒ Object

Parameters:

  • RegistryId: —

    实例Id

  • Name: —

    服务级账号名



2176
2177
2178
# File 'lib/v20190924/models.rb', line 2176

def Name
  @Name
end

#RegistryId ⇒ Object

Parameters:

  • RegistryId: —

    实例Id

  • Name: —

    服务级账号名



2176
2177
2178
# File 'lib/v20190924/models.rb', line 2176

def RegistryId
  @RegistryId
end

Instance Method Details

#deserialize(params) ⇒ Object



2183
2184
2185
2186
# File 'lib/v20190924/models.rb', line 2183

def deserialize(params)
  @RegistryId = params['RegistryId']
  @Name = params['Name']
end