Class: TencentCloud::Cam::V20190116::ListGroupsRequest
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cam::V20190116::ListGroupsRequest
- Defined in:
- lib/v20190116/models.rb
Overview
ListGroups请求参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(page = nil, rp = nil, keyword = nil) ⇒ ListGroupsRequest
constructor
A new instance of ListGroupsRequest.
Constructor Details
#initialize(page = nil, rp = nil, keyword = nil) ⇒ ListGroupsRequest
Returns a new instance of ListGroupsRequest.
3574 3575 3576 3577 3578 |
# File 'lib/v20190116/models.rb', line 3574 def initialize(page=nil, rp=nil, keyword=nil) @Page = page @Rp = rp @Keyword = keyword end |
Instance Attribute Details
#Keyword ⇒ Object
3572 3573 3574 |
# File 'lib/v20190116/models.rb', line 3572 def Keyword @Keyword end |
#Page ⇒ Object
3572 3573 3574 |
# File 'lib/v20190116/models.rb', line 3572 def Page @Page end |
#Rp ⇒ Object
3572 3573 3574 |
# File 'lib/v20190116/models.rb', line 3572 def Rp @Rp end |
Instance Method Details
#deserialize(params) ⇒ Object
3580 3581 3582 3583 3584 |
# File 'lib/v20190116/models.rb', line 3580 def deserialize(params) @Page = params['Page'] @Rp = params['Rp'] @Keyword = params['Keyword'] end |