View Source GoogleApi.PolicySimulator.V1.Model.GoogleCloudPolicysimulatorV1ListOrgPolicyViolationsPreviewsResponse (google_api_policy_simulator v0.3.0)
ListOrgPolicyViolationsPreviewsResponse is the response message for OrgPolicyViolationsPreviewService.ListOrgPolicyViolationsPreviews.
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. -
orgPolicyViolationsPreviews
(type:list(GoogleApi.PolicySimulator.V1.Model.GoogleCloudPolicysimulatorV1OrgPolicyViolationsPreview.t)
, default:nil
) - The list of OrgPolicyViolationsPreview
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.PolicySimulator.V1.Model.GoogleCloudPolicysimulatorV1ListOrgPolicyViolationsPreviewsResponse{ nextPageToken: String.t() | nil, orgPolicyViolationsPreviews: [ GoogleApi.PolicySimulator.V1.Model.GoogleCloudPolicysimulatorV1OrgPolicyViolationsPreview.t() ] | nil }
Functions
Unwrap a decoded JSON object into its complex fields.