Cloud Channel v1 API - Class ListReportsResponse (2.12.0)

[Obsolete]
public sealed class ListReportsResponse : IPageResponse<Report>, IEnumerable<Report>, IEnumerable, IMessage<ListReportsResponse>, IEquatable<ListReportsResponse>, IDeepCloneable<ListReportsResponse>, IBufferMessage, IMessage

Reference documentation and code samples for the Cloud Channel v1 API class ListReportsResponse.

Response message for [CloudChannelReportsService.ListReports][google.cloud.channel.v1.CloudChannelReportsService.ListReports].

Inheritance

object > ListReportsResponse

Namespace

Google.Cloud.Channel.V1

Assembly

Google.Cloud.Channel.V1.dll

Constructors

ListReportsResponse()

public ListReportsResponse()

ListReportsResponse(ListReportsResponse)

public ListReportsResponse(ListReportsResponse other)
Parameter
Name Description
other ListReportsResponse

Properties

NextPageToken

public string NextPageToken { get; set; }

Pass this token to [FetchReportResultsRequest.page_token][google.cloud.channel.v1.FetchReportResultsRequest.page_token] to retrieve the next page of results.

Property Value
Type Description
string

Reports

[Obsolete]
public RepeatedField<Report> Reports { get; }

The reports available to the partner.

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