Resource: TagHold
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 
.
| JSON representation | 
|---|
| { "name" : string , "holder" : string , "origin" : string , "helpLink" : string , "createTime" : string } | 
| Fields | |
|---|---|
| name |   Output only. The resource name of a TagHold. This is a String of the form:  | 
| holder |   Required. The name of the resource where the TagValue is being used. Must be less than 200 characters. E.g.  | 
| origin |   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.  | 
| helpLink |   Optional. A URL where an end user can learn more about removing this hold. E.g.  | 
| createTime |   Output only. The time this TagHold was created. Uses RFC 3339, where generated output will always be Z-normalized and uses 0, 3, 6 or 9 fractional digits. Offsets other than "Z" are also accepted. Examples:  | 
| Methods | |
|---|---|
|   | Creates a TagHold. | 
|   | Deletes a TagHold. | 
|   | Lists TagHolds under a TagValue. | 

