Policy Simulator v1 API - Class ListOrgPolicyViolationsPreviewsResponse (1.3.0)

public sealed class ListOrgPolicyViolationsPreviewsResponse : IMessage<ListOrgPolicyViolationsPreviewsResponse>, IEquatable<ListOrgPolicyViolationsPreviewsResponse>, IDeepCloneable<ListOrgPolicyViolationsPreviewsResponse>, IBufferMessage, IMessage, IPageResponse<OrgPolicyViolationsPreview>, IEnumerable<OrgPolicyViolationsPreview>, IEnumerable

Reference documentation and code samples for the Policy Simulator v1 API class ListOrgPolicyViolationsPreviewsResponse.

ListOrgPolicyViolationsPreviewsResponse is the response message for [OrgPolicyViolationsPreviewService.ListOrgPolicyViolationsPreviews][google.cloud.policysimulator.v1.OrgPolicyViolationsPreviewService.ListOrgPolicyViolationsPreviews].

Inheritance

object > ListOrgPolicyViolationsPreviewsResponse

Namespace

Google.Cloud.PolicySimulator.V1

Assembly

Google.Cloud.PolicySimulator.V1.dll

Constructors

ListOrgPolicyViolationsPreviewsResponse()

public ListOrgPolicyViolationsPreviewsResponse()

ListOrgPolicyViolationsPreviewsResponse(ListOrgPolicyViolationsPreviewsResponse)

public ListOrgPolicyViolationsPreviewsResponse(ListOrgPolicyViolationsPreviewsResponse other)
Parameter
Name Description
other ListOrgPolicyViolationsPreviewsResponse

Properties

NextPageToken

public string NextPageToken { get; set; }

A token that you can use to retrieve the next page of results. If this field is omitted, there are no subsequent pages.

Property Value
Type Description
string

OrgPolicyViolationsPreviews

public RepeatedField<OrgPolicyViolationsPreview> OrgPolicyViolationsPreviews { get; }

The list of OrgPolicyViolationsPreview

Property Value
Type Description
RepeatedFieldOrgPolicyViolationsPreview

Methods

GetEnumerator()

public IEnumerator<OrgPolicyViolationsPreview> GetEnumerator()

Returns an enumerator that iterates through the resources in this response.

Returns
Type Description
IEnumeratorOrgPolicyViolationsPreview