Class: TencentCloud::Cynosdb::V20190107::DescribeProjectSecurityGroupsRequest
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cynosdb::V20190107::DescribeProjectSecurityGroupsRequest
- Defined in:
- lib/v20190107/models.rb
Overview
DescribeProjectSecurityGroups请求参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(projectid = nil, limit = nil, offset = nil, searchkey = nil) ⇒ DescribeProjectSecurityGroupsRequest
constructor
A new instance of DescribeProjectSecurityGroupsRequest.
Constructor Details
#initialize(projectid = nil, limit = nil, offset = nil, searchkey = nil) ⇒ DescribeProjectSecurityGroupsRequest
Returns a new instance of DescribeProjectSecurityGroupsRequest.
7215 7216 7217 7218 7219 7220 |
# File 'lib/v20190107/models.rb', line 7215 def initialize(projectid=nil, limit=nil, offset=nil, searchkey=nil) @ProjectId = projectid @Limit = limit @Offset = offset @SearchKey = searchkey end |
Instance Attribute Details
#Limit ⇒ Object
7213 7214 7215 |
# File 'lib/v20190107/models.rb', line 7213 def Limit @Limit end |
#Offset ⇒ Object
7213 7214 7215 |
# File 'lib/v20190107/models.rb', line 7213 def Offset @Offset end |
#ProjectId ⇒ Object
7213 7214 7215 |
# File 'lib/v20190107/models.rb', line 7213 def ProjectId @ProjectId end |
#SearchKey ⇒ Object
7213 7214 7215 |
# File 'lib/v20190107/models.rb', line 7213 def SearchKey @SearchKey end |
Instance Method Details
#deserialize(params) ⇒ Object
7222 7223 7224 7225 7226 7227 |
# File 'lib/v20190107/models.rb', line 7222 def deserialize(params) @ProjectId = params['ProjectId'] @Limit = params['Limit'] @Offset = params['Offset'] @SearchKey = params['SearchKey'] end |