AffiliationCopyimport type { Affiliation } from "https://googleapis.deno.dev/v1/databasecenter:v1beta.ts";Affiliation information of a resource interface Affiliation {fullResourceName?: string;lineages?: Lineage[];resourceId?: string;}§Properties§fullResourceName?: string[src]Optional. Full resource name §lineages?: Lineage[][src]Optional. Multiple lineages can be created from a resource. For example, a resource can be replicated to multiple target resources. In this case, there will be multiple lineages for the resource, one for each target resource. §resourceId?: string[src]Optional. resource id of affiliated resource