class Google::Apis::PolicysimulatorV1beta1::GoogleCloudPolicysimulatorV1beta1ListReplayResultsResponse
Response message for Simulator.ListReplayResults.
Attributes
next_page_token[RW]
A token that you can use to retrieve the next page of ReplayResult objects. If this field is omitted, there are no subsequent pages. Corresponds to the JSON property `nextPageToken` @return [String]
replay_results[RW]
The results of running a Replay. Corresponds to the JSON property `replayResults` @return [Array<Google::Apis::PolicysimulatorV1beta1::GoogleCloudPolicysimulatorV1beta1ReplayResult>]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/policysimulator_v1beta1/classes.rb, line 511 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File lib/google/apis/policysimulator_v1beta1/classes.rb, line 516 def update!(**args) @next_page_token = args[:next_page_token] if args.key?(:next_page_token) @replay_results = args[:replay_results] if args.key?(:replay_results) end