Class: TencentCloud::Essbasic::V20210526::DescribeChannelFlowEvidenceReportRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Essbasic::V20210526::DescribeChannelFlowEvidenceReportRequest
- Extended by:
- Gem::Deprecate
- Defined in:
- lib/v20210526/models.rb
Overview
DescribeChannelFlowEvidenceReport请求参数结构体
Instance Attribute Summary collapse
-
#Agent ⇒ Object
此接口下面信息必填。
- 渠道应用标识: Agent.AppId
- 第三方平台子客企业标识: Agent.ProxyOrganizationOpenId
- 第三方平台子客企业中的员工标识: Agent.
-
#Operator ⇒ Object
此接口下面信息必填。
- 渠道应用标识: Agent.AppId
- 第三方平台子客企业标识: Agent.ProxyOrganizationOpenId
- 第三方平台子客企业中的员工标识: Agent.
-
#ReportId ⇒ Object
此接口下面信息必填。
- 渠道应用标识: Agent.AppId
- 第三方平台子客企业标识: Agent.ProxyOrganizationOpenId
- 第三方平台子客企业中的员工标识: Agent.
-
#ReportType ⇒ Object
此接口下面信息必填。
- 渠道应用标识: Agent.AppId
- 第三方平台子客企业标识: Agent.ProxyOrganizationOpenId
- 第三方平台子客企业中的员工标识: Agent.
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(agent = nil, reportid = nil, operator = nil, reporttype = nil) ⇒ DescribeChannelFlowEvidenceReportRequest
constructor
A new instance of DescribeChannelFlowEvidenceReportRequest.
Constructor Details
#initialize(agent = nil, reportid = nil, operator = nil, reporttype = nil) ⇒ DescribeChannelFlowEvidenceReportRequest
Returns a new instance of DescribeChannelFlowEvidenceReportRequest.
7843 7844 7845 7846 7847 7848 |
# File 'lib/v20210526/models.rb', line 7843 def initialize(agent=nil, reportid=nil, operator=nil, reporttype=nil) @Agent = agent @ReportId = reportid @Operator = operator @ReportType = reporttype end |
Instance Attribute Details
#Agent ⇒ Object
此接口下面信息必填。
- 渠道应用标识: Agent.AppId
- 第三方平台子客企业标识: Agent.ProxyOrganizationOpenId
- 第三方平台子客企业中的员工标识: Agent. ProxyOperator.OpenId
- **0** :合同签署报告(默认)
- **1** :公证处核验报告
7838 7839 7840 |
# File 'lib/v20210526/models.rb', line 7838 def Agent @Agent end |
#Operator ⇒ Object
此接口下面信息必填。
- 渠道应用标识: Agent.AppId
- 第三方平台子客企业标识: Agent.ProxyOrganizationOpenId
- 第三方平台子客企业中的员工标识: Agent. ProxyOperator.OpenId
- **0** :合同签署报告(默认)
- **1** :公证处核验报告
7838 7839 7840 |
# File 'lib/v20210526/models.rb', line 7838 def Operator @Operator end |
#ReportId ⇒ Object
此接口下面信息必填。
- 渠道应用标识: Agent.AppId
- 第三方平台子客企业标识: Agent.ProxyOrganizationOpenId
- 第三方平台子客企业中的员工标识: Agent. ProxyOperator.OpenId
- **0** :合同签署报告(默认)
- **1** :公证处核验报告
7838 7839 7840 |
# File 'lib/v20210526/models.rb', line 7838 def ReportId @ReportId end |
#ReportType ⇒ Object
此接口下面信息必填。
- 渠道应用标识: Agent.AppId
- 第三方平台子客企业标识: Agent.ProxyOrganizationOpenId
- 第三方平台子客企业中的员工标识: Agent. ProxyOperator.OpenId
- **0** :合同签署报告(默认)
- **1** :公证处核验报告
7838 7839 7840 |
# File 'lib/v20210526/models.rb', line 7838 def ReportType @ReportType end |
Instance Method Details
#deserialize(params) ⇒ Object
7850 7851 7852 7853 7854 7855 7856 7857 7858 7859 7860 7861 |
# File 'lib/v20210526/models.rb', line 7850 def deserialize(params) unless params['Agent'].nil? @Agent = Agent.new @Agent.deserialize(params['Agent']) end @ReportId = params['ReportId'] unless params['Operator'].nil? @Operator = UserInfo.new @Operator.deserialize(params['Operator']) end @ReportType = params['ReportType'] end |