Class: TencentCloud::Ms::V20180408::IOSPlan
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Ms::V20180408::IOSPlan
- Defined in:
- lib/v20180408/models.rb
Overview
渠道合作IOS源码混淆配置
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(planid = nil) ⇒ IOSPlan
constructor
A new instance of IOSPlan.
Constructor Details
#initialize(planid = nil) ⇒ IOSPlan
Returns a new instance of IOSPlan.
2056 2057 2058 |
# File 'lib/v20180408/models.rb', line 2056 def initialize(planid=nil) @PlanId = planid end |
Instance Attribute Details
#PlanId ⇒ Object
2054 2055 2056 |
# File 'lib/v20180408/models.rb', line 2054 def PlanId @PlanId end |
Instance Method Details
#deserialize(params) ⇒ Object
2060 2061 2062 |
# File 'lib/v20180408/models.rb', line 2060 def deserialize(params) @PlanId = params['PlanId'] end |