Class: TencentCloud::Gs::V20191118::CreateAndroidInstanceADBResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Gs::V20191118::CreateAndroidInstanceADBResponse
- Defined in:
- lib/v20191118/models.rb
Overview
CreateAndroidInstanceADB返回参数结构体
Instance Attribute Summary collapse
- #ConnectCommand ⇒ Object
- #HostName ⇒ Object
- #Port ⇒ Object
- #PrivateKey ⇒ Object
- #RequestId ⇒ Object
- #UserName ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(privatekey = nil, username = nil, hostname = nil, port = nil, connectcommand = nil, requestid = nil) ⇒ CreateAndroidInstanceADBResponse
constructor
A new instance of CreateAndroidInstanceADBResponse.
Constructor Details
#initialize(privatekey = nil, username = nil, hostname = nil, port = nil, connectcommand = nil, requestid = nil) ⇒ CreateAndroidInstanceADBResponse
Returns a new instance of CreateAndroidInstanceADBResponse.
934 935 936 937 938 939 940 941 |
# File 'lib/v20191118/models.rb', line 934 def initialize(privatekey=nil, username=nil, hostname=nil, port=nil, connectcommand=nil, requestid=nil) @PrivateKey = privatekey @UserName = username @HostName = hostname @Port = port @ConnectCommand = connectcommand @RequestId = requestid end |
Instance Attribute Details
#ConnectCommand ⇒ Object
932 933 934 |
# File 'lib/v20191118/models.rb', line 932 def ConnectCommand @ConnectCommand end |
#HostName ⇒ Object
932 933 934 |
# File 'lib/v20191118/models.rb', line 932 def HostName @HostName end |
#Port ⇒ Object
932 933 934 |
# File 'lib/v20191118/models.rb', line 932 def Port @Port end |
#PrivateKey ⇒ Object
932 933 934 |
# File 'lib/v20191118/models.rb', line 932 def PrivateKey @PrivateKey end |
#RequestId ⇒ Object
932 933 934 |
# File 'lib/v20191118/models.rb', line 932 def RequestId @RequestId end |
#UserName ⇒ Object
932 933 934 |
# File 'lib/v20191118/models.rb', line 932 def UserName @UserName end |
Instance Method Details
#deserialize(params) ⇒ Object
943 944 945 946 947 948 949 950 |
# File 'lib/v20191118/models.rb', line 943 def deserialize(params) @PrivateKey = params['PrivateKey'] @UserName = params['UserName'] @HostName = params['HostName'] @Port = params['Port'] @ConnectCommand = params['ConnectCommand'] @RequestId = params['RequestId'] end |