Policy Simulator V1 API - Class Google::Cloud::PolicySimulator::V1::ListOrgPolicyViolationsPreviewsResponse (v1.4.0)

Reference documentation and code samples for the Policy Simulator V1 API class Google::Cloud::PolicySimulator::V1::ListOrgPolicyViolationsPreviewsResponse.

ListOrgPolicyViolationsPreviewsResponse is the response message for OrgPolicyViolationsPreviewService.ListOrgPolicyViolationsPreviews.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#next_page_token

def next_page_token() -> ::String
Returns
  • (::String) — A token that you can use to retrieve the next page of results. If this field is omitted, there are no subsequent pages.

#next_page_token=

def next_page_token=(value) -> ::String
Parameter
  • value (::String) — A token that you can use to retrieve the next page of results. If this field is omitted, there are no subsequent pages.
Returns
  • (::String) — A token that you can use to retrieve the next page of results. If this field is omitted, there are no subsequent pages.

#org_policy_violations_previews

def org_policy_violations_previews() -> ::Array<::Google::Cloud::PolicySimulator::V1::OrgPolicyViolationsPreview>
Returns

#org_policy_violations_previews=

def org_policy_violations_previews=(value) -> ::Array<::Google::Cloud::PolicySimulator::V1::OrgPolicyViolationsPreview>
Parameter
Returns