Class: TencentCloud::Ess::V20201111::CreateUserAutoSignEnableUrlRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Ess::V20201111::CreateUserAutoSignEnableUrlRequest
- Defined in:
- lib/v20201111/models.rb
Overview
CreateUserAutoSignEnableUrl请求参数结构体
Instance Attribute Summary collapse
-
#Agent ⇒ Object
注:
在调用此接口时,请确保指定的员工已获得所需的接口调用权限,并具备接口传入的相应资源的数据权限。- E_PRESCRIPTION_AUTO_SIGN : 电子处方场景
- OTHER : 通用场景
- 不传(即为空值) 则会生成小程序端开通链接(默认)
- H5SIGN : 生成H5端开通链接
-
#AutoSignConfig ⇒ Object
注:
在调用此接口时,请确保指定的员工已获得所需的接口调用权限,并具备接口传入的相应资源的数据权限。- E_PRESCRIPTION_AUTO_SIGN : 电子处方场景
- OTHER : 通用场景
- 不传(即为空值) 则会生成小程序端开通链接(默认)
- H5SIGN : 生成H5端开通链接
-
#ExpiredTime ⇒ Object
注:
在调用此接口时,请确保指定的员工已获得所需的接口调用权限,并具备接口传入的相应资源的数据权限。- E_PRESCRIPTION_AUTO_SIGN : 电子处方场景
- OTHER : 通用场景
- 不传(即为空值) 则会生成小程序端开通链接(默认)
- H5SIGN : 生成H5端开通链接
-
#NotifyAddress ⇒ Object
注:
在调用此接口时,请确保指定的员工已获得所需的接口调用权限,并具备接口传入的相应资源的数据权限。- E_PRESCRIPTION_AUTO_SIGN : 电子处方场景
- OTHER : 通用场景
- 不传(即为空值) 则会生成小程序端开通链接(默认)
- H5SIGN : 生成H5端开通链接
-
#NotifyType ⇒ Object
注:
在调用此接口时,请确保指定的员工已获得所需的接口调用权限,并具备接口传入的相应资源的数据权限。- E_PRESCRIPTION_AUTO_SIGN : 电子处方场景
- OTHER : 通用场景
- 不传(即为空值) 则会生成小程序端开通链接(默认)
- H5SIGN : 生成H5端开通链接
-
#Operator ⇒ Object
注:
在调用此接口时,请确保指定的员工已获得所需的接口调用权限,并具备接口传入的相应资源的数据权限。- E_PRESCRIPTION_AUTO_SIGN : 电子处方场景
- OTHER : 通用场景
- 不传(即为空值) 则会生成小程序端开通链接(默认)
- H5SIGN : 生成H5端开通链接
-
#SceneKey ⇒ Object
注:
在调用此接口时,请确保指定的员工已获得所需的接口调用权限,并具备接口传入的相应资源的数据权限。- E_PRESCRIPTION_AUTO_SIGN : 电子处方场景
- OTHER : 通用场景
- 不传(即为空值) 则会生成小程序端开通链接(默认)
- H5SIGN : 生成H5端开通链接
-
#UrlType ⇒ Object
注:
在调用此接口时,请确保指定的员工已获得所需的接口调用权限,并具备接口传入的相应资源的数据权限。- E_PRESCRIPTION_AUTO_SIGN : 电子处方场景
- OTHER : 通用场景
- 不传(即为空值) 则会生成小程序端开通链接(默认)
- H5SIGN : 生成H5端开通链接
-
#UserData ⇒ Object
注:
在调用此接口时,请确保指定的员工已获得所需的接口调用权限,并具备接口传入的相应资源的数据权限。- E_PRESCRIPTION_AUTO_SIGN : 电子处方场景
- OTHER : 通用场景
- 不传(即为空值) 则会生成小程序端开通链接(默认)
- H5SIGN : 生成H5端开通链接
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(operator = nil, scenekey = nil, autosignconfig = nil, urltype = nil, notifytype = nil, notifyaddress = nil, expiredtime = nil, agent = nil, userdata = nil) ⇒ CreateUserAutoSignEnableUrlRequest
constructor
A new instance of CreateUserAutoSignEnableUrlRequest.
Constructor Details
#initialize(operator = nil, scenekey = nil, autosignconfig = nil, urltype = nil, notifytype = nil, notifyaddress = nil, expiredtime = nil, agent = nil, userdata = nil) ⇒ CreateUserAutoSignEnableUrlRequest
Returns a new instance of CreateUserAutoSignEnableUrlRequest.
7980 7981 7982 7983 7984 7985 7986 7987 7988 7989 7990 |
# File 'lib/v20201111/models.rb', line 7980 def initialize(operator=nil, scenekey=nil, autosignconfig=nil, urltype=nil, notifytype=nil, notifyaddress=nil, expiredtime=nil, agent=nil, userdata=nil) @Operator = operator @SceneKey = scenekey @AutoSignConfig = autosignconfig @UrlType = urltype @NotifyType = notifytype @NotifyAddress = notifyaddress @ExpiredTime = expiredtime @Agent = agent @UserData = userdata end |
Instance Attribute Details
#Agent ⇒ Object
注: 在调用此接口时,请确保指定的员工已获得所需的接口调用权限,并具备接口传入的相应资源的数据权限。
- **E_PRESCRIPTION_AUTO_SIGN** : 电子处方场景
- **OTHER** : 通用场景
- 不传(即为空值) 则会生成小程序端开通链接(默认)
- **H5SIGN** : 生成H5端开通链接
7978 7979 7980 |
# File 'lib/v20201111/models.rb', line 7978 def Agent @Agent end |
#AutoSignConfig ⇒ Object
注: 在调用此接口时,请确保指定的员工已获得所需的接口调用权限,并具备接口传入的相应资源的数据权限。
- **E_PRESCRIPTION_AUTO_SIGN** : 电子处方场景
- **OTHER** : 通用场景
- 不传(即为空值) 则会生成小程序端开通链接(默认)
- **H5SIGN** : 生成H5端开通链接
7978 7979 7980 |
# File 'lib/v20201111/models.rb', line 7978 def AutoSignConfig @AutoSignConfig end |
#ExpiredTime ⇒ Object
注: 在调用此接口时,请确保指定的员工已获得所需的接口调用权限,并具备接口传入的相应资源的数据权限。
- **E_PRESCRIPTION_AUTO_SIGN** : 电子处方场景
- **OTHER** : 通用场景
- 不传(即为空值) 则会生成小程序端开通链接(默认)
- **H5SIGN** : 生成H5端开通链接
7978 7979 7980 |
# File 'lib/v20201111/models.rb', line 7978 def ExpiredTime @ExpiredTime end |
#NotifyAddress ⇒ Object
注: 在调用此接口时,请确保指定的员工已获得所需的接口调用权限,并具备接口传入的相应资源的数据权限。
- **E_PRESCRIPTION_AUTO_SIGN** : 电子处方场景
- **OTHER** : 通用场景
- 不传(即为空值) 则会生成小程序端开通链接(默认)
- **H5SIGN** : 生成H5端开通链接
7978 7979 7980 |
# File 'lib/v20201111/models.rb', line 7978 def NotifyAddress @NotifyAddress end |
#NotifyType ⇒ Object
注: 在调用此接口时,请确保指定的员工已获得所需的接口调用权限,并具备接口传入的相应资源的数据权限。
- **E_PRESCRIPTION_AUTO_SIGN** : 电子处方场景
- **OTHER** : 通用场景
- 不传(即为空值) 则会生成小程序端开通链接(默认)
- **H5SIGN** : 生成H5端开通链接
7978 7979 7980 |
# File 'lib/v20201111/models.rb', line 7978 def NotifyType @NotifyType end |
#Operator ⇒ Object
注: 在调用此接口时,请确保指定的员工已获得所需的接口调用权限,并具备接口传入的相应资源的数据权限。
- **E_PRESCRIPTION_AUTO_SIGN** : 电子处方场景
- **OTHER** : 通用场景
- 不传(即为空值) 则会生成小程序端开通链接(默认)
- **H5SIGN** : 生成H5端开通链接
7978 7979 7980 |
# File 'lib/v20201111/models.rb', line 7978 def Operator @Operator end |
#SceneKey ⇒ Object
注: 在调用此接口时,请确保指定的员工已获得所需的接口调用权限,并具备接口传入的相应资源的数据权限。
- **E_PRESCRIPTION_AUTO_SIGN** : 电子处方场景
- **OTHER** : 通用场景
- 不传(即为空值) 则会生成小程序端开通链接(默认)
- **H5SIGN** : 生成H5端开通链接
7978 7979 7980 |
# File 'lib/v20201111/models.rb', line 7978 def SceneKey @SceneKey end |
#UrlType ⇒ Object
注: 在调用此接口时,请确保指定的员工已获得所需的接口调用权限,并具备接口传入的相应资源的数据权限。
- **E_PRESCRIPTION_AUTO_SIGN** : 电子处方场景
- **OTHER** : 通用场景
- 不传(即为空值) 则会生成小程序端开通链接(默认)
- **H5SIGN** : 生成H5端开通链接
7978 7979 7980 |
# File 'lib/v20201111/models.rb', line 7978 def UrlType @UrlType end |
#UserData ⇒ Object
注: 在调用此接口时,请确保指定的员工已获得所需的接口调用权限,并具备接口传入的相应资源的数据权限。
- **E_PRESCRIPTION_AUTO_SIGN** : 电子处方场景
- **OTHER** : 通用场景
- 不传(即为空值) 则会生成小程序端开通链接(默认)
- **H5SIGN** : 生成H5端开通链接
7978 7979 7980 |
# File 'lib/v20201111/models.rb', line 7978 def UserData @UserData end |
Instance Method Details
#deserialize(params) ⇒ Object
7992 7993 7994 7995 7996 7997 7998 7999 8000 8001 8002 8003 8004 8005 8006 8007 8008 8009 8010 8011 |
# File 'lib/v20201111/models.rb', line 7992 def deserialize(params) unless params['Operator'].nil? @Operator = UserInfo.new @Operator.deserialize(params['Operator']) end @SceneKey = params['SceneKey'] unless params['AutoSignConfig'].nil? @AutoSignConfig = AutoSignConfig.new @AutoSignConfig.deserialize(params['AutoSignConfig']) end @UrlType = params['UrlType'] @NotifyType = params['NotifyType'] @NotifyAddress = params['NotifyAddress'] @ExpiredTime = params['ExpiredTime'] unless params['Agent'].nil? @Agent = Agent.new @Agent.deserialize(params['Agent']) end @UserData = params['UserData'] end |