Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

GoogleCloudChannelV1RunReportJobRequest

import type { GoogleCloudChannelV1RunReportJobRequest } from "https://googleapis.deno.dev/v1/cloudchannel:v1.ts";

Request message for CloudChannelReportsService.RunReportJob.

interface GoogleCloudChannelV1RunReportJobRequest {
filter?: string;
languageCode?: string;
}

§Properties

§

Optional. The range of usage or invoice dates to include in the result.

§
filter?: string
[src]

Optional. A structured string that defines conditions on dimension columns to restrict the report output. Filters support logical operators (AND, OR, NOT) and conditional operators (=, !=, <, >, <=, and >=) using column_id as keys. For example: `(customer:"accounts/C123abc/customers/S456def" OR customer:"accounts/C123abc/customers/S789ghi") AND invoice_start_date.year

= 2022`

§
languageCode?: string
[src]

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".