Class: TencentCloud::Tcr::V20190924::DescribeWebhookTriggerLogRequest

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

Overview

DescribeWebhookTriggerLog请求参数结构体

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(registryid = nil, namespace = nil, id = nil, limit = nil, offset = nil) ⇒ DescribeWebhookTriggerLogRequest

Returns a new instance of DescribeWebhookTriggerLogRequest.



4386
4387
4388
4389
4390
4391
4392
# File 'lib/v20190924/models.rb', line 4386

def initialize(registryid=nil, namespace=nil, id=nil, limit=nil, offset=nil)
  @RegistryId = registryid
  @Namespace = namespace
  @Id = id
  @Limit = limit
  @Offset = offset
end

Instance Attribute Details

#Id ⇒ Object

Parameters:

  • RegistryId: —

    实例 Id

  • Namespace: —

    命名空间

  • Id: —

    触发器 Id

  • Limit: —

    分页单页数量

  • Offset: —

    分页偏移量



4384
4385
4386
# File 'lib/v20190924/models.rb', line 4384

def Id
  @Id
end

#Limit ⇒ Object

Parameters:

  • RegistryId: —

    实例 Id

  • Namespace: —

    命名空间

  • Id: —

    触发器 Id

  • Limit: —

    分页单页数量

  • Offset: —

    分页偏移量



4384
4385
4386
# File 'lib/v20190924/models.rb', line 4384

def Limit
  @Limit
end

#Namespace ⇒ Object

Parameters:

  • RegistryId: —

    实例 Id

  • Namespace: —

    命名空间

  • Id: —

    触发器 Id

  • Limit: —

    分页单页数量

  • Offset: —

    分页偏移量



4384
4385
4386
# File 'lib/v20190924/models.rb', line 4384

def Namespace
  @Namespace
end

#Offset ⇒ Object

Parameters:

  • RegistryId: —

    实例 Id

  • Namespace: —

    命名空间

  • Id: —

    触发器 Id

  • Limit: —

    分页单页数量

  • Offset: —

    分页偏移量



4384
4385
4386
# File 'lib/v20190924/models.rb', line 4384

def Offset
  @Offset
end

#RegistryId ⇒ Object

Parameters:

  • RegistryId: —

    实例 Id

  • Namespace: —

    命名空间

  • Id: —

    触发器 Id

  • Limit: —

    分页单页数量

  • Offset: —

    分页偏移量



4384
4385
4386
# File 'lib/v20190924/models.rb', line 4384

def RegistryId
  @RegistryId
end

Instance Method Details

#deserialize(params) ⇒ Object



4394
4395
4396
4397
4398
4399
4400
# File 'lib/v20190924/models.rb', line 4394

def deserialize(params)
  @RegistryId = params['RegistryId']
  @Namespace = params['Namespace']
  @Id = params['Id']
  @Limit = params['Limit']
  @Offset = params['Offset']
end