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

GoogleAdsSearchads360V0Resources__CampaignBudget

import type { GoogleAdsSearchads360V0Resources__CampaignBudget } from "https://googleapis.deno.dev/v1/searchads360:v0.ts";

A campaign budget.

interface GoogleAdsSearchads360V0Resources__CampaignBudget {
amountMicros?: bigint;
deliveryMethod?:
| "UNSPECIFIED"
| "UNKNOWN"
| "STANDARD"
| "ACCELERATED";
period?:
| "UNSPECIFIED"
| "UNKNOWN"
| "DAILY"
| "FIXED_DAILY"
| "CUSTOM_PERIOD";
resourceName?: string;
}

§Properties

§
amountMicros?: bigint
[src]

The amount of the budget, in the local currency for the account. Amount is specified in micros, where one million is equivalent to one currency unit. Monthly spend is capped at 30.4 times this amount.

§
deliveryMethod?: "UNSPECIFIED" | "UNKNOWN" | "STANDARD" | "ACCELERATED"
[src]

The delivery method that determines the rate at which the campaign budget is spent. Defaults to STANDARD if unspecified in a create operation.

§
period?: "UNSPECIFIED" | "UNKNOWN" | "DAILY" | "FIXED_DAILY" | "CUSTOM_PERIOD"
[src]

Immutable. Period over which to spend the budget. Defaults to DAILY if not specified.

§
resourceName?: string
[src]

Immutable. The resource name of the campaign budget. Campaign budget resource names have the form: customers/{customer_id}/campaignBudgets/{campaign_budget_id}