Class: TencentCloud::Keewidb::V20220308::DescribeProjectSecurityGroupsRequest

Inherits:
Common::AbstractModel
  • Object
show all
Defined in:
lib/v20220308/models.rb

Overview

DescribeProjectSecurityGroups请求参数结构体

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#LimitObject

登录 [账号中心](console.cloud.tencent.com/developer),在项目管理中可获取项目 ID。



1308
1309
1310
# File 'lib/v20220308/models.rb', line 1308

def Limit
  @Limit
end

#OffsetObject

登录 [账号中心](console.cloud.tencent.com/developer),在项目管理中可获取项目 ID。



1308
1309
1310
# File 'lib/v20220308/models.rb', line 1308

def Offset
  @Offset
end

#ProductObject

登录 [账号中心](console.cloud.tencent.com/developer),在项目管理中可获取项目 ID。



1308
1309
1310
# File 'lib/v20220308/models.rb', line 1308

def Product
  @Product
end

#ProjectIdObject

登录 [账号中心](console.cloud.tencent.com/developer),在项目管理中可获取项目 ID。



1308
1309
1310
# File 'lib/v20220308/models.rb', line 1308

def ProjectId
  @ProjectId
end

#SearchKeyObject

登录 [账号中心](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