public sealed class GetDomainRequest : IMessage<GetDomainRequest>, IEquatable<GetDomainRequest>, IDeepCloneable<GetDomainRequest>, IBufferMessage, IMessage
Request message for [GetDomain][google.cloud.managedidentities.v1.GetDomain]
[[["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 outlines the `GetDomainRequest` class within the `Google.Cloud.ManagedIdentities.V1` namespace, which serves as the request message for retrieving domain information."],["The `GetDomainRequest` class is implemented with interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and it inherits from the `Object` class."],["The class includes properties such as `DomainName`, a `DomainName`-typed view over the resource name, and `Name`, which is a required string property specifying the domain resource name."],["There are two constructors available for this class, one default and another for creating an instance based on another existing `GetDomainRequest` object."],["The latest version of `GetDomainRequest` available is 3.3.0, with the page being the documentation for the 2.3.0 version, while it also provides navigation to versions ranging from 2.2.0 to 3.3.0."]]],[]]