Class: TencentCloud::Billing::V20180709::DescribeAllocationRuleDetailResponse

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

Overview

DescribeAllocationRuleDetail返回参数结构体

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(id = nil, uin = nil, name = nil, type = nil, ruledetail = nil, ratiodetail = nil, requestid = nil) ⇒ DescribeAllocationRuleDetailResponse

Returns a new instance of DescribeAllocationRuleDetailResponse.



6297
6298
6299
6300
6301
6302
6303
6304
6305
# File 'lib/v20180709/models.rb', line 6297

def initialize(id=nil, uin=nil, name=nil, type=nil, ruledetail=nil, ratiodetail=nil, requestid=nil)
  @Id = id
  @Uin = uin
  @Name = name
  @Type = type
  @RuleDetail = ruledetail
  @RatioDetail = ratiodetail
  @RequestId = requestid
end

Instance Attribute Details

#IdObject

1 - 自定义分摊占比2 - 等比分摊3 - 按占比分摊

Parameters:

  • Id:

    公摊规则ID

  • Uin:

    公摊规则所属UIN

  • Name:

    公摊规则名称

  • Type:

    公摊策略类型,枚举值如下:

  • RuleDetail:

    公摊规则表达式

  • RatioDetail:

    公摊比例表达式,Type为1和2时返回

  • RequestId:

    唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。



6295
6296
6297
# File 'lib/v20180709/models.rb', line 6295

def Id
  @Id
end

#NameObject

1 - 自定义分摊占比2 - 等比分摊3 - 按占比分摊

Parameters:

  • Id:

    公摊规则ID

  • Uin:

    公摊规则所属UIN

  • Name:

    公摊规则名称

  • Type:

    公摊策略类型,枚举值如下:

  • RuleDetail:

    公摊规则表达式

  • RatioDetail:

    公摊比例表达式,Type为1和2时返回

  • RequestId:

    唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。



6295
6296
6297
# File 'lib/v20180709/models.rb', line 6295

def Name
  @Name
end

#RatioDetailObject

1 - 自定义分摊占比2 - 等比分摊3 - 按占比分摊

Parameters:

  • Id:

    公摊规则ID

  • Uin:

    公摊规则所属UIN

  • Name:

    公摊规则名称

  • Type:

    公摊策略类型,枚举值如下:

  • RuleDetail:

    公摊规则表达式

  • RatioDetail:

    公摊比例表达式,Type为1和2时返回

  • RequestId:

    唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。



6295
6296
6297
# File 'lib/v20180709/models.rb', line 6295

def RatioDetail
  @RatioDetail
end

#RequestIdObject

1 - 自定义分摊占比2 - 等比分摊3 - 按占比分摊

Parameters:

  • Id:

    公摊规则ID

  • Uin:

    公摊规则所属UIN

  • Name:

    公摊规则名称

  • Type:

    公摊策略类型,枚举值如下:

  • RuleDetail:

    公摊规则表达式

  • RatioDetail:

    公摊比例表达式,Type为1和2时返回

  • RequestId:

    唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。



6295
6296
6297
# File 'lib/v20180709/models.rb', line 6295

def RequestId
  @RequestId
end

#RuleDetailObject

1 - 自定义分摊占比2 - 等比分摊3 - 按占比分摊

Parameters:

  • Id:

    公摊规则ID

  • Uin:

    公摊规则所属UIN

  • Name:

    公摊规则名称

  • Type:

    公摊策略类型,枚举值如下:

  • RuleDetail:

    公摊规则表达式

  • RatioDetail:

    公摊比例表达式,Type为1和2时返回

  • RequestId:

    唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。



6295
6296
6297
# File 'lib/v20180709/models.rb', line 6295

def RuleDetail
  @RuleDetail
end

#TypeObject

1 - 自定义分摊占比2 - 等比分摊3 - 按占比分摊

Parameters:

  • Id:

    公摊规则ID

  • Uin:

    公摊规则所属UIN

  • Name:

    公摊规则名称

  • Type:

    公摊策略类型,枚举值如下:

  • RuleDetail:

    公摊规则表达式

  • RatioDetail:

    公摊比例表达式,Type为1和2时返回

  • RequestId:

    唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。



6295
6296
6297
# File 'lib/v20180709/models.rb', line 6295

def Type
  @Type
end

#UinObject

1 - 自定义分摊占比2 - 等比分摊3 - 按占比分摊

Parameters:

  • Id:

    公摊规则ID

  • Uin:

    公摊规则所属UIN

  • Name:

    公摊规则名称

  • Type:

    公摊策略类型,枚举值如下:

  • RuleDetail:

    公摊规则表达式

  • RatioDetail:

    公摊比例表达式,Type为1和2时返回

  • RequestId:

    唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。



6295
6296
6297
# File 'lib/v20180709/models.rb', line 6295

def Uin
  @Uin
end

Instance Method Details

#deserialize(params) ⇒ Object



6307
6308
6309
6310
6311
6312
6313
6314
6315
6316
6317
6318
6319
6320
6321
6322
6323
6324
6325
# File 'lib/v20180709/models.rb', line 6307

def deserialize(params)
  @Id = params['Id']
  @Uin = params['Uin']
  @Name = params['Name']
  @Type = params['Type']
  unless params['RuleDetail'].nil?
    @RuleDetail = AllocationRuleExpression.new
    @RuleDetail.deserialize(params['RuleDetail'])
  end
  unless params['RatioDetail'].nil?
    @RatioDetail = []
    params['RatioDetail'].each do |i|
      allocationrationexpression_tmp = AllocationRationExpression.new
      allocationrationexpression_tmp.deserialize(i)
      @RatioDetail << allocationrationexpression_tmp
    end
  end
  @RequestId = params['RequestId']
end