public MapField<string, string> ResourceManagerTags { get; }
Resource manager tags to be bound to the instance. Tag keys and values have the same definition as resource manager tags. Keys must be in the format tagKeys/{tag_key_id}, and values are in the format tagValues/456. The field is ignored (both PUT & PATCH) when empty.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-04-09 UTC."],[[["The documentation covers various versions of the `InstanceParams` class within the `Google.Cloud.Compute.V1` namespace, ranging from version 1.0.0 to the latest 3.6.0."],["`InstanceParams` is a class within the Compute Engine v1 API, designed to handle additional instance parameter configurations."],["The `InstanceParams` class inherits from `object` and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, demonstrating its role in the .NET framework and Google Cloud API."],["The class provides constructors, including a default constructor and one for creating a copy of another `InstanceParams` instance."],["`InstanceParams` contains a property `ResourceManagerTags`, which allows for the binding of resource manager tags to an instance, using key-value pairs formatted according to resource manager tag standards."]]],[]]