View Source GoogleApi.PolicySimulator.V1.Model.GoogleCloudPolicysimulatorV1ListOrgPolicyViolationsResponse (google_api_policy_simulator v0.3.0)

ListOrgPolicyViolationsResponse is the response message for OrgPolicyViolationsPreviewService.ListOrgPolicyViolations

Attributes

  • nextPageToken (type: String.t, default: nil) - A token that you can use to retrieve the next page of results. If this field is omitted, there are no subsequent pages.
  • orgPolicyViolations (type: list(GoogleApi.PolicySimulator.V1.Model.GoogleCloudPolicysimulatorV1OrgPolicyViolation.t), default: nil) - The list of OrgPolicyViolations

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.PolicySimulator.V1.Model.GoogleCloudPolicysimulatorV1ListOrgPolicyViolationsResponse{
    nextPageToken: String.t() | nil,
    orgPolicyViolations:
      [
        GoogleApi.PolicySimulator.V1.Model.GoogleCloudPolicysimulatorV1OrgPolicyViolation.t()
      ]
      | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.