GoogleApi.PolicySimulator.V1.Model.GoogleCloudPolicysimulatorV1ListReplayResultsResponse (google_api_policy_simulator v0.2.0) View Source
Response message for Simulator.ListReplayResults.
Attributes
-
nextPageToken(type:String.t, default:nil) - A token that you can use to retrieve the next page of ReplayResult objects. If this field is omitted, there are no subsequent pages. -
replayResults(type:list(GoogleApi.PolicySimulator.V1.Model.GoogleCloudPolicysimulatorV1ReplayResult.t), default:nil) - The results of running a Replay.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() ::
%GoogleApi.PolicySimulator.V1.Model.GoogleCloudPolicysimulatorV1ListReplayResultsResponse{
nextPageToken: String.t() | nil,
replayResults:
[
GoogleApi.PolicySimulator.V1.Model.GoogleCloudPolicysimulatorV1ReplayResult.t()
]
| nil
}
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.