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.
17802 17803 17804 17805 17806 17807 |
# File 'lib/v20180228/models.rb', line 17802 def initialize(quuids=nil, type=nil, limit=nil, offset=nil) @Quuids = quuids @Type = type @Limit = limit @Offset = offset end |
Instance Attribute Details
#Limit ⇒ Object
17800 17801 17802 |
# File 'lib/v20180228/models.rb', line 17800 def Limit @Limit end |
#Offset ⇒ Object
17800 17801 17802 |
# File 'lib/v20180228/models.rb', line 17800 def Offset @Offset end |
#Quuids ⇒ Object
17800 17801 17802 |
# File 'lib/v20180228/models.rb', line 17800 def Quuids @Quuids end |
#Type ⇒ Object
17800 17801 17802 |
# File 'lib/v20180228/models.rb', line 17800 def Type @Type end |
Instance Method Details
#deserialize(params) ⇒ Object
17809 17810 17811 17812 17813 17814 |
# File 'lib/v20180228/models.rb', line 17809 def deserialize(params) @Quuids = params['Quuids'] @Type = params['Type'] @Limit = params['Limit'] @Offset = params['Offset'] end |