public sealed class GetOrganizationRequest : IMessage<GetOrganizationRequest>, IEquatable<GetOrganizationRequest>, IDeepCloneable<GetOrganizationRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Resource Manager v3 API class GetOrganizationRequest.
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 document provides reference documentation for the `GetOrganizationRequest` class within the Cloud Resource Manager v3 API for .NET."],["`GetOrganizationRequest` is the request type used to retrieve organization information, requiring the resource name of the organization in the format \"organizations/[organizationId]\"."],["The `name` property of the `GetOrganizationRequest` class is a required string representing the resource name and is available as a string type, or `OrganizationName`."],["The class implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` interfaces, extending its functionality and usability."],["Version 2.5.0 is the most recent release of this class, while versions range from 1.0.0 to 2.5.0, each with associated documentation."]]],[]]