Class: TencentCloud::Domain::V20180808::BiddingPreReleaseResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Domain::V20180808::BiddingPreReleaseResponse
- Defined in:
- lib/v20180808/models.rb
Overview
BiddingPreRelease返回参数结构体
Instance Attribute Summary collapse
-
#BillingParam ⇒ Object
true: 需要额外支付 false: 不需要额外支付.
-
#IsNeedPay ⇒ Object
true: 需要额外支付 false: 不需要额外支付.
-
#RequestId ⇒ Object
true: 需要额外支付 false: 不需要额外支付.
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(isneedpay = nil, billingparam = nil, requestid = nil) ⇒ BiddingPreReleaseResponse
constructor
A new instance of BiddingPreReleaseResponse.
Constructor Details
#initialize(isneedpay = nil, billingparam = nil, requestid = nil) ⇒ BiddingPreReleaseResponse
Returns a new instance of BiddingPreReleaseResponse.
305 306 307 308 309 |
# File 'lib/v20180808/models.rb', line 305 def initialize(isneedpay=nil, billingparam=nil, requestid=nil) @IsNeedPay = isneedpay @BillingParam = billingparam @RequestId = requestid end |
Instance Attribute Details
#BillingParam ⇒ Object
true: 需要额外支付false: 不需要额外支付
303 304 305 |
# File 'lib/v20180808/models.rb', line 303 def BillingParam @BillingParam end |
#IsNeedPay ⇒ Object
true: 需要额外支付false: 不需要额外支付
303 304 305 |
# File 'lib/v20180808/models.rb', line 303 def IsNeedPay @IsNeedPay end |
#RequestId ⇒ Object
true: 需要额外支付false: 不需要额外支付
303 304 305 |
# File 'lib/v20180808/models.rb', line 303 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
311 312 313 314 315 |
# File 'lib/v20180808/models.rb', line 311 def deserialize(params) @IsNeedPay = params['IsNeedPay'] @BillingParam = params['BillingParam'] @RequestId = params['RequestId'] end |