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

GoogleCloudPaymentsResellerSubscriptionV1GoogleHomePayload

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

Payload specific for Google Home products.

interface GoogleCloudPaymentsResellerSubscriptionV1GoogleHomePayload {
readonly attachedToGoogleStructure?: boolean;
partnerStructureId?: string;
}

§Properties

§
readonly attachedToGoogleStructure?: boolean
[src]

Output only. This identifies whether the subscription is attached to a Google Home structure.

§
partnerStructureId?: string
[src]

Optional. This identifies the structure ID on partner side that the subscription should be applied to. Only required when the partner requires structure mapping.