Class: Google::Cloud::FinancialServices::V1::GetBacktestResultRequest
- Inherits:
-
Object
- Object
- Google::Cloud::FinancialServices::V1::GetBacktestResultRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/financialservices/v1/backtest_result.rb
Overview
Request for retrieving a specific BacktestResult resource.
Instance Attribute Summary collapse
-
#name ⇒ ::String
Required.
Instance Attribute Details
#name ⇒ ::String
Returns Required. The resource name of the BacktestResult.
166 167 168 169 |
# File 'proto_docs/google/cloud/financialservices/v1/backtest_result.rb', line 166 class GetBacktestResultRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |