GoogleApi.PolicySimulator.V1.Model.GoogleCloudPolicysimulatorV1ListReplayResultsResponse (google_api_policy_simulator v0.7.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.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() ::
  %GoogleApi.PolicySimulator.V1.Model.GoogleCloudPolicysimulatorV1ListReplayResultsResponse{
    nextPageToken: String.t() | nil,
    replayResults:
      [
        GoogleApi.PolicySimulator.V1.Model.GoogleCloudPolicysimulatorV1ReplayResult.t()
      ]
      | nil
  }

Functions

decode(value, options)

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.