Class: TencentCloud::Mps::V20190612::DescribeGroupAttachFlowsByIdResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Mps::V20190612::DescribeGroupAttachFlowsByIdResponse
- Defined in:
- lib/v20190612/models.rb
Overview
DescribeGroupAttachFlowsById返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(infos = nil, requestid = nil) ⇒ DescribeGroupAttachFlowsByIdResponse
constructor
A new instance of DescribeGroupAttachFlowsByIdResponse.
Constructor Details
#initialize(infos = nil, requestid = nil) ⇒ DescribeGroupAttachFlowsByIdResponse
Returns a new instance of DescribeGroupAttachFlowsByIdResponse.
12456 12457 12458 12459 |
# File 'lib/v20190612/models.rb', line 12456 def initialize(infos=nil, requestid=nil) @Infos = infos @RequestId = requestid end |
Instance Attribute Details
#Infos ⇒ Object
12454 12455 12456 |
# File 'lib/v20190612/models.rb', line 12454 def Infos @Infos end |
#RequestId ⇒ Object
12454 12455 12456 |
# File 'lib/v20190612/models.rb', line 12454 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
12461 12462 12463 12464 12465 12466 12467 12468 12469 12470 12471 |
# File 'lib/v20190612/models.rb', line 12461 def deserialize(params) unless params['Infos'].nil? @Infos = [] params['Infos'].each do |i| flowinoutresp_tmp = FlowInOutResp.new flowinoutresp_tmp.deserialize(i) @Infos << flowinoutresp_tmp end end @RequestId = params['RequestId'] end |