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

BatchRemoveFacetFromObject

import type { BatchRemoveFacetFromObject } from "https://aws-api.deno.dev/v0.3/services/clouddirectory.ts?docs=full";

A batch operation to remove a facet from an object.

interface BatchRemoveFacetFromObject {
ObjectReference: ObjectReference;
SchemaFacet: SchemaFacet;
}

§Properties

§
ObjectReference: ObjectReference
[src]

A reference to the object whose facet will be removed.

§
SchemaFacet: SchemaFacet
[src]

The facet to remove from the object.