Class: TencentCloud::Tke::V20180525::CreateBackupStorageLocationResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Tke::V20180525::CreateBackupStorageLocationResponse
- Defined in:
- lib/v20180525/models.rb
Overview
CreateBackupStorageLocation返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(requestid = nil) ⇒ CreateBackupStorageLocationResponse
constructor
A new instance of CreateBackupStorageLocationResponse.
Constructor Details
#initialize(requestid = nil) ⇒ CreateBackupStorageLocationResponse
Returns a new instance of CreateBackupStorageLocationResponse.
1900 1901 1902 |
# File 'lib/v20180525/models.rb', line 1900 def initialize(requestid=nil) @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
1898 1899 1900 |
# File 'lib/v20180525/models.rb', line 1898 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
1904 1905 1906 |
# File 'lib/v20180525/models.rb', line 1904 def deserialize(params) @RequestId = params['RequestId'] end |