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

ListBrandsResponse

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

Response message for ListBrands.

interface ListBrandsResponse {
brands?: Brand[];
}

§Properties

§
brands?: Brand[]
[src]

Brands existing in the project.