Class: TencentCloud::Cpdp::V20190820::DistributeQueryReceiverRequest

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

Overview

DistributeQueryReceiver请求参数结构体

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(openid = nil, openkey = nil, profile = nil) ⇒ DistributeQueryReceiverRequest

Returns a new instance of DistributeQueryReceiverRequest.



10022
10023
10024
10025
10026
# File 'lib/v20190820/models.rb', line 10022

def initialize(openid=nil, openkey=nil, profile=nil)
  @OpenId = openid
  @OpenKey = openkey
  @Profile = profile
end

Instance Attribute Details

#OpenIdObject

Parameters:

  • OpenId:

    使用门店OpenId

  • OpenKey:

    使用门店OpenKey

  • Profile:

    沙箱环境填sandbox,正式环境不填



10020
10021
10022
# File 'lib/v20190820/models.rb', line 10020

def OpenId
  @OpenId
end

#OpenKeyObject

Parameters:

  • OpenId:

    使用门店OpenId

  • OpenKey:

    使用门店OpenKey

  • Profile:

    沙箱环境填sandbox,正式环境不填



10020
10021
10022
# File 'lib/v20190820/models.rb', line 10020

def OpenKey
  @OpenKey
end

#ProfileObject

Parameters:

  • OpenId:

    使用门店OpenId

  • OpenKey:

    使用门店OpenKey

  • Profile:

    沙箱环境填sandbox,正式环境不填



10020
10021
10022
# File 'lib/v20190820/models.rb', line 10020

def Profile
  @Profile
end

Instance Method Details

#deserialize(params) ⇒ Object



10028
10029
10030
10031
10032
# File 'lib/v20190820/models.rb', line 10028

def deserialize(params)
  @OpenId = params['OpenId']
  @OpenKey = params['OpenKey']
  @Profile = params['Profile']
end