Cloud Channel v1 API - Class ListReportsRequest (2.11.0)

[Obsolete]
public sealed class ListReportsRequest : IPageRequest, IMessage<ListReportsRequest>, IEquatable<ListReportsRequest>, IDeepCloneable<ListReportsRequest>, IBufferMessage, IMessage

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

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

Inheritance

object > ListReportsRequest

Namespace

Google.Cloud.Channel.V1

Assembly

Google.Cloud.Channel.V1.dll

Constructors

ListReportsRequest()

public ListReportsRequest()

ListReportsRequest(ListReportsRequest)

public ListReportsRequest(ListReportsRequest other)
Parameter
NameDescription
otherListReportsRequest

Properties

LanguageCode

public string LanguageCode { get; set; }

Optional. The BCP-47 language code, such as "en-US". If specified, the response is localized to the corresponding language code if the original data sources support it. Default is "en-US".

Property Value
TypeDescription
string

PageSize

public int PageSize { get; set; }

Optional. Requested page size of the report. The server might return fewer results than requested. If unspecified, returns 20 reports. The maximum value is 100.

Property Value
TypeDescription
int

PageToken

public string PageToken { get; set; }

Optional. A token that specifies a page of results beyond the first page. Obtained through [ListReportsResponse.next_page_token][google.cloud.channel.v1.ListReportsResponse.next_page_token] of the previous [CloudChannelReportsService.ListReports][google.cloud.channel.v1.CloudChannelReportsService.ListReports] call.

Property Value
TypeDescription
string

Parent

public string Parent { get; set; }

Required. The resource name of the partner account to list available reports for. Parent uses the format: accounts/{account_id}

Property Value
TypeDescription
string