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
1310 1311 1312 1313 1314 1315 1316 |
# File 'lib/v20220308/models.rb', line 1310 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。
1308 1309 1310 |
# File 'lib/v20220308/models.rb', line 1308 def Limit @Limit end |
#Offset ⇒ Object
登录 [账号中心](console.cloud.tencent.com/developer),在项目管理中可获取项目 ID。
1308 1309 1310 |
# File 'lib/v20220308/models.rb', line 1308 def Offset @Offset end |
#Product ⇒ Object
登录 [账号中心](console.cloud.tencent.com/developer),在项目管理中可获取项目 ID。
1308 1309 1310 |
# File 'lib/v20220308/models.rb', line 1308 def Product @Product end |
#ProjectId ⇒ Object
登录 [账号中心](console.cloud.tencent.com/developer),在项目管理中可获取项目 ID。
1308 1309 1310 |
# File 'lib/v20220308/models.rb', line 1308 def ProjectId @ProjectId end |
#SearchKey ⇒ Object
登录 [账号中心](console.cloud.tencent.com/developer),在项目管理中可获取项目 ID。
1308 1309 1310 |
# File 'lib/v20220308/models.rb', line 1308 def SearchKey @SearchKey end |
Instance Method Details
#deserialize(params) ⇒ Object
1318 1319 1320 1321 1322 1323 1324 |
# File 'lib/v20220308/models.rb', line 1318 def deserialize(params) @Product = params['Product'] @ProjectId = params['ProjectId'] @Offset = params['Offset'] @Limit = params['Limit'] @SearchKey = params['SearchKey'] end |