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

RevokeSubscriptionRequest

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

Message for revoking a subscription.

interface RevokeSubscriptionRequest {
revokeCommercial?: boolean;
}

§Properties

§
revokeCommercial?: boolean
[src]

Optional. If the subscription is commercial then this field must be set to true, otherwise a failure is thrown. This acts as a safety guard to avoid revoking commercial subscriptions accidentally.