Class: Google::Cloud::PolicySimulator::V1::ListReplayResultsResponse
- Inherits:
-
Object
- Object
- Google::Cloud::PolicySimulator::V1::ListReplayResultsResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/policysimulator/v1/simulator.rb
Overview
Response message for Simulator.ListReplayResults.
Instance Attribute Summary collapse
-
#next_page_token ⇒ ::String
A token that you can use to retrieve the next page of ReplayResult objects.
-
#replay_results ⇒ ::Array<::Google::Cloud::PolicySimulator::V1::ReplayResult>
The results of running a Replay.
Instance Attribute Details
#next_page_token ⇒ ::String
Returns A token that you can use to retrieve the next page of ReplayResult objects. If this field is omitted, there are no subsequent pages.
224 225 226 227 |
# File 'proto_docs/google/cloud/policysimulator/v1/simulator.rb', line 224 class ListReplayResultsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#replay_results ⇒ ::Array<::Google::Cloud::PolicySimulator::V1::ReplayResult>
Returns The results of running a Replay.
224 225 226 227 |
# File 'proto_docs/google/cloud/policysimulator/v1/simulator.rb', line 224 class ListReplayResultsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |