public sealed class ListAuditReportsResponse : IMessage<ListAuditReportsResponse>, IEquatable<ListAuditReportsResponse>, IDeepCloneable<ListAuditReportsResponse>, IBufferMessage, IMessage, IPageResponse<AuditReport>, IEnumerable<AuditReport>, IEnumerableReference documentation and code samples for the Audit Manager v1 API class ListAuditReportsResponse.
Response message for [ListAuditReports][google.cloud.auditmanager.v1.AuditManager.ListAuditReports].
Implements
IMessageListAuditReportsResponse, IEquatableListAuditReportsResponse, IDeepCloneableListAuditReportsResponse, IBufferMessage, IMessage, IPageResponseAuditReport, IEnumerableAuditReport, IEnumerableNamespace
Google.Cloud.AuditManager.V1Assembly
Google.Cloud.AuditManager.V1.dll
Constructors
ListAuditReportsResponse()
public ListAuditReportsResponse()ListAuditReportsResponse(ListAuditReportsResponse)
public ListAuditReportsResponse(ListAuditReportsResponse other)| Parameter | |
|---|---|
| Name | Description |
other |
ListAuditReportsResponse |
Properties
AuditReports
public RepeatedField<AuditReport> AuditReports { get; }Output only. Audit reports.
| Property Value | |
|---|---|
| Type | Description |
RepeatedFieldAuditReport |
|
NextPageToken
public string NextPageToken { get; set; }Output only. A token that you can send as the page_token in a subsequent
request to retrieve the next page of results. If this field is empty, there
are no subsequent pages.
| Property Value | |
|---|---|
| Type | Description |
string |
|
Methods
GetEnumerator()
public IEnumerator<AuditReport> GetEnumerator()Returns an enumerator that iterates through the resources in this response.
| Returns | |
|---|---|
| Type | Description |
IEnumeratorAuditReport |
|