Class: TencentCloud::Cwp::V20180228::DescribeMachineSnapshotRequest
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cwp::V20180228::DescribeMachineSnapshotRequest
- Defined in:
- lib/v20180228/models.rb
Overview
DescribeMachineSnapshot请求参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(quuids = nil, type = nil, limit = nil, offset = nil) ⇒ DescribeMachineSnapshotRequest
constructor
A new instance of DescribeMachineSnapshotRequest.
Constructor Details
#initialize(quuids = nil, type = nil, limit = nil, offset = nil) ⇒ DescribeMachineSnapshotRequest
Returns a new instance of DescribeMachineSnapshotRequest.
17521 17522 17523 17524 17525 17526 |
# File 'lib/v20180228/models.rb', line 17521 def initialize(quuids=nil, type=nil, limit=nil, offset=nil) @Quuids = quuids @Type = type @Limit = limit @Offset = offset end |
Instance Attribute Details
#Limit ⇒ Object
17519 17520 17521 |
# File 'lib/v20180228/models.rb', line 17519 def Limit @Limit end |
#Offset ⇒ Object
17519 17520 17521 |
# File 'lib/v20180228/models.rb', line 17519 def Offset @Offset end |
#Quuids ⇒ Object
17519 17520 17521 |
# File 'lib/v20180228/models.rb', line 17519 def Quuids @Quuids end |
#Type ⇒ Object
17519 17520 17521 |
# File 'lib/v20180228/models.rb', line 17519 def Type @Type end |
Instance Method Details
#deserialize(params) ⇒ Object
17528 17529 17530 17531 17532 17533 |
# File 'lib/v20180228/models.rb', line 17528 def deserialize(params) @Quuids = params['Quuids'] @Type = params['Type'] @Limit = params['Limit'] @Offset = params['Offset'] end |