Class: TencentCloud::Organization::V20210331::DescribeOrganizationFinancialByProductRequest

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

Overview

DescribeOrganizationFinancialByProduct请求参数结构体

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of DescribeOrganizationFinancialByProductRequest.



2480
2481
2482
2483
2484
2485
2486
2487
# File 'lib/v20210331/models.rb', line 2480

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个



2478
2479
2480
# File 'lib/v20210331/models.rb', line 2478

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个



2478
2479
2480
# File 'lib/v20210331/models.rb', line 2478

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个



2478
2479
2480
# File 'lib/v20210331/models.rb', line 2478

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个



2478
2479
2480
# File 'lib/v20210331/models.rb', line 2478

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个



2478
2479
2480
# File 'lib/v20210331/models.rb', line 2478

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个



2478
2479
2480
# File 'lib/v20210331/models.rb', line 2478

def ProductCodes
  @ProductCodes
end

Instance Method Details

#deserialize(params) ⇒ Object



2489
2490
2491
2492
2493
2494
2495
2496
# File 'lib/v20210331/models.rb', line 2489

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