Audit Manager v1 API - Class ListAuditSchedulesResponse (1.3.0)

public sealed class ListAuditSchedulesResponse : IMessage<ListAuditSchedulesResponse>, IEquatable<ListAuditSchedulesResponse>, IDeepCloneable<ListAuditSchedulesResponse>, IBufferMessage, IMessage, IPageResponse<AuditSchedule>, IEnumerable<AuditSchedule>, IEnumerable

Reference documentation and code samples for the Audit Manager v1 API class ListAuditSchedulesResponse.

Response message for [ListAuditSchedules][google.cloud.auditmanager.v1.AuditManager.ListAuditSchedules].

Inheritance

object > ListAuditSchedulesResponse

Namespace

Google.Cloud.AuditManager.V1

Assembly

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