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

RefreshSubscriptionResponse

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

Message for response when you refresh a subscription.

interface RefreshSubscriptionResponse {
subscription?: Subscription;
}

§Properties

§
subscription?: Subscription
[src]

The refreshed subscription resource.