Class: TencentCloud::Organization::V20210331::DescribeOrganizationFinancialByMemberRequest

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

Overview

DescribeOrganizationFinancialByMember请求参数结构体

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(month = nil, limit = nil, offset = nil, endmonth = nil, memberuins = nil, productcodes = nil) ⇒ DescribeOrganizationFinancialByMemberRequest

Returns a new instance of DescribeOrganizationFinancialByMemberRequest.



2354
2355
2356
2357
2358
2359
2360
2361
# File 'lib/v20210331/models.rb', line 2354

def initialize(month=nil, limit=nil, offset=nil, endmonth=nil, memberuins=nil, productcodes=nil)
  @Month = month
  @Limit = limit
  @Offset = offset
  @EndMonth = endmonth
  @MemberUins = memberuins
  @ProductCodes = productcodes
end

Instance Attribute Details

#EndMonthObject

Parameters:

  • Month:

    查询开始月份。格式:yyyy-mm,例如:2021-01。

  • Limit:

    限制数目。取值范围:1~50,默认值:10

  • Offset:

    偏移量。取值是limit的整数倍,默认值 : 0

  • EndMonth:

    查询结束月份。格式:yyyy-mm,例如:2021-01,默认值为查询开始月份。

  • MemberUins:

    查询成员列表。 最大100个

  • ProductCodes:

    查询产品列表。 最大100个



2352
2353
2354
# File 'lib/v20210331/models.rb', line 2352

def EndMonth
  @EndMonth
end

#LimitObject

Parameters:

  • Month:

    查询开始月份。格式:yyyy-mm,例如:2021-01。

  • Limit:

    限制数目。取值范围:1~50,默认值:10

  • Offset:

    偏移量。取值是limit的整数倍,默认值 : 0

  • EndMonth:

    查询结束月份。格式:yyyy-mm,例如:2021-01,默认值为查询开始月份。

  • MemberUins:

    查询成员列表。 最大100个

  • ProductCodes:

    查询产品列表。 最大100个



2352
2353
2354
# File 'lib/v20210331/models.rb', line 2352

def Limit
  @Limit
end

#MemberUinsObject

Parameters:

  • Month:

    查询开始月份。格式:yyyy-mm,例如:2021-01。

  • Limit:

    限制数目。取值范围:1~50,默认值:10

  • Offset:

    偏移量。取值是limit的整数倍,默认值 : 0

  • EndMonth:

    查询结束月份。格式:yyyy-mm,例如:2021-01,默认值为查询开始月份。

  • MemberUins:

    查询成员列表。 最大100个

  • ProductCodes:

    查询产品列表。 最大100个



2352
2353
2354
# File 'lib/v20210331/models.rb', line 2352

def MemberUins
  @MemberUins
end

#MonthObject

Parameters:

  • Month:

    查询开始月份。格式:yyyy-mm,例如:2021-01。

  • Limit:

    限制数目。取值范围:1~50,默认值:10

  • Offset:

    偏移量。取值是limit的整数倍,默认值 : 0

  • EndMonth:

    查询结束月份。格式:yyyy-mm,例如:2021-01,默认值为查询开始月份。

  • MemberUins:

    查询成员列表。 最大100个

  • ProductCodes:

    查询产品列表。 最大100个



2352
2353
2354
# File 'lib/v20210331/models.rb', line 2352

def Month
  @Month
end

#OffsetObject

Parameters:

  • Month:

    查询开始月份。格式:yyyy-mm,例如:2021-01。

  • Limit:

    限制数目。取值范围:1~50,默认值:10

  • Offset:

    偏移量。取值是limit的整数倍,默认值 : 0

  • EndMonth:

    查询结束月份。格式:yyyy-mm,例如:2021-01,默认值为查询开始月份。

  • MemberUins:

    查询成员列表。 最大100个

  • ProductCodes:

    查询产品列表。 最大100个



2352
2353
2354
# File 'lib/v20210331/models.rb', line 2352

def Offset
  @Offset
end

#ProductCodesObject

Parameters:

  • Month:

    查询开始月份。格式:yyyy-mm,例如:2021-01。

  • Limit:

    限制数目。取值范围:1~50,默认值:10

  • Offset:

    偏移量。取值是limit的整数倍,默认值 : 0

  • EndMonth:

    查询结束月份。格式:yyyy-mm,例如:2021-01,默认值为查询开始月份。

  • MemberUins:

    查询成员列表。 最大100个

  • ProductCodes:

    查询产品列表。 最大100个



2352
2353
2354
# File 'lib/v20210331/models.rb', line 2352

def ProductCodes
  @ProductCodes
end

Instance Method Details

#deserialize(params) ⇒ Object



2363
2364
2365
2366
2367
2368
2369
2370
# File 'lib/v20210331/models.rb', line 2363

def deserialize(params)
  @Month = params['Month']
  @Limit = params['Limit']
  @Offset = params['Offset']
  @EndMonth = params['EndMonth']
  @MemberUins = params['MemberUins']
  @ProductCodes = params['ProductCodes']
end