Class: TencentCloud::Ess::V20201111::CreateBatchAdminChangeInvitationsUrlResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Ess::V20201111::CreateBatchAdminChangeInvitationsUrlResponse
- Defined in:
- lib/v20201111/models.rb
Overview
CreateBatchAdminChangeInvitationsUrl返回参数结构体
Instance Attribute Summary collapse
-
#ExpireTime ⇒ Object
跳转链接, 链接的有效期根据企业,员工状态和终端等有区别, 可以参考下表
注:Endpoint 示例 链接有效期限 HTTP https://res.ess.tencent.cn/cdn/h5-activity-dev/jump-mp.html?to=AUTHORIZATION_ENTERPRISE_FOR_BATCH_SUBMIT&shortKey=yDCHHURDfBxSB2rj2Bfa 7天 HTTP_SHORT_URL https://test.essurl.cn/8gDKUBAWK8 7天 APP pages/guide/index?to=AUTHORIZATION_ENTERPRISE_FOR_BATCH_SUBMIT&shortKey=yDCHpURDfR6iEkdpsDde 7天 QR_CODE https://dyn.test.ess.tencent.cn/imgs/qrcode_urls/authorization_enterprise_for_batch_submit/yDCHHUUckpbdauq9UEjnoFDCCumAMmv1.png 7天 1.创建的链接应避免被转义,如:&被转义为\u0026;如使用Postman请求后,请选择响应类型为 JSON,否则链接将被转义. -
#RequestId ⇒ Object
跳转链接, 链接的有效期根据企业,员工状态和终端等有区别, 可以参考下表
注:Endpoint 示例 链接有效期限 HTTP https://res.ess.tencent.cn/cdn/h5-activity-dev/jump-mp.html?to=AUTHORIZATION_ENTERPRISE_FOR_BATCH_SUBMIT&shortKey=yDCHHURDfBxSB2rj2Bfa 7天 HTTP_SHORT_URL https://test.essurl.cn/8gDKUBAWK8 7天 APP pages/guide/index?to=AUTHORIZATION_ENTERPRISE_FOR_BATCH_SUBMIT&shortKey=yDCHpURDfR6iEkdpsDde 7天 QR_CODE https://dyn.test.ess.tencent.cn/imgs/qrcode_urls/authorization_enterprise_for_batch_submit/yDCHHUUckpbdauq9UEjnoFDCCumAMmv1.png 7天 1.创建的链接应避免被转义,如:&被转义为\u0026;如使用Postman请求后,请选择响应类型为 JSON,否则链接将被转义. -
#Url ⇒ Object
跳转链接, 链接的有效期根据企业,员工状态和终端等有区别, 可以参考下表
注:Endpoint 示例 链接有效期限 HTTP https://res.ess.tencent.cn/cdn/h5-activity-dev/jump-mp.html?to=AUTHORIZATION_ENTERPRISE_FOR_BATCH_SUBMIT&shortKey=yDCHHURDfBxSB2rj2Bfa 7天 HTTP_SHORT_URL https://test.essurl.cn/8gDKUBAWK8 7天 APP pages/guide/index?to=AUTHORIZATION_ENTERPRISE_FOR_BATCH_SUBMIT&shortKey=yDCHpURDfR6iEkdpsDde 7天 QR_CODE https://dyn.test.ess.tencent.cn/imgs/qrcode_urls/authorization_enterprise_for_batch_submit/yDCHHUUckpbdauq9UEjnoFDCCumAMmv1.png 7天 1.创建的链接应避免被转义,如:&被转义为\u0026;如使用Postman请求后,请选择响应类型为 JSON,否则链接将被转义.
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(url = nil, expiretime = nil, requestid = nil) ⇒ CreateBatchAdminChangeInvitationsUrlResponse
constructor
A new instance of CreateBatchAdminChangeInvitationsUrlResponse.
Constructor Details
#initialize(url = nil, expiretime = nil, requestid = nil) ⇒ CreateBatchAdminChangeInvitationsUrlResponse
Returns a new instance of CreateBatchAdminChangeInvitationsUrlResponse.
2017 2018 2019 2020 2021 |
# File 'lib/v20201111/models.rb', line 2017 def initialize(url=nil, expiretime=nil, requestid=nil) @Url = url @ExpireTime = expiretime @RequestId = requestid end |
Instance Attribute Details
#ExpireTime ⇒ Object
跳转链接, 链接的有效期根据企业,员工状态和终端等有区别, 可以参考下表
| Endpoint | 示例 | 链接有效期限 |
|---|---|---|
| HTTP | https://res.ess.tencent.cn/cdn/h5-activity-dev/jump-mp.html?to=AUTHORIZATION_ENTERPRISE_FOR_BATCH_SUBMIT&shortKey=yDCHHURDfBxSB2rj2Bfa | 7天 |
| HTTP_SHORT_URL | https://test.essurl.cn/8gDKUBAWK8 | 7天 |
| APP | pages/guide/index?to=AUTHORIZATION_ENTERPRISE_FOR_BATCH_SUBMIT&shortKey=yDCHpURDfR6iEkdpsDde | 7天 |
| QR_CODE | https://dyn.test.ess.tencent.cn/imgs/qrcode_urls/authorization_enterprise_for_batch_submit/yDCHHUUckpbdauq9UEjnoFDCCumAMmv1.png | 7天 |
2015 2016 2017 |
# File 'lib/v20201111/models.rb', line 2015 def ExpireTime @ExpireTime end |
#RequestId ⇒ Object
跳转链接, 链接的有效期根据企业,员工状态和终端等有区别, 可以参考下表
| Endpoint | 示例 | 链接有效期限 |
|---|---|---|
| HTTP | https://res.ess.tencent.cn/cdn/h5-activity-dev/jump-mp.html?to=AUTHORIZATION_ENTERPRISE_FOR_BATCH_SUBMIT&shortKey=yDCHHURDfBxSB2rj2Bfa | 7天 |
| HTTP_SHORT_URL | https://test.essurl.cn/8gDKUBAWK8 | 7天 |
| APP | pages/guide/index?to=AUTHORIZATION_ENTERPRISE_FOR_BATCH_SUBMIT&shortKey=yDCHpURDfR6iEkdpsDde | 7天 |
| QR_CODE | https://dyn.test.ess.tencent.cn/imgs/qrcode_urls/authorization_enterprise_for_batch_submit/yDCHHUUckpbdauq9UEjnoFDCCumAMmv1.png | 7天 |
2015 2016 2017 |
# File 'lib/v20201111/models.rb', line 2015 def RequestId @RequestId end |
#Url ⇒ Object
跳转链接, 链接的有效期根据企业,员工状态和终端等有区别, 可以参考下表
| Endpoint | 示例 | 链接有效期限 |
|---|---|---|
| HTTP | https://res.ess.tencent.cn/cdn/h5-activity-dev/jump-mp.html?to=AUTHORIZATION_ENTERPRISE_FOR_BATCH_SUBMIT&shortKey=yDCHHURDfBxSB2rj2Bfa | 7天 |
| HTTP_SHORT_URL | https://test.essurl.cn/8gDKUBAWK8 | 7天 |
| APP | pages/guide/index?to=AUTHORIZATION_ENTERPRISE_FOR_BATCH_SUBMIT&shortKey=yDCHpURDfR6iEkdpsDde | 7天 |
| QR_CODE | https://dyn.test.ess.tencent.cn/imgs/qrcode_urls/authorization_enterprise_for_batch_submit/yDCHHUUckpbdauq9UEjnoFDCCumAMmv1.png | 7天 |
2015 2016 2017 |
# File 'lib/v20201111/models.rb', line 2015 def Url @Url end |
Instance Method Details
#deserialize(params) ⇒ Object
2023 2024 2025 2026 2027 |
# File 'lib/v20201111/models.rb', line 2023 def deserialize(params) @Url = params['Url'] @ExpireTime = params['ExpireTime'] @RequestId = params['RequestId'] end |