Class: TencentCloud::Cdc::V20201214::DescribeDedicatedClusterOrdersRequest
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cdc::V20201214::DescribeDedicatedClusterOrdersRequest
- Defined in:
- lib/v20201214/models.rb
Overview
DescribeDedicatedClusterOrders请求参数结构体
Instance Attribute Summary collapse
- #ActionType ⇒ Object
- #DedicatedClusterIds ⇒ Object
- #DedicatedClusterOrderIds ⇒ Object
- #Limit ⇒ Object
- #Offset ⇒ Object
- #OrderTypes ⇒ Object
- #Status ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(dedicatedclusterids = nil, dedicatedclusterorderids = nil, offset = nil, limit = nil, status = nil, actiontype = nil, ordertypes = nil) ⇒ DescribeDedicatedClusterOrdersRequest
constructor
A new instance of DescribeDedicatedClusterOrdersRequest.
Constructor Details
#initialize(dedicatedclusterids = nil, dedicatedclusterorderids = nil, offset = nil, limit = nil, status = nil, actiontype = nil, ordertypes = nil) ⇒ DescribeDedicatedClusterOrdersRequest
Returns a new instance of DescribeDedicatedClusterOrdersRequest.
1178 1179 1180 1181 1182 1183 1184 1185 1186 |
# File 'lib/v20201214/models.rb', line 1178 def initialize(dedicatedclusterids=nil, dedicatedclusterorderids=nil, offset=nil, limit=nil, status=nil, actiontype=nil, ordertypes=nil) @DedicatedClusterIds = dedicatedclusterids @DedicatedClusterOrderIds = dedicatedclusterorderids @Offset = offset @Limit = limit @Status = status @ActionType = actiontype @OrderTypes = ordertypes end |
Instance Attribute Details
#ActionType ⇒ Object
1176 1177 1178 |
# File 'lib/v20201214/models.rb', line 1176 def ActionType @ActionType end |
#DedicatedClusterIds ⇒ Object
1176 1177 1178 |
# File 'lib/v20201214/models.rb', line 1176 def DedicatedClusterIds @DedicatedClusterIds end |
#DedicatedClusterOrderIds ⇒ Object
1176 1177 1178 |
# File 'lib/v20201214/models.rb', line 1176 def DedicatedClusterOrderIds @DedicatedClusterOrderIds end |
#Limit ⇒ Object
1176 1177 1178 |
# File 'lib/v20201214/models.rb', line 1176 def Limit @Limit end |
#Offset ⇒ Object
1176 1177 1178 |
# File 'lib/v20201214/models.rb', line 1176 def Offset @Offset end |
#OrderTypes ⇒ Object
1176 1177 1178 |
# File 'lib/v20201214/models.rb', line 1176 def OrderTypes @OrderTypes end |
#Status ⇒ Object
1176 1177 1178 |
# File 'lib/v20201214/models.rb', line 1176 def Status @Status end |
Instance Method Details
#deserialize(params) ⇒ Object
1188 1189 1190 1191 1192 1193 1194 1195 1196 |
# File 'lib/v20201214/models.rb', line 1188 def deserialize(params) @DedicatedClusterIds = params['DedicatedClusterIds'] @DedicatedClusterOrderIds = params['DedicatedClusterOrderIds'] @Offset = params['Offset'] @Limit = params['Limit'] @Status = params['Status'] @ActionType = params['ActionType'] @OrderTypes = params['OrderTypes'] end |