GoogleApi.CloudResourceManager.V3.Model.TagHold (google_api_cloud_resource_manager v0.44.1)

View Source

A TagHold represents the use of a TagValue that is not captured by TagBindings. If a TagValue has any TagHolds, deletion will be blocked. This resource is intended to be created in the same cloud location as the holder.

Attributes

  • createTime (type: DateTime.t, default: nil) - Output only. The time this TagHold was created.
  • helpLink (type: String.t, default: nil) - Optional. A URL where an end user can learn more about removing this hold. E.g. https://cloud.google.com/resource-manager/docs/tags/tags-creating-and-managing
  • holder (type: String.t, default: nil) - Required. The name of the resource where the TagValue is being used. Must be less than 200 characters. E.g. //compute.googleapis.com/compute/projects/myproject/regions/us-east-1/instanceGroupManagers/instance-group
  • name (type: String.t, default: nil) - Output only. The resource name of a TagHold. This is a String of the form: tagValues/{tag-value-id}/tagHolds/{tag-hold-id} (e.g. tagValues/123/tagHolds/456). This resource name is generated by the server.
  • origin (type: String.t, default: nil) - Optional. An optional string representing the origin of this request. This field should include human-understandable information to distinguish origins from each other. Must be less than 200 characters. E.g. migs-35678234

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.CloudResourceManager.V3.Model.TagHold{
  createTime: DateTime.t() | nil,
  helpLink: String.t() | nil,
  holder: String.t() | nil,
  name: String.t() | nil,
  origin: String.t() | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.