Class: TencentCloud::Tcr::V20190924::ManageInternalEndpointResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Tcr::V20190924::ManageInternalEndpointResponse
- Defined in:
- lib/v20190924/models.rb
Overview
ManageInternalEndpoint返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(registryid = nil, requestid = nil) ⇒ ManageInternalEndpointResponse
constructor
A new instance of ManageInternalEndpointResponse.
Constructor Details
#initialize(registryid = nil, requestid = nil) ⇒ ManageInternalEndpointResponse
Returns a new instance of ManageInternalEndpointResponse.
5083 5084 5085 5086 |
# File 'lib/v20190924/models.rb', line 5083 def initialize(registryid=nil, requestid=nil) @RegistryId = registryid @RequestId = requestid end |
Instance Attribute Details
#RegistryId ⇒ Object
5081 5082 5083 |
# File 'lib/v20190924/models.rb', line 5081 def RegistryId @RegistryId end |
#RequestId ⇒ Object
5081 5082 5083 |
# File 'lib/v20190924/models.rb', line 5081 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
5088 5089 5090 5091 |
# File 'lib/v20190924/models.rb', line 5088 def deserialize(params) @RegistryId = params['RegistryId'] @RequestId = params['RequestId'] end |