Class: TencentCloud::Vcube::V20220410::CreateApplicationAndVideoRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Vcube::V20220410::CreateApplicationAndVideoRequest
- Defined in:
- lib/v20220410/models.rb
Overview
CreateApplicationAndVideo请求参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(appname = nil, bundleid = nil, packagename = nil) ⇒ CreateApplicationAndVideoRequest
constructor
A new instance of CreateApplicationAndVideoRequest.
Constructor Details
#initialize(appname = nil, bundleid = nil, packagename = nil) ⇒ CreateApplicationAndVideoRequest
Returns a new instance of CreateApplicationAndVideoRequest.
341 342 343 344 345 |
# File 'lib/v20220410/models.rb', line 341 def initialize(appname=nil, bundleid=nil, packagename=nil) @AppName = appname @BundleId = bundleid @PackageName = packagename end |
Instance Attribute Details
#AppName ⇒ Object
339 340 341 |
# File 'lib/v20220410/models.rb', line 339 def AppName @AppName end |
#BundleId ⇒ Object
339 340 341 |
# File 'lib/v20220410/models.rb', line 339 def BundleId @BundleId end |
#PackageName ⇒ Object
339 340 341 |
# File 'lib/v20220410/models.rb', line 339 def PackageName @PackageName end |
Instance Method Details
#deserialize(params) ⇒ Object
347 348 349 350 351 |
# File 'lib/v20220410/models.rb', line 347 def deserialize(params) @AppName = params['AppName'] @BundleId = params['BundleId'] @PackageName = params['PackageName'] end |