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.



6972
6973
6974
6975
6976
6977
# File 'lib/v20170320/models.rb', line 6972

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。



6970
6971
6972
# File 'lib/v20170320/models.rb', line 6970

def DeployGroupId
  @DeployGroupId
end

#DeployGroupNameObject

Parameters:

  • DeployGroupId:

    置放群组 ID。

  • DeployGroupName:

    置放群组名称。

  • Limit:

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

  • Offset:

    偏移量,默认为0。



6970
6971
6972
# File 'lib/v20170320/models.rb', line 6970

def DeployGroupName
  @DeployGroupName
end

#LimitObject

Parameters:

  • DeployGroupId:

    置放群组 ID。

  • DeployGroupName:

    置放群组名称。

  • Limit:

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

  • Offset:

    偏移量,默认为0。



6970
6971
6972
# File 'lib/v20170320/models.rb', line 6970

def Limit
  @Limit
end

#OffsetObject

Parameters:

  • DeployGroupId:

    置放群组 ID。

  • DeployGroupName:

    置放群组名称。

  • Limit:

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

  • Offset:

    偏移量,默认为0。



6970
6971
6972
# File 'lib/v20170320/models.rb', line 6970

def Offset
  @Offset
end

Instance Method Details

#deserialize(params) ⇒ Object



6979
6980
6981
6982
6983
6984
# File 'lib/v20170320/models.rb', line 6979

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