View Source GoogleApi.PolicySimulator.V1.Model.GoogleCloudPolicysimulatorV1ListReplayResultsResponse (google_api_policy_simulator v0.3.0)
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.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.PolicySimulator.V1.Model.GoogleCloudPolicysimulatorV1ListReplayResultsResponse{ nextPageToken: String.t() | nil, replayResults: [ GoogleApi.PolicySimulator.V1.Model.GoogleCloudPolicysimulatorV1ReplayResult.t() ] | nil }
Functions
Unwrap a decoded JSON object into its complex fields.