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

ModifyPushConfigRequest

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

Request for the ModifyPushConfig method.

interface ModifyPushConfigRequest {
pushConfig?: PushConfig;
}

§Properties

§
pushConfig?: PushConfig
[src]

Required. The push configuration for future deliveries. An empty pushConfig indicates that the Pub/Sub system should stop pushing messages from the given subscription and allow messages to be pulled and acknowledged - effectively pausing the subscription if Pull or StreamingPull is not called.