Class: TencentCloud::Gse::V20191112::ListFleetsResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Gse::V20191112::ListFleetsResponse
- Defined in:
- lib/v20191112/models.rb
Overview
ListFleets返回参数结构体
Instance Attribute Summary collapse
-
#FleetIds ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。.
-
#RequestId ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。.
-
#TotalCount ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。.
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(fleetids = nil, totalcount = nil, requestid = nil) ⇒ ListFleetsResponse
constructor
A new instance of ListFleetsResponse.
Constructor Details
#initialize(fleetids = nil, totalcount = nil, requestid = nil) ⇒ ListFleetsResponse
Returns a new instance of ListFleetsResponse.
4403 4404 4405 4406 4407 |
# File 'lib/v20191112/models.rb', line 4403 def initialize(fleetids=nil, totalcount=nil, requestid=nil) @FleetIds = fleetids @TotalCount = totalcount @RequestId = requestid end |
Instance Attribute Details
#FleetIds ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
4401 4402 4403 |
# File 'lib/v20191112/models.rb', line 4401 def FleetIds @FleetIds end |
#RequestId ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
4401 4402 4403 |
# File 'lib/v20191112/models.rb', line 4401 def RequestId @RequestId end |
#TotalCount ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
4401 4402 4403 |
# File 'lib/v20191112/models.rb', line 4401 def TotalCount @TotalCount end |
Instance Method Details
#deserialize(params) ⇒ Object
4409 4410 4411 4412 4413 |
# File 'lib/v20191112/models.rb', line 4409 def deserialize(params) @FleetIds = params['FleetIds'] @TotalCount = params['TotalCount'] @RequestId = params['RequestId'] end |