Class: TencentCloud::Tcr::V20190924::DeleteServiceAccountRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Tcr::V20190924::DeleteServiceAccountRequest
- Defined in:
- lib/v20190924/models.rb
Overview
DeleteServiceAccount请求参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(registryid = nil, name = nil) ⇒ DeleteServiceAccountRequest
constructor
A new instance of DeleteServiceAccountRequest.
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
2176 2177 2178 |
# File 'lib/v20190924/models.rb', line 2176 def Name @Name end |
#RegistryId ⇒ Object
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 |