GoogleApi.CloudResourceManager.V3.Model.TagBinding (google_api_cloud_resource_manager v0.41.0) View Source

A TagBinding represents a connection between a TagValue and a cloud resource (currently project, folder, or organization). Once a TagBinding is created, the TagValue is applied to all the descendants of the cloud resource.

Attributes

  • name (type: String.t, default: nil) - Output only. The name of the TagBinding. This is a String of the form: tagBindings/{full-resource-name}/{tag-value-name} (e.g. tagBindings/%2F%2Fcloudresourcemanager.googleapis.com%2Fprojects%2F123/tagValues/456).
  • parent (type: String.t, default: nil) - The full resource name of the resource the TagValue is bound to. E.g. //cloudresourcemanager.googleapis.com/projects/123
  • tagValue (type: String.t, default: nil) - The TagValue of the TagBinding. Must be of the form tagValues/456.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

t() :: %GoogleApi.CloudResourceManager.V3.Model.TagBinding{
  name: String.t() | nil,
  parent: String.t() | nil,
  tagValue: String.t() | nil
}

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.