Cloud Channel v1 API - Class ListReportsRequest (2.16.0)
Stay organized with collections
Save and categorize content based on your preferences.
[Obsolete]
public sealed class ListReportsRequest:IPageRequest, IMessage<ListReportsRequest>, IEquatable<ListReportsRequest>, IDeepCloneable<ListReportsRequest>, IBufferMessage, IMessageReference documentation and code samples for the Cloud Channel v1 API class ListReportsRequest.
Request message for [CloudChannelReportsService.ListReports][google.cloud.channel.v1.CloudChannelReportsService.ListReports].
Implements
IPageRequest, IMessage ListReportsRequest, IEquatable ListReportsRequest, IDeepCloneable ListReportsRequest, IBufferMessage, IMessageNamespace
Google.Cloud.Channel.V1Assembly
Google.Cloud.Channel.V1.dll
Constructors
ListReportsRequest()
public ListReportsRequest()ListReportsRequest(ListReportsRequest)
public ListReportsRequest(ListReportsRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
ListReportsRequest |
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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
string |
|