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

BillingAssignmentsListResponse

import type { BillingAssignmentsListResponse } from "https://googleapis.deno.dev/v1/dfareporting:v4.ts";

Billing assignment List Response

interface BillingAssignmentsListResponse {
billingAssignments?: BillingAssignment[];
kind?: string;
}

§Properties

§
billingAssignments?: BillingAssignment[]
[src]

Billing assignments collection.

§
kind?: string
[src]

Identifies what kind of resource this is. Value: the fixed string "dfareporting#billingAssignmentsListResponse".