Class: TencentCloud::Cpdp::V20190820::QueryMerchantClassificationRequest
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cpdp::V20190820::QueryMerchantClassificationRequest
- Defined in:
- lib/v20190820/models.rb
Overview
QueryMerchantClassification请求参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(openid = nil, openkey = nil, profile = nil) ⇒ QueryMerchantClassificationRequest
constructor
A new instance of QueryMerchantClassificationRequest.
Constructor Details
#initialize(openid = nil, openkey = nil, profile = nil) ⇒ QueryMerchantClassificationRequest
Returns a new instance of QueryMerchantClassificationRequest.
18990 18991 18992 18993 18994 |
# File 'lib/v20190820/models.rb', line 18990 def initialize(openid=nil, openkey=nil, profile=nil) @OpenId = openid @OpenKey = openkey @Profile = profile end |
Instance Attribute Details
#OpenId ⇒ Object
18988 18989 18990 |
# File 'lib/v20190820/models.rb', line 18988 def OpenId @OpenId end |
#OpenKey ⇒ Object
18988 18989 18990 |
# File 'lib/v20190820/models.rb', line 18988 def OpenKey @OpenKey end |
#Profile ⇒ Object
18988 18989 18990 |
# File 'lib/v20190820/models.rb', line 18988 def Profile @Profile end |
Instance Method Details
#deserialize(params) ⇒ Object
18996 18997 18998 18999 19000 |
# File 'lib/v20190820/models.rb', line 18996 def deserialize(params) @OpenId = params['OpenId'] @OpenKey = params['OpenKey'] @Profile = params['Profile'] end |