public sealed class ProjectsSetDefaultNetworkTierRequest : IMessage<ProjectsSetDefaultNetworkTierRequest>, IEquatable<ProjectsSetDefaultNetworkTierRequest>, IDeepCloneable<ProjectsSetDefaultNetworkTierRequest>, 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-21 UTC."],[[["This webpage details the `ProjectsSetDefaultNetworkTierRequest` class within the `Google.Cloud.Compute.V1` namespace, as part of the .NET library, with the current version being 2.4.0."],["The latest version available is 3.6.0, and the page provides access to a range of historical versions, from 1.0.0 to 3.6.0, of the library and its components."],["The `ProjectsSetDefaultNetworkTierRequest` class inherits from `Object` and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["This class has two constructors: a default one (`ProjectsSetDefaultNetworkTierRequest()`) and a copy constructor (`ProjectsSetDefaultNetworkTierRequest(ProjectsSetDefaultNetworkTierRequest other)`), both used to create instances of this object."],["The class has two properties `HasNetworkTier`, a boolean that determines if the network tier is set, and `NetworkTier`, a string that sets the default network tier."]]],[]]