Class: TencentCloud::Ess::V20201111::CreateUserAutoSignEnableUrlResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Ess::V20201111::CreateUserAutoSignEnableUrlResponse
- Defined in:
- lib/v20201111/models.rb
Overview
CreateUserAutoSignEnableUrl返回参数结构体
Instance Attribute Summary collapse
-
#AppId ⇒ Object
注:
如果获取的是H5链接, 则不会返回此二维码图片- 空: 默认小程序端链接
- H5SIGN : h5端链接
-
#AppOriginalId ⇒ Object
注:
如果获取的是H5链接, 则不会返回此二维码图片- 空: 默认小程序端链接
- H5SIGN : h5端链接
-
#Path ⇒ Object
注:
如果获取的是H5链接, 则不会返回此二维码图片- 空: 默认小程序端链接
- H5SIGN : h5端链接
-
#QrCode ⇒ Object
注:
如果获取的是H5链接, 则不会返回此二维码图片- 空: 默认小程序端链接
- H5SIGN : h5端链接
-
#RequestId ⇒ Object
注:
如果获取的是H5链接, 则不会返回此二维码图片- 空: 默认小程序端链接
- H5SIGN : h5端链接
-
#Url ⇒ Object
注:
如果获取的是H5链接, 则不会返回此二维码图片- 空: 默认小程序端链接
- H5SIGN : h5端链接
-
#UrlType ⇒ Object
注:
如果获取的是H5链接, 则不会返回此二维码图片- 空: 默认小程序端链接
- H5SIGN : h5端链接
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(url = nil, appid = nil, apporiginalid = nil, path = nil, qrcode = nil, urltype = nil, requestid = nil) ⇒ CreateUserAutoSignEnableUrlResponse
constructor
A new instance of CreateUserAutoSignEnableUrlResponse.
Constructor Details
#initialize(url = nil, appid = nil, apporiginalid = nil, path = nil, qrcode = nil, urltype = nil, requestid = nil) ⇒ CreateUserAutoSignEnableUrlResponse
Returns a new instance of CreateUserAutoSignEnableUrlResponse.
8043 8044 8045 8046 8047 8048 8049 8050 8051 |
# File 'lib/v20201111/models.rb', line 8043 def initialize(url=nil, appid=nil, apporiginalid=nil, path=nil, qrcode=nil, urltype=nil, requestid=nil) @Url = url @AppId = appid @AppOriginalId = apporiginalid @Path = path @QrCode = qrcode @UrlType = urltype @RequestId = requestid end |
Instance Attribute Details
#AppId ⇒ Object
注: 如果获取的是H5链接, 则不会返回此二维码图片
- 空: 默认小程序端链接
- **H5SIGN** : h5端链接
8041 8042 8043 |
# File 'lib/v20201111/models.rb', line 8041 def AppId @AppId end |
#AppOriginalId ⇒ Object
注: 如果获取的是H5链接, 则不会返回此二维码图片
- 空: 默认小程序端链接
- **H5SIGN** : h5端链接
8041 8042 8043 |
# File 'lib/v20201111/models.rb', line 8041 def AppOriginalId @AppOriginalId end |
#Path ⇒ Object
注: 如果获取的是H5链接, 则不会返回此二维码图片
- 空: 默认小程序端链接
- **H5SIGN** : h5端链接
8041 8042 8043 |
# File 'lib/v20201111/models.rb', line 8041 def Path @Path end |
#QrCode ⇒ Object
注: 如果获取的是H5链接, 则不会返回此二维码图片
- 空: 默认小程序端链接
- **H5SIGN** : h5端链接
8041 8042 8043 |
# File 'lib/v20201111/models.rb', line 8041 def QrCode @QrCode end |
#RequestId ⇒ Object
注: 如果获取的是H5链接, 则不会返回此二维码图片
- 空: 默认小程序端链接
- **H5SIGN** : h5端链接
8041 8042 8043 |
# File 'lib/v20201111/models.rb', line 8041 def RequestId @RequestId end |
#Url ⇒ Object
注: 如果获取的是H5链接, 则不会返回此二维码图片
- 空: 默认小程序端链接
- **H5SIGN** : h5端链接
8041 8042 8043 |
# File 'lib/v20201111/models.rb', line 8041 def Url @Url end |
#UrlType ⇒ Object
注: 如果获取的是H5链接, 则不会返回此二维码图片
- 空: 默认小程序端链接
- **H5SIGN** : h5端链接
8041 8042 8043 |
# File 'lib/v20201111/models.rb', line 8041 def UrlType @UrlType end |
Instance Method Details
#deserialize(params) ⇒ Object
8053 8054 8055 8056 8057 8058 8059 8060 8061 |
# File 'lib/v20201111/models.rb', line 8053 def deserialize(params) @Url = params['Url'] @AppId = params['AppId'] @AppOriginalId = params['AppOriginalId'] @Path = params['Path'] @QrCode = params['QrCode'] @UrlType = params['UrlType'] @RequestId = params['RequestId'] end |