Class: TencentCloud::Cpdp::V20190820::QueryExchangeRateRequest
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cpdp::V20190820::QueryExchangeRateRequest
- Defined in:
- lib/v20190820/models.rb
Overview
QueryExchangeRate请求参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(sourcecurrency = nil, targetcurrency = nil, profile = nil) ⇒ QueryExchangeRateRequest
constructor
A new instance of QueryExchangeRateRequest.
Constructor Details
#initialize(sourcecurrency = nil, targetcurrency = nil, profile = nil) ⇒ QueryExchangeRateRequest
Returns a new instance of QueryExchangeRateRequest.
16930 16931 16932 16933 16934 |
# File 'lib/v20190820/models.rb', line 16930 def initialize(sourcecurrency=nil, targetcurrency=nil, profile=nil) @SourceCurrency = sourcecurrency @TargetCurrency = targetcurrency @Profile = profile end |
Instance Attribute Details
#Profile ⇒ Object
16928 16929 16930 |
# File 'lib/v20190820/models.rb', line 16928 def Profile @Profile end |
#SourceCurrency ⇒ Object
16928 16929 16930 |
# File 'lib/v20190820/models.rb', line 16928 def SourceCurrency @SourceCurrency end |
#TargetCurrency ⇒ Object
16928 16929 16930 |
# File 'lib/v20190820/models.rb', line 16928 def TargetCurrency @TargetCurrency end |
Instance Method Details
#deserialize(params) ⇒ Object
16936 16937 16938 16939 16940 |
# File 'lib/v20190820/models.rb', line 16936 def deserialize(params) @SourceCurrency = params['SourceCurrency'] @TargetCurrency = params['TargetCurrency'] @Profile = params['Profile'] end |