Class: TencentCloud::Cdb::V20170320::DescribeDeployGroupListRequest

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

Overview

DescribeDeployGroupList请求参数结构体

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(deploygroupid = nil, deploygroupname = nil, limit = nil, offset = nil) ⇒ DescribeDeployGroupListRequest

Returns a new instance of DescribeDeployGroupListRequest.



7017
7018
7019
7020
7021
7022
# File 'lib/v20170320/models.rb', line 7017

def initialize(deploygroupid=nil, deploygroupname=nil, limit=nil, offset=nil)
  @DeployGroupId = deploygroupid
  @DeployGroupName = deploygroupname
  @Limit = limit
  @Offset = offset
end

Instance Attribute Details

#DeployGroupIdObject

Parameters:

  • DeployGroupId:

    置放群组 ID。

  • DeployGroupName:

    置放群组名称。

  • Limit:

    返回数量,默认为20,最大值为100。

  • Offset:

    偏移量,默认为0。



7015
7016
7017
# File 'lib/v20170320/models.rb', line 7015

def DeployGroupId
  @DeployGroupId
end

#DeployGroupNameObject

Parameters:

  • DeployGroupId:

    置放群组 ID。

  • DeployGroupName:

    置放群组名称。

  • Limit:

    返回数量,默认为20,最大值为100。

  • Offset:

    偏移量,默认为0。



7015
7016
7017
# File 'lib/v20170320/models.rb', line 7015

def DeployGroupName
  @DeployGroupName
end

#LimitObject

Parameters:

  • DeployGroupId:

    置放群组 ID。

  • DeployGroupName:

    置放群组名称。

  • Limit:

    返回数量,默认为20,最大值为100。

  • Offset:

    偏移量,默认为0。



7015
7016
7017
# File 'lib/v20170320/models.rb', line 7015

def Limit
  @Limit
end

#OffsetObject

Parameters:

  • DeployGroupId:

    置放群组 ID。

  • DeployGroupName:

    置放群组名称。

  • Limit:

    返回数量,默认为20,最大值为100。

  • Offset:

    偏移量,默认为0。



7015
7016
7017
# File 'lib/v20170320/models.rb', line 7015

def Offset
  @Offset
end

Instance Method Details

#deserialize(params) ⇒ Object



7024
7025
7026
7027
7028
7029
# File 'lib/v20170320/models.rb', line 7024

def deserialize(params)
  @DeployGroupId = params['DeployGroupId']
  @DeployGroupName = params['DeployGroupName']
  @Limit = params['Limit']
  @Offset = params['Offset']
end