Class: TencentCloud::Essbasic::V20210526::DescribeExtendedServiceAuthDetailRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Essbasic::V20210526::DescribeExtendedServiceAuthDetailRequest
- Defined in:
- lib/v20210526/models.rb
Overview
DescribeExtendedServiceAuthDetail请求参数结构体
Instance Attribute Summary collapse
-
#Agent ⇒ Object
此接口下面信息必填。
- 渠道应用标识: Agent.AppId
- 第三方平台子客企业标识: Agent.ProxyOrganizationOpenId
- 第三方平台子客企业中的员工标识: Agent.
-
#ExtendServiceType ⇒ Object
此接口下面信息必填。
- 渠道应用标识: Agent.AppId
- 第三方平台子客企业标识: Agent.ProxyOrganizationOpenId
- 第三方平台子客企业中的员工标识: Agent.
-
#Limit ⇒ Object
此接口下面信息必填。
- 渠道应用标识: Agent.AppId
- 第三方平台子客企业标识: Agent.ProxyOrganizationOpenId
- 第三方平台子客企业中的员工标识: Agent.
-
#Offset ⇒ Object
此接口下面信息必填。
- 渠道应用标识: Agent.AppId
- 第三方平台子客企业标识: Agent.ProxyOrganizationOpenId
- 第三方平台子客企业中的员工标识: Agent.
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(agent = nil, extendservicetype = nil, limit = nil, offset = nil) ⇒ DescribeExtendedServiceAuthDetailRequest
constructor
A new instance of DescribeExtendedServiceAuthDetailRequest.
Constructor Details
#initialize(agent = nil, extendservicetype = nil, limit = nil, offset = nil) ⇒ DescribeExtendedServiceAuthDetailRequest
Returns a new instance of DescribeExtendedServiceAuthDetailRequest.
8065 8066 8067 8068 8069 8070 |
# File 'lib/v20210526/models.rb', line 8065 def initialize(agent=nil, extendservicetype=nil, limit=nil, offset=nil) @Agent = agent @ExtendServiceType = extendservicetype @Limit = limit @Offset = offset end |
Instance Attribute Details
#Agent ⇒ Object
此接口下面信息必填。
- 渠道应用标识: Agent.AppId
- 第三方平台子客企业标识: Agent.ProxyOrganizationOpenId
- 第三方平台子客企业中的员工标识: Agent. ProxyOperator.OpenId
- AUTO_SIGN:企业静默签署
- BATCH_SIGN:批量签署
8063 8064 8065 |
# File 'lib/v20210526/models.rb', line 8063 def Agent @Agent end |
#ExtendServiceType ⇒ Object
此接口下面信息必填。
- 渠道应用标识: Agent.AppId
- 第三方平台子客企业标识: Agent.ProxyOrganizationOpenId
- 第三方平台子客企业中的员工标识: Agent. ProxyOperator.OpenId
- AUTO_SIGN:企业静默签署
- BATCH_SIGN:批量签署
8063 8064 8065 |
# File 'lib/v20210526/models.rb', line 8063 def ExtendServiceType @ExtendServiceType end |
#Limit ⇒ Object
此接口下面信息必填。
- 渠道应用标识: Agent.AppId
- 第三方平台子客企业标识: Agent.ProxyOrganizationOpenId
- 第三方平台子客企业中的员工标识: Agent. ProxyOperator.OpenId
- AUTO_SIGN:企业静默签署
- BATCH_SIGN:批量签署
8063 8064 8065 |
# File 'lib/v20210526/models.rb', line 8063 def Limit @Limit end |
#Offset ⇒ Object
此接口下面信息必填。
- 渠道应用标识: Agent.AppId
- 第三方平台子客企业标识: Agent.ProxyOrganizationOpenId
- 第三方平台子客企业中的员工标识: Agent. ProxyOperator.OpenId
- AUTO_SIGN:企业静默签署
- BATCH_SIGN:批量签署
8063 8064 8065 |
# File 'lib/v20210526/models.rb', line 8063 def Offset @Offset end |
Instance Method Details
#deserialize(params) ⇒ Object
8072 8073 8074 8075 8076 8077 8078 8079 8080 |
# File 'lib/v20210526/models.rb', line 8072 def deserialize(params) unless params['Agent'].nil? @Agent = Agent.new @Agent.deserialize(params['Agent']) end @ExtendServiceType = params['ExtendServiceType'] @Limit = params['Limit'] @Offset = params['Offset'] end |