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

ReportPropertyUsageResponse

import type { ReportPropertyUsageResponse } from "https://googleapis.deno.dev/v1/marketingplatformadmin:v1alpha.ts";

Response message for ReportPropertyUsage RPC.

interface ReportPropertyUsageResponse {
billInfo?: BillInfo;
propertyUsages?: PropertyUsage[];
}

§Properties

§
billInfo?: BillInfo
[src]

Bill amount in the specified organization and month. Will be empty if user only has access to usage data.

§
propertyUsages?: PropertyUsage[]
[src]

Usage data for all properties in the specified organization and month.