Class: TencentCloud::Ess::V20201111::CreateUserMobileChangeUrlResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Ess::V20201111::CreateUserMobileChangeUrlResponse
- Defined in:
- lib/v20201111/models.rb
Overview
CreateUserMobileChangeUrl返回参数结构体
Instance Attribute Summary collapse
-
#ExpireTime ⇒ Object
- 如果指定更换绑定手机号的用户(指定用户ID或姓名等信息),则设定的链接失效期限为7天后。
- 如果没有指定更换绑定手机号的用户,则生成通用跳转到个人换手机号的界面,链接不会过期。
-
#RequestId ⇒ Object
- 如果指定更换绑定手机号的用户(指定用户ID或姓名等信息),则设定的链接失效期限为7天后。
- 如果没有指定更换绑定手机号的用户,则生成通用跳转到个人换手机号的界面,链接不会过期。
-
#Url ⇒ Object
- 如果指定更换绑定手机号的用户(指定用户ID或姓名等信息),则设定的链接失效期限为7天后。
- 如果没有指定更换绑定手机号的用户,则生成通用跳转到个人换手机号的界面,链接不会过期。
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(url = nil, expiretime = nil, requestid = nil) ⇒ CreateUserMobileChangeUrlResponse
constructor
A new instance of CreateUserMobileChangeUrlResponse.
Constructor Details
#initialize(url = nil, expiretime = nil, requestid = nil) ⇒ CreateUserMobileChangeUrlResponse
Returns a new instance of CreateUserMobileChangeUrlResponse.
8252 8253 8254 8255 8256 |
# File 'lib/v20201111/models.rb', line 8252 def initialize(url=nil, expiretime=nil, requestid=nil) @Url = url @ExpireTime = expiretime @RequestId = requestid end |
Instance Attribute Details
#ExpireTime ⇒ Object
- 如果指定更换绑定手机号的用户(指定用户ID或姓名等信息),则设定的链接失效期限为7天后。
- 如果没有指定更换绑定手机号的用户,则生成通用跳转到个人换手机号的界面,链接不会过期。
8250 8251 8252 |
# File 'lib/v20201111/models.rb', line 8250 def ExpireTime @ExpireTime end |
#RequestId ⇒ Object
- 如果指定更换绑定手机号的用户(指定用户ID或姓名等信息),则设定的链接失效期限为7天后。
- 如果没有指定更换绑定手机号的用户,则生成通用跳转到个人换手机号的界面,链接不会过期。
8250 8251 8252 |
# File 'lib/v20201111/models.rb', line 8250 def RequestId @RequestId end |
#Url ⇒ Object
- 如果指定更换绑定手机号的用户(指定用户ID或姓名等信息),则设定的链接失效期限为7天后。
- 如果没有指定更换绑定手机号的用户,则生成通用跳转到个人换手机号的界面,链接不会过期。
8250 8251 8252 |
# File 'lib/v20201111/models.rb', line 8250 def Url @Url end |
Instance Method Details
#deserialize(params) ⇒ Object
8258 8259 8260 8261 8262 |
# File 'lib/v20201111/models.rb', line 8258 def deserialize(params) @Url = params['Url'] @ExpireTime = params['ExpireTime'] @RequestId = params['RequestId'] end |