public sealed class GetOrganizationRequest : IMessage<GetOrganizationRequest>, IEquatable<GetOrganizationRequest>, IDeepCloneable<GetOrganizationRequest>, IBufferMessage, IMessage
The request sent to the GetOrganization method. The name field is
required. organization_id is no longer accepted.
Required. The resource name of the Organization to fetch. This is the organization's
relative path in the API, formatted as "organizations/[organizationId]".
For example, "organizations/1234".
[[["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 webpage provides documentation for the `GetOrganizationRequest` class, which is used to request organization information within Google Cloud's Resource Manager."],["The `GetOrganizationRequest` class is part of the `Google.Cloud.ResourceManager.V3` namespace and is implemented in the `Google.Cloud.ResourceManager.V3.dll` assembly."],["The class is a sealed type, inheriting from `Object` and implementing interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["To retrieve an organization, the `Name` property must be set with the organization's resource name, formatted as \"organizations/[organizationId]\"."],["The most current version available for use is 2.5.0, with previous versions available from 1.0.0 to 2.4.0."]]],[]]