Class: TencentCloud::Ms::V20180408::CreateOrderInstanceRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Ms::V20180408::CreateOrderInstanceRequest
- Defined in:
- lib/v20180408/models.rb
Overview
CreateOrderInstance请求参数结构体
Instance Attribute Summary collapse
-
#AppPkgNameList ⇒ Object
当android按年收费加固或android免费试用加固时,该字段要求非空,即PlatformType=1 并且 OrderType=2时,AppPkgNameList必传值。.
-
#OrderType ⇒ Object
当android按年收费加固或android免费试用加固时,该字段要求非空,即PlatformType=1 并且 OrderType=2时,AppPkgNameList必传值。.
-
#PlatformType ⇒ Object
当android按年收费加固或android免费试用加固时,该字段要求非空,即PlatformType=1 并且 OrderType=2时,AppPkgNameList必传值。.
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(platformtype = nil, ordertype = nil, apppkgnamelist = nil) ⇒ CreateOrderInstanceRequest
constructor
A new instance of CreateOrderInstanceRequest.
Constructor Details
#initialize(platformtype = nil, ordertype = nil, apppkgnamelist = nil) ⇒ CreateOrderInstanceRequest
Returns a new instance of CreateOrderInstanceRequest.
898 899 900 901 902 |
# File 'lib/v20180408/models.rb', line 898 def initialize(platformtype=nil, ordertype=nil, apppkgnamelist=nil) @PlatformType = platformtype @OrderType = ordertype @AppPkgNameList = apppkgnamelist end |
Instance Attribute Details
#AppPkgNameList ⇒ Object
当android按年收费加固或android免费试用加固时,该字段要求非空,即PlatformType=1 并且 OrderType=2时,AppPkgNameList必传值。
896 897 898 |
# File 'lib/v20180408/models.rb', line 896 def AppPkgNameList @AppPkgNameList end |
#OrderType ⇒ Object
当android按年收费加固或android免费试用加固时,该字段要求非空,即PlatformType=1 并且 OrderType=2时,AppPkgNameList必传值。
896 897 898 |
# File 'lib/v20180408/models.rb', line 896 def OrderType @OrderType end |
#PlatformType ⇒ Object
当android按年收费加固或android免费试用加固时,该字段要求非空,即PlatformType=1 并且 OrderType=2时,AppPkgNameList必传值。
896 897 898 |
# File 'lib/v20180408/models.rb', line 896 def PlatformType @PlatformType end |
Instance Method Details
#deserialize(params) ⇒ Object
904 905 906 907 908 |
# File 'lib/v20180408/models.rb', line 904 def deserialize(params) @PlatformType = params['PlatformType'] @OrderType = params['OrderType'] @AppPkgNameList = params['AppPkgNameList'] end |