public sealed class TimeZone : IMessage<DateTime.Types.TimeZone>, IEquatable<DateTime.Types.TimeZone>, IDeepCloneable<DateTime.Types.TimeZone>, IBufferMessage, IMessage
[[["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-24 UTC."],[[["The webpage provides documentation for the `TimeZone` class within the `Google.Cloud.Dlp.V2` namespace, specifically for version 3.3.0."],["The `TimeZone` class is a component of the `DateTime.Types` and is designed to represent the time zone of a date time object in Google's Data Loss Prevention (DLP) API."],["The class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, for interacting with Google's Protocol Buffers and general .NET functionality."],["The documentation lists available versions of the `TimeZone` class, ranging from 2.15.0 up to the latest version 4.16.0, each with a corresponding link."],["The `TimeZone` class has two constructors, a default constructor, and one that takes another instance of the TimeZone class as a parameter, as well as one property called `OffsetMinutes`, which is used to specify the time zone offset from UTC."]]],[]]