Class: TencentCloud::Ms::V20180408::CreateBindInstanceRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Ms::V20180408::CreateBindInstanceRequest
- Defined in:
- lib/v20180408/models.rb
Overview
CreateBindInstance请求参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(resourceid = nil, appiconurl = nil, appname = nil, apppkgname = nil) ⇒ CreateBindInstanceRequest
constructor
A new instance of CreateBindInstanceRequest.
Constructor Details
#initialize(resourceid = nil, appiconurl = nil, appname = nil, apppkgname = nil) ⇒ CreateBindInstanceRequest
Returns a new instance of CreateBindInstanceRequest.
700 701 702 703 704 705 |
# File 'lib/v20180408/models.rb', line 700 def initialize(resourceid=nil, appiconurl=nil, appname=nil, apppkgname=nil) @ResourceId = resourceid @AppIconUrl = appiconurl @AppName = appname @AppPkgName = apppkgname end |
Instance Attribute Details
#AppIconUrl ⇒ Object
698 699 700 |
# File 'lib/v20180408/models.rb', line 698 def AppIconUrl @AppIconUrl end |
#AppName ⇒ Object
698 699 700 |
# File 'lib/v20180408/models.rb', line 698 def AppName @AppName end |
#AppPkgName ⇒ Object
698 699 700 |
# File 'lib/v20180408/models.rb', line 698 def AppPkgName @AppPkgName end |
#ResourceId ⇒ Object
698 699 700 |
# File 'lib/v20180408/models.rb', line 698 def ResourceId @ResourceId end |
Instance Method Details
#deserialize(params) ⇒ Object
707 708 709 710 711 712 |
# File 'lib/v20180408/models.rb', line 707 def deserialize(params) @ResourceId = params['ResourceId'] @AppIconUrl = params['AppIconUrl'] @AppName = params['AppName'] @AppPkgName = params['AppPkgName'] end |