Class: TencentCloud::Ms::V20180408::IOSResult
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Ms::V20180408::IOSResult
- Defined in:
- lib/v20180408/models.rb
Overview
渠道合作ios源码混淆加固结果
Instance Attribute Summary collapse
- #CostTime ⇒ Object
- #CreatTime ⇒ Object
- #EncryptErrDesc ⇒ Object
- #EncryptErrno ⇒ Object
- #EncryptPkgUrl ⇒ Object
- #EncryptState ⇒ Object
- #EncryptType ⇒ Object
- #EndTime ⇒ Object
- #OpUin ⇒ Object
- #ResourceId ⇒ Object
- #ResultId ⇒ Object
- #StartTime ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(resultid = nil, opuin = nil, encrypttype = nil, resourceid = nil, encryptstate = nil, encrypterrno = nil, encrypterrdesc = nil, creattime = nil, starttime = nil, endtime = nil, costtime = nil, encryptpkgurl = nil) ⇒ IOSResult
constructor
A new instance of IOSResult.
Constructor Details
#initialize(resultid = nil, opuin = nil, encrypttype = nil, resourceid = nil, encryptstate = nil, encrypterrno = nil, encrypterrdesc = nil, creattime = nil, starttime = nil, endtime = nil, costtime = nil, encryptpkgurl = nil) ⇒ IOSResult
Returns a new instance of IOSResult.
2094 2095 2096 2097 2098 2099 2100 2101 2102 2103 2104 2105 2106 2107 |
# File 'lib/v20180408/models.rb', line 2094 def initialize(resultid=nil, opuin=nil, encrypttype=nil, resourceid=nil, encryptstate=nil, encrypterrno=nil, encrypterrdesc=nil, creattime=nil, starttime=nil, endtime=nil, costtime=nil, encryptpkgurl=nil) @ResultId = resultid @OpUin = opuin @EncryptType = encrypttype @ResourceId = resourceid @EncryptState = encryptstate @EncryptErrno = encrypterrno @EncryptErrDesc = encrypterrdesc @CreatTime = creattime @StartTime = starttime @EndTime = endtime @CostTime = costtime @EncryptPkgUrl = encryptpkgurl end |
Instance Attribute Details
#CostTime ⇒ Object
2092 2093 2094 |
# File 'lib/v20180408/models.rb', line 2092 def CostTime @CostTime end |
#CreatTime ⇒ Object
2092 2093 2094 |
# File 'lib/v20180408/models.rb', line 2092 def CreatTime @CreatTime end |
#EncryptErrDesc ⇒ Object
2092 2093 2094 |
# File 'lib/v20180408/models.rb', line 2092 def EncryptErrDesc @EncryptErrDesc end |
#EncryptErrno ⇒ Object
2092 2093 2094 |
# File 'lib/v20180408/models.rb', line 2092 def EncryptErrno @EncryptErrno end |
#EncryptPkgUrl ⇒ Object
2092 2093 2094 |
# File 'lib/v20180408/models.rb', line 2092 def EncryptPkgUrl @EncryptPkgUrl end |
#EncryptState ⇒ Object
2092 2093 2094 |
# File 'lib/v20180408/models.rb', line 2092 def EncryptState @EncryptState end |
#EncryptType ⇒ Object
2092 2093 2094 |
# File 'lib/v20180408/models.rb', line 2092 def EncryptType @EncryptType end |
#EndTime ⇒ Object
2092 2093 2094 |
# File 'lib/v20180408/models.rb', line 2092 def EndTime @EndTime end |
#OpUin ⇒ Object
2092 2093 2094 |
# File 'lib/v20180408/models.rb', line 2092 def OpUin @OpUin end |
#ResourceId ⇒ Object
2092 2093 2094 |
# File 'lib/v20180408/models.rb', line 2092 def ResourceId @ResourceId end |
#ResultId ⇒ Object
2092 2093 2094 |
# File 'lib/v20180408/models.rb', line 2092 def ResultId @ResultId end |
#StartTime ⇒ Object
2092 2093 2094 |
# File 'lib/v20180408/models.rb', line 2092 def StartTime @StartTime end |
Instance Method Details
#deserialize(params) ⇒ Object
2109 2110 2111 2112 2113 2114 2115 2116 2117 2118 2119 2120 2121 2122 |
# File 'lib/v20180408/models.rb', line 2109 def deserialize(params) @ResultId = params['ResultId'] @OpUin = params['OpUin'] @EncryptType = params['EncryptType'] @ResourceId = params['ResourceId'] @EncryptState = params['EncryptState'] @EncryptErrno = params['EncryptErrno'] @EncryptErrDesc = params['EncryptErrDesc'] @CreatTime = params['CreatTime'] @StartTime = params['StartTime'] @EndTime = params['EndTime'] @CostTime = params['CostTime'] @EncryptPkgUrl = params['EncryptPkgUrl'] end |