Class: TencentCloud::Cpdp::V20190820::DistributeAccreditTlinxRequest
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cpdp::V20190820::DistributeAccreditTlinxRequest
- Defined in:
- lib/v20190820/models.rb
Overview
DistributeAccreditTlinx请求参数结构体
Instance Attribute Summary collapse
- #AuthType ⇒ Object
- #FullName ⇒ Object
- #OpenId ⇒ Object
- #OpenKey ⇒ Object
- #Percent ⇒ Object
- #Profile ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(openid = nil, openkey = nil, authtype = nil, percent = nil, fullname = nil, profile = nil) ⇒ DistributeAccreditTlinxRequest
constructor
A new instance of DistributeAccreditTlinxRequest.
Constructor Details
#initialize(openid = nil, openkey = nil, authtype = nil, percent = nil, fullname = nil, profile = nil) ⇒ DistributeAccreditTlinxRequest
Returns a new instance of DistributeAccreditTlinxRequest.
9667 9668 9669 9670 9671 9672 9673 9674 |
# File 'lib/v20190820/models.rb', line 9667 def initialize(openid=nil, openkey=nil, authtype=nil, percent=nil, fullname=nil, profile=nil) @OpenId = openid @OpenKey = openkey @AuthType = authtype @Percent = percent @FullName = fullname @Profile = profile end |
Instance Attribute Details
#AuthType ⇒ Object
9665 9666 9667 |
# File 'lib/v20190820/models.rb', line 9665 def AuthType @AuthType end |
#FullName ⇒ Object
9665 9666 9667 |
# File 'lib/v20190820/models.rb', line 9665 def FullName @FullName end |
#OpenId ⇒ Object
9665 9666 9667 |
# File 'lib/v20190820/models.rb', line 9665 def OpenId @OpenId end |
#OpenKey ⇒ Object
9665 9666 9667 |
# File 'lib/v20190820/models.rb', line 9665 def OpenKey @OpenKey end |
#Percent ⇒ Object
9665 9666 9667 |
# File 'lib/v20190820/models.rb', line 9665 def Percent @Percent end |
#Profile ⇒ Object
9665 9666 9667 |
# File 'lib/v20190820/models.rb', line 9665 def Profile @Profile end |
Instance Method Details
#deserialize(params) ⇒ Object
9676 9677 9678 9679 9680 9681 9682 9683 |
# File 'lib/v20190820/models.rb', line 9676 def deserialize(params) @OpenId = params['OpenId'] @OpenKey = params['OpenKey'] @AuthType = params['AuthType'] @Percent = params['Percent'] @FullName = params['FullName'] @Profile = params['Profile'] end |