public sealed class ListReportsResponse : IMessage<ListReportsResponse>, IEquatable<ListReportsResponse>, IDeepCloneable<ListReportsResponse>, IBufferMessage, IMessage, IPageResponse<Report>, IEnumerable<Report>, IEnumerableReference documentation and code samples for the App Optimize v1beta API class ListReportsResponse.
Response message for the ListReports method.
Implements
IMessageListReportsResponse, IEquatableListReportsResponse, IDeepCloneableListReportsResponse, IBufferMessage, IMessage, IPageResponseReport, IEnumerableReport, IEnumerableNamespace
Google.Cloud.AppOptimize.V1BetaAssembly
Google.Cloud.AppOptimize.V1Beta.dll
Constructors
ListReportsResponse()
public ListReportsResponse()ListReportsResponse(ListReportsResponse)
public ListReportsResponse(ListReportsResponse other)| Parameter | |
|---|---|
| Name | Description |
other |
ListReportsResponse |
Properties
NextPageToken
public string NextPageToken { get; set; }A token that can be sent as page_token to retrieve the next page.
If this field is empty, there are no subsequent pages.
| Property Value | |
|---|---|
| Type | Description |
string |
|
Reports
public RepeatedField<Report> Reports { get; }The list of reports.
| Property Value | |
|---|---|
| Type | Description |
RepeatedFieldReport |
|
Methods
GetEnumerator()
public IEnumerator<Report> GetEnumerator()Returns an enumerator that iterates through the resources in this response.
| Returns | |
|---|---|
| Type | Description |
IEnumeratorReport |
|