Class: TencentCloud::Tcr::V20190924::DescribeWebhookTriggerRequest

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

Overview

DescribeWebhookTrigger请求参数结构体

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of DescribeWebhookTriggerRequest.



4447
4448
4449
4450
4451
4452
# File 'lib/v20190924/models.rb', line 4447

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

Instance Attribute Details

#Limit ⇒ Object

Parameters:

  • RegistryId: —

    实例Id

  • Limit: —

    分页单页数量

  • Offset: —

    分页偏移量

  • Namespace: —

    命名空间



4445
4446
4447
# File 'lib/v20190924/models.rb', line 4445

def Limit
  @Limit
end

#Namespace ⇒ Object

Parameters:

  • RegistryId: —

    实例Id

  • Limit: —

    分页单页数量

  • Offset: —

    分页偏移量

  • Namespace: —

    命名空间



4445
4446
4447
# File 'lib/v20190924/models.rb', line 4445

def Namespace
  @Namespace
end

#Offset ⇒ Object

Parameters:

  • RegistryId: —

    实例Id

  • Limit: —

    分页单页数量

  • Offset: —

    分页偏移量

  • Namespace: —

    命名空间



4445
4446
4447
# File 'lib/v20190924/models.rb', line 4445

def Offset
  @Offset
end

#RegistryId ⇒ Object

Parameters:

  • RegistryId: —

    实例Id

  • Limit: —

    分页单页数量

  • Offset: —

    分页偏移量

  • Namespace: —

    命名空间



4445
4446
4447
# File 'lib/v20190924/models.rb', line 4445

def RegistryId
  @RegistryId
end

Instance Method Details

#deserialize(params) ⇒ Object



4454
4455
4456
4457
4458
4459
# File 'lib/v20190924/models.rb', line 4454

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