Class: TencentCloud::Tds::V20220801::DescribeTrustedIDResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Tds::V20220801::DescribeTrustedIDResponse
- Defined in:
- lib/v20220801/models.rb
Overview
DescribeTrustedID返回参数结构体
Instance Attribute Summary collapse
- #AppVersion ⇒ Object
- #Brand ⇒ Object
- #ClientIp ⇒ Object
- #Model ⇒ Object
- #NetworkType ⇒ Object
- #Openid ⇒ Object
- #PackageName ⇒ Object
- #Platform ⇒ Object
- #RequestId ⇒ Object
- #SdkBuildNo ⇒ Object
- #SystemVersion ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(openid = nil, appversion = nil, brand = nil, clientip = nil, model = nil, networktype = nil, packagename = nil, platform = nil, systemversion = nil, sdkbuildno = nil, requestid = nil) ⇒ DescribeTrustedIDResponse
constructor
A new instance of DescribeTrustedIDResponse.
Constructor Details
#initialize(openid = nil, appversion = nil, brand = nil, clientip = nil, model = nil, networktype = nil, packagename = nil, platform = nil, systemversion = nil, sdkbuildno = nil, requestid = nil) ⇒ DescribeTrustedIDResponse
Returns a new instance of DescribeTrustedIDResponse.
597 598 599 600 601 602 603 604 605 606 607 608 609 |
# File 'lib/v20220801/models.rb', line 597 def initialize(openid=nil, appversion=nil, brand=nil, clientip=nil, model=nil, networktype=nil, packagename=nil, platform=nil, systemversion=nil, sdkbuildno=nil, requestid=nil) @Openid = openid @AppVersion = appversion @Brand = brand @ClientIp = clientip @Model = model @NetworkType = networktype @PackageName = packagename @Platform = platform @SystemVersion = systemversion @SdkBuildNo = sdkbuildno @RequestId = requestid end |
Instance Attribute Details
#AppVersion ⇒ Object
595 596 597 |
# File 'lib/v20220801/models.rb', line 595 def AppVersion @AppVersion end |
#Brand ⇒ Object
595 596 597 |
# File 'lib/v20220801/models.rb', line 595 def Brand @Brand end |
#ClientIp ⇒ Object
595 596 597 |
# File 'lib/v20220801/models.rb', line 595 def ClientIp @ClientIp end |
#Model ⇒ Object
595 596 597 |
# File 'lib/v20220801/models.rb', line 595 def Model @Model end |
#NetworkType ⇒ Object
595 596 597 |
# File 'lib/v20220801/models.rb', line 595 def NetworkType @NetworkType end |
#Openid ⇒ Object
595 596 597 |
# File 'lib/v20220801/models.rb', line 595 def Openid @Openid end |
#PackageName ⇒ Object
595 596 597 |
# File 'lib/v20220801/models.rb', line 595 def PackageName @PackageName end |
#Platform ⇒ Object
595 596 597 |
# File 'lib/v20220801/models.rb', line 595 def Platform @Platform end |
#RequestId ⇒ Object
595 596 597 |
# File 'lib/v20220801/models.rb', line 595 def RequestId @RequestId end |
#SdkBuildNo ⇒ Object
595 596 597 |
# File 'lib/v20220801/models.rb', line 595 def SdkBuildNo @SdkBuildNo end |
#SystemVersion ⇒ Object
595 596 597 |
# File 'lib/v20220801/models.rb', line 595 def SystemVersion @SystemVersion end |
Instance Method Details
#deserialize(params) ⇒ Object
611 612 613 614 615 616 617 618 619 620 621 622 623 |
# File 'lib/v20220801/models.rb', line 611 def deserialize(params) @Openid = params['Openid'] @AppVersion = params['AppVersion'] @Brand = params['Brand'] @ClientIp = params['ClientIp'] @Model = params['Model'] @NetworkType = params['NetworkType'] @PackageName = params['PackageName'] @Platform = params['Platform'] @SystemVersion = params['SystemVersion'] @SdkBuildNo = params['SdkBuildNo'] @RequestId = params['RequestId'] end |