View Source GoogleApi.CloudAsset.V1.Model.EffectiveTagDetails (google_api_cloud_asset v0.35.0)

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

Attributes

  • attachedResource (type: String.t, default: nil) - The full resource name of the ancestor from which an effective_tag is inherited, according to tag inheritance.
  • effectiveTags (type: list(GoogleApi.CloudAsset.V1.Model.Tag.t), default: nil) - 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.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.CloudAsset.V1.Model.EffectiveTagDetails{
  attachedResource: String.t() | nil,
  effectiveTags: [GoogleApi.CloudAsset.V1.Model.Tag.t()] | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.