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

UpdateSubscriptionRequest

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

Request for the UpdateSubscription method.

interface UpdateSubscriptionRequest {
subscription?: Subscription;
updateMask?: string;
}

§Properties

§
subscription?: Subscription
[src]

Required. The updated subscription object.

§
updateMask?: string
[src]

Required. Indicates which fields in the provided subscription to update. Must be specified and non-empty.