Class: TencentCloud::Essbasic::V20210526::DescribeExtendedServiceAuthInfoRequest

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

Overview

DescribeExtendedServiceAuthInfo请求参数结构体

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(agent = nil) ⇒ DescribeExtendedServiceAuthInfoRequest

Returns a new instance of DescribeExtendedServiceAuthInfoRequest.



8121
8122
8123
# File 'lib/v20210526/models.rb', line 8121

def initialize(agent=nil)
  @Agent = agent
end

Instance Attribute Details

#AgentObject

此接口下面信息必填。

  • 渠道应用标识: Agent.AppId
  • 第三方平台子客企业标识: Agent.ProxyOrganizationOpenId
  • 第三方平台子客企业中的员工标识: Agent.ProxyOperator.OpenId
第三方平台子客企业和员工必须已经过实名认证


8119
8120
8121
# File 'lib/v20210526/models.rb', line 8119

def Agent
  @Agent
end

Instance Method Details

#deserialize(params) ⇒ Object



8125
8126
8127
8128
8129
8130
# File 'lib/v20210526/models.rb', line 8125

def deserialize(params)
  unless params['Agent'].nil?
    @Agent = Agent.new
    @Agent.deserialize(params['Agent'])
  end
end