Class: TencentCloud::Bh::V20230418::DescribeAccountGroupsRequest

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

Overview

DescribeAccountGroups请求参数结构体

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(deepin = nil, parentid = nil, groupname = nil, pagesize = nil, pagenum = nil) ⇒ DescribeAccountGroupsRequest

Returns a new instance of DescribeAccountGroupsRequest.



2676
2677
2678
2679
2680
2681
2682
# File 'lib/v20230418/models.rb', line 2676

def initialize(deepin=nil, parentid=nil, groupname=nil, pagesize=nil, pagenum=nil)
  @DeepIn = deepin
  @ParentId = parentid
  @GroupName = groupname
  @PageSize = pagesize
  @PageNum = pagenum
end

Instance Attribute Details

#DeepInObject

Parameters:

  • DeepIn:

    是否递归查询,0为不递归,1为递归

  • ParentId:

    父账号组ID, 默认0,查询根账号组下所有分组

  • GroupName:

    账号组名称,模糊查询

  • PageSize:

    分页查询,每页条数

  • PageNum:

    获取第几页的数据



2674
2675
2676
# File 'lib/v20230418/models.rb', line 2674

def DeepIn
  @DeepIn
end

#GroupNameObject

Parameters:

  • DeepIn:

    是否递归查询,0为不递归,1为递归

  • ParentId:

    父账号组ID, 默认0,查询根账号组下所有分组

  • GroupName:

    账号组名称,模糊查询

  • PageSize:

    分页查询,每页条数

  • PageNum:

    获取第几页的数据



2674
2675
2676
# File 'lib/v20230418/models.rb', line 2674

def GroupName
  @GroupName
end

#PageNumObject

Parameters:

  • DeepIn:

    是否递归查询,0为不递归,1为递归

  • ParentId:

    父账号组ID, 默认0,查询根账号组下所有分组

  • GroupName:

    账号组名称,模糊查询

  • PageSize:

    分页查询,每页条数

  • PageNum:

    获取第几页的数据



2674
2675
2676
# File 'lib/v20230418/models.rb', line 2674

def PageNum
  @PageNum
end

#PageSizeObject

Parameters:

  • DeepIn:

    是否递归查询,0为不递归,1为递归

  • ParentId:

    父账号组ID, 默认0,查询根账号组下所有分组

  • GroupName:

    账号组名称,模糊查询

  • PageSize:

    分页查询,每页条数

  • PageNum:

    获取第几页的数据



2674
2675
2676
# File 'lib/v20230418/models.rb', line 2674

def PageSize
  @PageSize
end

#ParentIdObject

Parameters:

  • DeepIn:

    是否递归查询,0为不递归,1为递归

  • ParentId:

    父账号组ID, 默认0,查询根账号组下所有分组

  • GroupName:

    账号组名称,模糊查询

  • PageSize:

    分页查询,每页条数

  • PageNum:

    获取第几页的数据



2674
2675
2676
# File 'lib/v20230418/models.rb', line 2674

def ParentId
  @ParentId
end

Instance Method Details

#deserialize(params) ⇒ Object



2684
2685
2686
2687
2688
2689
2690
# File 'lib/v20230418/models.rb', line 2684

def deserialize(params)
  @DeepIn = params['DeepIn']
  @ParentId = params['ParentId']
  @GroupName = params['GroupName']
  @PageSize = params['PageSize']
  @PageNum = params['PageNum']
end