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

GenericObjectAddMessageResponse

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

Response to adding a new issuer message to the object. This contains the entire updated GenericObject.

interface GenericObjectAddMessageResponse {
resource?: GenericObject;
}

§Properties

§

The updated GenericObject resource.