Class: TencentCloud::Cme::V20191029::DescribePlatformsRequest
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cme::V20191029::DescribePlatformsRequest
- Defined in:
- lib/v20191029/models.rb
Overview
DescribePlatforms请求参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(platforms = nil, licenseids = nil, offset = nil, limit = nil) ⇒ DescribePlatformsRequest
constructor
A new instance of DescribePlatformsRequest.
Constructor Details
#initialize(platforms = nil, licenseids = nil, offset = nil, limit = nil) ⇒ DescribePlatformsRequest
Returns a new instance of DescribePlatformsRequest.
1480 1481 1482 1483 1484 1485 |
# File 'lib/v20191029/models.rb', line 1480 def initialize(platforms=nil, licenseids=nil, offset=nil, limit=nil) @Platforms = platforms @LicenseIds = licenseids @Offset = offset @Limit = limit end |
Instance Attribute Details
#LicenseIds ⇒ Object
1478 1479 1480 |
# File 'lib/v20191029/models.rb', line 1478 def LicenseIds @LicenseIds end |
#Limit ⇒ Object
1478 1479 1480 |
# File 'lib/v20191029/models.rb', line 1478 def Limit @Limit end |
#Offset ⇒ Object
1478 1479 1480 |
# File 'lib/v20191029/models.rb', line 1478 def Offset @Offset end |
#Platforms ⇒ Object
1478 1479 1480 |
# File 'lib/v20191029/models.rb', line 1478 def Platforms @Platforms end |
Instance Method Details
#deserialize(params) ⇒ Object
1487 1488 1489 1490 1491 1492 |
# File 'lib/v20191029/models.rb', line 1487 def deserialize(params) @Platforms = params['Platforms'] @LicenseIds = params['LicenseIds'] @Offset = params['Offset'] @Limit = params['Limit'] end |