Class: TencentCloud::Tcr::V20190924::DeleteWebhookTriggerRequest

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

Overview

DeleteWebhookTrigger请求参数结构体

Instance Attribute Summary collapse

Instance Method Summary collapse

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

Parameters:

  • RegistryId: —

    实例Id

  • Namespace: —

    命名空间

  • Id: —

    触发器 Id



2286
2287
2288
# File 'lib/v20190924/models.rb', line 2286

def Id
  @Id
end

#Namespace ⇒ Object

Parameters:

  • RegistryId: —

    实例Id

  • Namespace: —

    命名空间

  • Id: —

    触发器 Id



2286
2287
2288
# File 'lib/v20190924/models.rb', line 2286

def Namespace
  @Namespace
end

#RegistryId ⇒ Object

Parameters:

  • RegistryId: —

    实例Id

  • Namespace: —

    命名空间

  • Id: —

    触发器 Id



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