Class: TencentCloud::Organization::V20210331::DescribeOrganizationFinancialByProductRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Organization::V20210331::DescribeOrganizationFinancialByProductRequest
- Defined in:
- lib/v20210331/models.rb
Overview
DescribeOrganizationFinancialByProduct请求参数结构体
Instance Attribute Summary collapse
- #EndMonth ⇒ Object
- #Limit ⇒ Object
- #MemberUins ⇒ Object
- #Month ⇒ Object
- #Offset ⇒ Object
- #ProductCodes ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(month = nil, limit = nil, offset = nil, endmonth = nil, memberuins = nil, productcodes = nil) ⇒ DescribeOrganizationFinancialByProductRequest
constructor
A new instance of DescribeOrganizationFinancialByProductRequest.
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
#EndMonth ⇒ Object
2478 2479 2480 |
# File 'lib/v20210331/models.rb', line 2478 def EndMonth @EndMonth end |
#Limit ⇒ Object
2478 2479 2480 |
# File 'lib/v20210331/models.rb', line 2478 def Limit @Limit end |
#MemberUins ⇒ Object
2478 2479 2480 |
# File 'lib/v20210331/models.rb', line 2478 def MemberUins @MemberUins end |
#Month ⇒ Object
2478 2479 2480 |
# File 'lib/v20210331/models.rb', line 2478 def Month @Month end |
#Offset ⇒ Object
2478 2479 2480 |
# File 'lib/v20210331/models.rb', line 2478 def Offset @Offset end |
#ProductCodes ⇒ Object
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 |