Class: TencentCloud::Tcr::V20190924::DescribeWebhookTriggerLogRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Tcr::V20190924::DescribeWebhookTriggerLogRequest
- Defined in:
- lib/v20190924/models.rb
Overview
DescribeWebhookTriggerLog请求参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(registryid = nil, namespace = nil, id = nil, limit = nil, offset = nil) ⇒ DescribeWebhookTriggerLogRequest
constructor
A new instance of DescribeWebhookTriggerLogRequest.
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
4384 4385 4386 |
# File 'lib/v20190924/models.rb', line 4384 def Id @Id end |
#Limit ⇒ Object
4384 4385 4386 |
# File 'lib/v20190924/models.rb', line 4384 def Limit @Limit end |
#Namespace ⇒ Object
4384 4385 4386 |
# File 'lib/v20190924/models.rb', line 4384 def Namespace @Namespace end |
#Offset ⇒ Object
4384 4385 4386 |
# File 'lib/v20190924/models.rb', line 4384 def Offset @Offset end |
#RegistryId ⇒ Object
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 |