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