public sealed class DeleteRealmRequest : IMessage<DeleteRealmRequest>, IEquatable<DeleteRealmRequest>, IDeepCloneable<DeleteRealmRequest>, 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 page provides documentation for the `DeleteRealmRequest` class within the `Google.Cloud.Gaming.V1` namespace, specifically for version 2.0.0 of the Google Cloud Gaming .NET library."],["`DeleteRealmRequest` is a request message used to delete a realm within the Google Cloud Gaming service."],["The class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the base `Object` class."],["The `DeleteRealmRequest` class includes properties such as `Name`, which is a required string specifying the realm to delete, and `RealmName`, which is a typed view over the resource name property."],["Several previous versions of the `DeleteRealmRequest` class documentation are also linked, ranging from version 1.1.0 to 2.2.0, allowing you to access historical documentation."]]],[]]