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, which is used to request the deletion of a realm in the Google Cloud Gaming service."],["The `DeleteRealmRequest` class implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, offering functionalities such as deep cloning and buffer message handling."],["The latest version of the API is 2.2.0, while the documented class `DeleteRealmRequest` is found within version 1.2.0 of the `Google.Cloud.Gaming.V1` namespace."],["`DeleteRealmRequest` class has two constructors: a parameterless constructor, and a constructor accepting a `DeleteRealmRequest` object as a parameter, allowing for object cloning."],["It has two key properties: `Name`, a string for the realm's full resource name, and `RealmName`, which is a `RealmName`-typed view over the `Name` property."]]],[]]