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 document provides information on the `DeleteRealmRequest` class, which is used to request the deletion of a realm in the Google Cloud Gaming service."],["The `DeleteRealmRequest` class is part of the `Google.Cloud.Gaming.V1` namespace and is defined in the `Google.Cloud.Gaming.V1.dll` assembly."],["The class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, which provide various functionalities for the class."],["It has two constructors, one default and one that takes another `DeleteRealmRequest` object as a parameter for creating a new instance."],["The class includes properties `Name` (a string) and `RealmName` (a typed view over `Name`), where `Name` is a required property indicating the specific realm to delete in the format `projects/{project}/locations/{location}/realms/{realm}`."]]],[]]