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.
1885 1886 1887 |
# File 'lib/v20180525/models.rb', line 1885 def initialize(requestid=nil) @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
1883 1884 1885 |
# File 'lib/v20180525/models.rb', line 1883 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
1889 1890 1891 |
# File 'lib/v20180525/models.rb', line 1889 def deserialize(params) @RequestId = params['RequestId'] end |