Class: TencentCloud::Ms::V20180408::DescribeEncryptPlanRequest

Inherits:
Common::AbstractModel
  • Object
show all
Defined in:
lib/v20180408/models.rb

Overview

DescribeEncryptPlan请求参数结构体

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(platformtype = nil, ordertype = nil, encryptoptype = nil, resourceid = nil, apppkgname = nil, apptype = nil) ⇒ 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

#AppPkgNameObject



1291
1292
1293
# File 'lib/v20180408/models.rb', line 1291

def AppPkgName
  @AppPkgName
end

#AppTypeObject



1291
1292
1293
# File 'lib/v20180408/models.rb', line 1291

def AppType
  @AppType
end

#EncryptOpTypeObject



1291
1292
1293
# File 'lib/v20180408/models.rb', line 1291

def EncryptOpType
  @EncryptOpType
end

#OrderTypeObject



1291
1292
1293
# File 'lib/v20180408/models.rb', line 1291

def OrderType
  @OrderType
end

#PlatformTypeObject



1291
1292
1293
# File 'lib/v20180408/models.rb', line 1291

def PlatformType
  @PlatformType
end

#ResourceIdObject



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