Class: TencentCloud::Ms::V20180408::DescribeEncryptPlanRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Ms::V20180408::DescribeEncryptPlanRequest
- Defined in:
- lib/v20180408/models.rb
Overview
DescribeEncryptPlan请求参数结构体
Instance Attribute Summary collapse
- #AppPkgName ⇒ Object
- #AppType ⇒ Object
- #EncryptOpType ⇒ Object
- #OrderType ⇒ Object
- #PlatformType ⇒ Object
- #ResourceId ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(platformtype = nil, ordertype = nil, encryptoptype = nil, resourceid = nil, apppkgname = nil, apptype = nil) ⇒ DescribeEncryptPlanRequest
constructor
A new instance of DescribeEncryptPlanRequest.
Constructor Details
#initialize(platformtype = nil, ordertype = nil, encryptoptype = nil, resourceid = nil, apppkgname = nil, apptype = nil) ⇒ DescribeEncryptPlanRequest
Returns a new instance of DescribeEncryptPlanRequest.
1293 1294 1295 1296 1297 1298 1299 1300 |
# File 'lib/v20180408/models.rb', line 1293 def initialize(platformtype=nil, ordertype=nil, encryptoptype=nil, resourceid=nil, apppkgname=nil, apptype=nil) @PlatformType = platformtype @OrderType = ordertype @EncryptOpType = encryptoptype @ResourceId = resourceid @AppPkgName = apppkgname @AppType = apptype end |
Instance Attribute Details
#AppPkgName ⇒ Object
1291 1292 1293 |
# File 'lib/v20180408/models.rb', line 1291 def AppPkgName @AppPkgName end |
#AppType ⇒ Object
1291 1292 1293 |
# File 'lib/v20180408/models.rb', line 1291 def AppType @AppType end |
#EncryptOpType ⇒ Object
1291 1292 1293 |
# File 'lib/v20180408/models.rb', line 1291 def EncryptOpType @EncryptOpType end |
#OrderType ⇒ Object
1291 1292 1293 |
# File 'lib/v20180408/models.rb', line 1291 def OrderType @OrderType end |
#PlatformType ⇒ Object
1291 1292 1293 |
# File 'lib/v20180408/models.rb', line 1291 def PlatformType @PlatformType end |
#ResourceId ⇒ Object
1291 1292 1293 |
# File 'lib/v20180408/models.rb', line 1291 def ResourceId @ResourceId end |
Instance Method Details
#deserialize(params) ⇒ Object
1302 1303 1304 1305 1306 1307 1308 1309 |
# File 'lib/v20180408/models.rb', line 1302 def deserialize(params) @PlatformType = params['PlatformType'] @OrderType = params['OrderType'] @EncryptOpType = params['EncryptOpType'] @ResourceId = params['ResourceId'] @AppPkgName = params['AppPkgName'] @AppType = params['AppType'] end |