Class: TencentCloud::Kms::V20190118::ListDataKeysRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Kms::V20190118::ListDataKeysRequest
- Defined in:
- lib/v20190118/models.rb
Overview
ListDataKeys请求参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(offset = nil, limit = nil, role = nil, hsmclusterid = nil) ⇒ ListDataKeysRequest
constructor
A new instance of ListDataKeysRequest.
Constructor Details
#initialize(offset = nil, limit = nil, role = nil, hsmclusterid = nil) ⇒ ListDataKeysRequest
Returns a new instance of ListDataKeysRequest.
2609 2610 2611 2612 2613 2614 |
# File 'lib/v20190118/models.rb', line 2609 def initialize(offset=nil, limit=nil, role=nil, hsmclusterid=nil) @Offset = offset @Limit = limit @Role = role @HsmClusterId = hsmclusterid end |
Instance Attribute Details
#HsmClusterId ⇒ Object
2607 2608 2609 |
# File 'lib/v20190118/models.rb', line 2607 def HsmClusterId @HsmClusterId end |
#Limit ⇒ Object
2607 2608 2609 |
# File 'lib/v20190118/models.rb', line 2607 def Limit @Limit end |
#Offset ⇒ Object
2607 2608 2609 |
# File 'lib/v20190118/models.rb', line 2607 def Offset @Offset end |
#Role ⇒ Object
2607 2608 2609 |
# File 'lib/v20190118/models.rb', line 2607 def Role @Role end |
Instance Method Details
#deserialize(params) ⇒ Object
2616 2617 2618 2619 2620 2621 |
# File 'lib/v20190118/models.rb', line 2616 def deserialize(params) @Offset = params['Offset'] @Limit = params['Limit'] @Role = params['Role'] @HsmClusterId = params['HsmClusterId'] end |