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."],[[["The latest version available is 3.6.0, which can be found in the provided documentation, alongside other versions from 1.0.0 up to 3.5.0."],["`ProjectsSetDefaultNetworkTierRequest` is a class within the `Google.Cloud.Compute.V1` namespace that is used to define a request to set the default network tier, and it implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` interfaces."],["This class has two constructors: one default and one that takes another `ProjectsSetDefaultNetworkTierRequest` instance as a parameter."],["The `ProjectsSetDefaultNetworkTierRequest` class has two main properties: `HasNetworkTier`, which is a boolean indicating whether the \"network_tier\" field is set, and `NetworkTier`, a string property representing the default network tier."],["This specific documentation is under version 2.8.0 of the library which can be found on the list of the provided versions."]]],[]]