Class: TencentCloud::Vcube::V20220410::DescribeVcubeResourcesListRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Vcube::V20220410::DescribeVcubeResourcesListRequest
- Defined in:
- lib/v20220410/models.rb
Overview
DescribeVcubeResourcesList请求参数结构体
Instance Attribute Summary collapse
- #AppName ⇒ Object
- #PageNumber ⇒ Object
- #PageSize ⇒ Object
- #Platform ⇒ Object
- #ResourceId ⇒ Object
- #Word ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(pagenumber = nil, pagesize = nil, appname = nil, resourceid = nil, word = nil, platform = nil) ⇒ DescribeVcubeResourcesListRequest
constructor
A new instance of DescribeVcubeResourcesListRequest.
Constructor Details
#initialize(pagenumber = nil, pagesize = nil, appname = nil, resourceid = nil, word = nil, platform = nil) ⇒ DescribeVcubeResourcesListRequest
Returns a new instance of DescribeVcubeResourcesListRequest.
1238 1239 1240 1241 1242 1243 1244 1245 |
# File 'lib/v20220410/models.rb', line 1238 def initialize(pagenumber=nil, pagesize=nil, appname=nil, resourceid=nil, word=nil, platform=nil) @PageNumber = pagenumber @PageSize = pagesize @AppName = appname @ResourceId = resourceid @Word = word @Platform = platform end |
Instance Attribute Details
#AppName ⇒ Object
1236 1237 1238 |
# File 'lib/v20220410/models.rb', line 1236 def AppName @AppName end |
#PageNumber ⇒ Object
1236 1237 1238 |
# File 'lib/v20220410/models.rb', line 1236 def PageNumber @PageNumber end |
#PageSize ⇒ Object
1236 1237 1238 |
# File 'lib/v20220410/models.rb', line 1236 def PageSize @PageSize end |
#Platform ⇒ Object
1236 1237 1238 |
# File 'lib/v20220410/models.rb', line 1236 def Platform @Platform end |
#ResourceId ⇒ Object
1236 1237 1238 |
# File 'lib/v20220410/models.rb', line 1236 def ResourceId @ResourceId end |
#Word ⇒ Object
1236 1237 1238 |
# File 'lib/v20220410/models.rb', line 1236 def Word @Word end |
Instance Method Details
#deserialize(params) ⇒ Object
1247 1248 1249 1250 1251 1252 1253 1254 |
# File 'lib/v20220410/models.rb', line 1247 def deserialize(params) @PageNumber = params['PageNumber'] @PageSize = params['PageSize'] @AppName = params['AppName'] @ResourceId = params['ResourceId'] @Word = params['Word'] @Platform = params['Platform'] end |