Class: TencentCloud::Tcr::V20190924::ManageExternalEndpointResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Tcr::V20190924::ManageExternalEndpointResponse
- Defined in:
- lib/v20190924/models.rb
Overview
ManageExternalEndpoint返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(registryid = nil, requestid = nil) ⇒ ManageExternalEndpointResponse
constructor
A new instance of ManageExternalEndpointResponse.
Constructor Details
#initialize(registryid = nil, requestid = nil) ⇒ ManageExternalEndpointResponse
Returns a new instance of ManageExternalEndpointResponse.
4991 4992 4993 4994 |
# File 'lib/v20190924/models.rb', line 4991 def initialize(registryid=nil, requestid=nil) @RegistryId = registryid @RequestId = requestid end |
Instance Attribute Details
#RegistryId ⇒ Object
4989 4990 4991 |
# File 'lib/v20190924/models.rb', line 4989 def RegistryId @RegistryId end |
#RequestId ⇒ Object
4989 4990 4991 |
# File 'lib/v20190924/models.rb', line 4989 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
4996 4997 4998 4999 |
# File 'lib/v20190924/models.rb', line 4996 def deserialize(params) @RegistryId = params['RegistryId'] @RequestId = params['RequestId'] end |