Class: TencentCloud::Dasb::V20191018::BindDeviceAccountPrivateKeyRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Dasb::V20191018::BindDeviceAccountPrivateKeyRequest
- Defined in:
- lib/v20191018/models.rb
Overview
BindDeviceAccountPrivateKey请求参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(id = nil, privatekey = nil, privatekeypassword = nil) ⇒ BindDeviceAccountPrivateKeyRequest
constructor
A new instance of BindDeviceAccountPrivateKeyRequest.
Constructor Details
#initialize(id = nil, privatekey = nil, privatekeypassword = nil) ⇒ BindDeviceAccountPrivateKeyRequest
Returns a new instance of BindDeviceAccountPrivateKeyRequest.
426 427 428 429 430 |
# File 'lib/v20191018/models.rb', line 426 def initialize(id=nil, privatekey=nil, privatekeypassword=nil) @Id = id @PrivateKey = privatekey @PrivateKeyPassword = privatekeypassword end |
Instance Attribute Details
#Id ⇒ Object
424 425 426 |
# File 'lib/v20191018/models.rb', line 424 def Id @Id end |
#PrivateKey ⇒ Object
424 425 426 |
# File 'lib/v20191018/models.rb', line 424 def PrivateKey @PrivateKey end |
#PrivateKeyPassword ⇒ Object
424 425 426 |
# File 'lib/v20191018/models.rb', line 424 def PrivateKeyPassword @PrivateKeyPassword end |
Instance Method Details
#deserialize(params) ⇒ Object
432 433 434 435 436 |
# File 'lib/v20191018/models.rb', line 432 def deserialize(params) @Id = params['Id'] @PrivateKey = params['PrivateKey'] @PrivateKeyPassword = params['PrivateKeyPassword'] end |