public sealed class ListAuditSchedulesResponse : IMessage<ListAuditSchedulesResponse>, IEquatable<ListAuditSchedulesResponse>, IDeepCloneable<ListAuditSchedulesResponse>, IBufferMessage, IMessage, IPageResponse<AuditSchedule>, IEnumerable<AuditSchedule>, IEnumerableReference documentation and code samples for the Audit Manager v1 API class ListAuditSchedulesResponse.
Response message for [ListAuditSchedules][google.cloud.auditmanager.v1.AuditManager.ListAuditSchedules].
Implements
IMessageListAuditSchedulesResponse, IEquatableListAuditSchedulesResponse, IDeepCloneableListAuditSchedulesResponse, IBufferMessage, IMessage, IPageResponseAuditSchedule, IEnumerableAuditSchedule, IEnumerableNamespace
Google.Cloud.AuditManager.V1Assembly
Google.Cloud.AuditManager.V1.dll
Constructors
ListAuditSchedulesResponse()
public ListAuditSchedulesResponse()ListAuditSchedulesResponse(ListAuditSchedulesResponse)
public ListAuditSchedulesResponse(ListAuditSchedulesResponse other)| Parameter | |
|---|---|
| Name | Description |
other |
ListAuditSchedulesResponse |
Properties
AuditSchedules
public RepeatedField<AuditSchedule> AuditSchedules { get; }List of audit schedules.
| Property Value | |
|---|---|
| Type | Description |
RepeatedFieldAuditSchedule |
|
NextPageToken
public string NextPageToken { get; set; }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 |
|
Unreachable
public RepeatedField<string> Unreachable { get; }Locations that can't be reached.
| Property Value | |
|---|---|
| Type | Description |
RepeatedFieldstring |
|
Methods
GetEnumerator()
public IEnumerator<AuditSchedule> GetEnumerator()Returns an enumerator that iterates through the resources in this response.
| Returns | |
|---|---|
| Type | Description |
IEnumeratorAuditSchedule |
|