Class: TencentCloud::Gse::V20191112::CreateFleetResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Gse::V20191112::CreateFleetResponse
- Defined in:
- lib/v20191112/models.rb
Overview
CreateFleet返回参数结构体
Instance Attribute Summary collapse
-
#FleetAttributes ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。.
-
#RequestId ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。.
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(fleetattributes = nil, requestid = nil) ⇒ CreateFleetResponse
constructor
A new instance of CreateFleetResponse.
Constructor Details
#initialize(fleetattributes = nil, requestid = nil) ⇒ CreateFleetResponse
Returns a new instance of CreateFleetResponse.
793 794 795 796 |
# File 'lib/v20191112/models.rb', line 793 def initialize(fleetattributes=nil, requestid=nil) @FleetAttributes = fleetattributes @RequestId = requestid end |
Instance Attribute Details
#FleetAttributes ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
791 792 793 |
# File 'lib/v20191112/models.rb', line 791 def FleetAttributes @FleetAttributes end |
#RequestId ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
791 792 793 |
# File 'lib/v20191112/models.rb', line 791 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
798 799 800 801 802 803 804 |
# File 'lib/v20191112/models.rb', line 798 def deserialize(params) unless params['FleetAttributes'].nil? @FleetAttributes = FleetAttributes.new @FleetAttributes.deserialize(params['FleetAttributes']) end @RequestId = params['RequestId'] end |