Class: TencentCloud::Tcr::V20190924::DeleteWebhookTriggerRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Tcr::V20190924::DeleteWebhookTriggerRequest
- Defined in:
- lib/v20190924/models.rb
Overview
DeleteWebhookTrigger请求参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(registryid = nil, namespace = nil, id = nil) ⇒ DeleteWebhookTriggerRequest
constructor
A new instance of DeleteWebhookTriggerRequest.
Constructor Details
#initialize(registryid = nil, namespace = nil, id = nil) ⇒ DeleteWebhookTriggerRequest
Returns a new instance of DeleteWebhookTriggerRequest.
2288 2289 2290 2291 2292 |
# File 'lib/v20190924/models.rb', line 2288 def initialize(registryid=nil, namespace=nil, id=nil) @RegistryId = registryid @Namespace = namespace @Id = id end |
Instance Attribute Details
#Id ⇒ Object
2286 2287 2288 |
# File 'lib/v20190924/models.rb', line 2286 def Id @Id end |
#Namespace ⇒ Object
2286 2287 2288 |
# File 'lib/v20190924/models.rb', line 2286 def Namespace @Namespace end |
#RegistryId ⇒ Object
2286 2287 2288 |
# File 'lib/v20190924/models.rb', line 2286 def RegistryId @RegistryId end |
Instance Method Details
#deserialize(params) ⇒ Object
2294 2295 2296 2297 2298 |
# File 'lib/v20190924/models.rb', line 2294 def deserialize(params) @RegistryId = params['RegistryId'] @Namespace = params['Namespace'] @Id = params['Id'] end |