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-04-09 UTC."],[[["The provided content details the `DiskParams` class within the Google Cloud Compute Engine v1 API, with the current version being 3.5.0, and the latest version being 3.6.0."],["The `DiskParams` class is a part of the `Google.Cloud.Compute.V1` namespace and is defined in the `Google.Cloud.Compute.V1.dll` assembly."],["The content outlines various historical versions of the API, ranging from version 1.0.0 to the latest 3.6.0, offering links to the documentation for each version of `DiskParams`."],["The class `DiskParams` inherits from the base object and implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `DiskParams` class contains properties like `ResourceManagerTags`, which allows the user to apply resource manager tags to the disk, and has constructors that allow it to be created with no parameters or with parameters taken from another DiskParams object."]]],[]]