public MapField<string, string> ResourceManagerTags { get; }
Resource manager tags to be bound to the disk. 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-03-31 UTC."],[[["The provided content details the `DiskParams` class within the Google Cloud Compute Engine v1 API, showing a list of different versions of this class, ranging from version 1.0.0 to the latest version, 3.6.0."],["The `DiskParams` class is part of the `Google.Cloud.Compute.V1` namespace and is located in the `Google.Cloud.Compute.V1.dll` assembly, detailing the structure and location of this class."],["`DiskParams` is a sealed class, inheriting from `object` and implementing multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, showing the range of class features."],["The class has two constructors and one main property, `ResourceManagerTags`, which is a `MapField` type used for managing tags associated with the disk, offering functionality for tag-based resource management."],["The content includes links to the documentation for each version of `DiskParams`, the parent namespaces, classes, and interfaces, which allows users to easily navigate and explore these related components."]]],[]]