Class: TencentCloud::Keewidb::V20220308::DescribeProjectSecurityGroupsRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Keewidb::V20220308::DescribeProjectSecurityGroupsRequest
- Defined in:
- lib/v20220308/models.rb
Overview
DescribeProjectSecurityGroups请求参数结构体
Instance Attribute Summary collapse
-
#Limit ⇒ Object
登录 [账号中心](console.cloud.tencent.com/developer),在项目管理中可获取项目 ID。.
-
#Offset ⇒ Object
登录 [账号中心](console.cloud.tencent.com/developer),在项目管理中可获取项目 ID。.
-
#Product ⇒ Object
登录 [账号中心](console.cloud.tencent.com/developer),在项目管理中可获取项目 ID。.
-
#ProjectId ⇒ Object
登录 [账号中心](console.cloud.tencent.com/developer),在项目管理中可获取项目 ID。.
-
#SearchKey ⇒ Object
登录 [账号中心](console.cloud.tencent.com/developer),在项目管理中可获取项目 ID。.
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(product = nil, projectid = nil, offset = nil, limit = nil, searchkey = nil) ⇒ DescribeProjectSecurityGroupsRequest
constructor
A new instance of DescribeProjectSecurityGroupsRequest.
Constructor Details
#initialize(product = nil, projectid = nil, offset = nil, limit = nil, searchkey = nil) ⇒ DescribeProjectSecurityGroupsRequest
Returns a new instance of DescribeProjectSecurityGroupsRequest.
1296 1297 1298 1299 1300 1301 1302 |
# File 'lib/v20220308/models.rb', line 1296 def initialize(product=nil, projectid=nil, offset=nil, limit=nil, searchkey=nil) @Product = product @ProjectId = projectid @Offset = offset @Limit = limit @SearchKey = searchkey end |
Instance Attribute Details
#Limit ⇒ Object
登录 [账号中心](console.cloud.tencent.com/developer),在项目管理中可获取项目 ID。
1294 1295 1296 |
# File 'lib/v20220308/models.rb', line 1294 def Limit @Limit end |
#Offset ⇒ Object
登录 [账号中心](console.cloud.tencent.com/developer),在项目管理中可获取项目 ID。
1294 1295 1296 |
# File 'lib/v20220308/models.rb', line 1294 def Offset @Offset end |
#Product ⇒ Object
登录 [账号中心](console.cloud.tencent.com/developer),在项目管理中可获取项目 ID。
1294 1295 1296 |
# File 'lib/v20220308/models.rb', line 1294 def Product @Product end |
#ProjectId ⇒ Object
登录 [账号中心](console.cloud.tencent.com/developer),在项目管理中可获取项目 ID。
1294 1295 1296 |
# File 'lib/v20220308/models.rb', line 1294 def ProjectId @ProjectId end |
#SearchKey ⇒ Object
登录 [账号中心](console.cloud.tencent.com/developer),在项目管理中可获取项目 ID。
1294 1295 1296 |
# File 'lib/v20220308/models.rb', line 1294 def SearchKey @SearchKey end |
Instance Method Details
#deserialize(params) ⇒ Object
1304 1305 1306 1307 1308 1309 1310 |
# File 'lib/v20220308/models.rb', line 1304 def deserialize(params) @Product = params['Product'] @ProjectId = params['ProjectId'] @Offset = params['Offset'] @Limit = params['Limit'] @SearchKey = params['SearchKey'] end |