Show / Hide Table of Contents

Class EffectiveTagDetails

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

Inheritance
object
EffectiveTagDetails
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.CloudAsset.v1.Data
Assembly: Google.Apis.CloudAsset.v1.dll
Syntax
public class EffectiveTagDetails : IDirectResponseSchema

Properties

AttachedResource

The full resource name of the ancestor from which effective_tags are inherited, according to tag inheritance.

Declaration
[JsonProperty("attachedResource")]
public virtual string AttachedResource { get; set; }
Property Value
Type Description
string

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

EffectiveTags

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.

Declaration
[JsonProperty("effectiveTags")]
public virtual IList<Tag> EffectiveTags { get; set; }
Property Value
Type Description
IList<Tag>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX