Class: TencentCloud::Cbs::V20170312::CreateSnapshotResponse
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cbs::V20170312::CreateSnapshotResponse
- Defined in:
- lib/v20170312/models.rb
Overview
CreateSnapshot返回参数结构体
Instance Attribute Summary collapse
-
#RequestId ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。.
-
#SnapshotId ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。.
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(snapshotid = nil, requestid = nil) ⇒ CreateSnapshotResponse
constructor
A new instance of CreateSnapshotResponse.
Constructor Details
#initialize(snapshotid = nil, requestid = nil) ⇒ CreateSnapshotResponse
Returns a new instance of CreateSnapshotResponse.
908 909 910 911 |
# File 'lib/v20170312/models.rb', line 908 def initialize(snapshotid=nil, requestid=nil) @SnapshotId = snapshotid @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
906 907 908 |
# File 'lib/v20170312/models.rb', line 906 def RequestId @RequestId end |
#SnapshotId ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
906 907 908 |
# File 'lib/v20170312/models.rb', line 906 def SnapshotId @SnapshotId end |
Instance Method Details
#deserialize(params) ⇒ Object
913 914 915 916 |
# File 'lib/v20170312/models.rb', line 913 def deserialize(params) @SnapshotId = params['SnapshotId'] @RequestId = params['RequestId'] end |