Class: TencentCloud::Cynosdb::V20190107::DescribeProjectSecurityGroupsRequest

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

Overview

DescribeProjectSecurityGroups请求参数结构体

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#LimitObject

Parameters:

  • ProjectId:

    项目ID

  • Limit:

    限制量

  • Offset:

    偏移量

  • SearchKey:

    搜索关键字



7213
7214
7215
# File 'lib/v20190107/models.rb', line 7213

def Limit
  @Limit
end

#OffsetObject

Parameters:

  • ProjectId:

    项目ID

  • Limit:

    限制量

  • Offset:

    偏移量

  • SearchKey:

    搜索关键字



7213
7214
7215
# File 'lib/v20190107/models.rb', line 7213

def Offset
  @Offset
end

#ProjectIdObject

Parameters:

  • ProjectId:

    项目ID

  • Limit:

    限制量

  • Offset:

    偏移量

  • SearchKey:

    搜索关键字



7213
7214
7215
# File 'lib/v20190107/models.rb', line 7213

def ProjectId
  @ProjectId
end

#SearchKeyObject

Parameters:

  • ProjectId:

    项目ID

  • Limit:

    限制量

  • Offset:

    偏移量

  • SearchKey:

    搜索关键字



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