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

EffectiveTagDetails

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

The effective tags and the ancestor resources from which they were inherited.

interface EffectiveTagDetails {
attachedResource?: string;
effectiveTags?: Tag[];
}

§Properties

§
attachedResource?: string
[src]

The full resource name of the ancestor from which an effective_tag is inherited, according to tag inheritance.

§
effectiveTags?: Tag[]
[src]

The effective tags inherited from the attached_resource. Note that tags with the same key but different values may attach to resources at a different hierarchy levels. The lower hierarchy tag value will overwrite the higher hierarchy tag value of the same tag key. In this case, the tag value at the higher hierarchy level will be removed. For more information, see tag inheritance.