public sealed class ListControlsResponse : IMessage<ListControlsResponse>, IEquatable<ListControlsResponse>, IDeepCloneable<ListControlsResponse>, IBufferMessage, IMessage, IPageResponse<Control>, IEnumerable<Control>, IEnumerableReference documentation and code samples for the Audit Manager v1 API class ListControlsResponse.
Response message for [ListControls][google.cloud.auditmanager.v1.AuditManager.ListControls].
Implements
IMessageListControlsResponse, IEquatableListControlsResponse, IDeepCloneableListControlsResponse, IBufferMessage, IMessage, IPageResponseControl, IEnumerableControl, IEnumerableNamespace
Google.Cloud.AuditManager.V1Assembly
Google.Cloud.AuditManager.V1.dll
Constructors
ListControlsResponse()
public ListControlsResponse()ListControlsResponse(ListControlsResponse)
public ListControlsResponse(ListControlsResponse other)| Parameter | |
|---|---|
| Name | Description |
other |
ListControlsResponse |
Properties
Controls
public RepeatedField<Control> Controls { get; }Output only. Controls for a given regulatory standard.
| Property Value | |
|---|---|
| Type | Description |
RepeatedFieldControl |
|
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<Control> GetEnumerator()Returns an enumerator that iterates through the resources in this response.
| Returns | |
|---|---|
| Type | Description |
IEnumeratorControl |
|