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

DetailedLeadReportsSearchOptions

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

Additional options for LocalServices#detailedLeadReportsSearch.

interface DetailedLeadReportsSearchOptions {
[endDate.day]?: number;
[endDate.month]?: number;
[endDate.year]?: number;
pageSize?: number;
pageToken?: string;
query?: string;
[startDate.day]?: number;
[startDate.month]?: number;
[startDate.year]?: number;
}

§Properties

§
[endDate.day]?: number
[src]

Day of a month. Must be from 1 to 31 and valid for the year and month, or 0 to specify a year by itself or a year and month where the day isn't significant.

§
[endDate.month]?: number
[src]

Month of a year. Must be from 1 to 12, or 0 to specify a year without a month and day.

§
[endDate.year]?: number
[src]

Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year.

§
pageSize?: number
[src]

The maximum number of accounts to return. If the page size is unset, page size will default to 1000. Maximum page_size is 10000. Optional.

§
pageToken?: string
[src]

The next_page_token value returned from a previous request to SearchDetailedLeadReports that indicates where listing should continue. Optional.

§
query?: string
[src]

A query string for searching for account reports. Caller must provide a customer id of their MCC account with an associated Gaia Mint that allows read permission on their linked accounts. Search expressions are case insensitive. Example query: | Query | Description | |-------------------------|-----------------------------------------------| | manager_customer_id:123 | Get Detailed Lead Report for Manager with id | | | 123. | Required.

§
[startDate.day]?: number
[src]

Day of a month. Must be from 1 to 31 and valid for the year and month, or 0 to specify a year by itself or a year and month where the day isn't significant.

§
[startDate.month]?: number
[src]

Month of a year. Must be from 1 to 12, or 0 to specify a year without a month and day.

§
[startDate.year]?: number
[src]

Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year.