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 send requests to the `GetOrganization` method."],["The latest version of `GetOrganizationRequest` is 2.5.0, with several older versions also documented, dating back to 1.0.0."],["`GetOrganizationRequest` requires the `name` field to identify the organization, using the format \"organizations/[organizationId]\", and the older `organization_id` is no longer supported."],["The `GetOrganizationRequest` class inherits from `Object` and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `GetOrganizationRequest` class has two constructors and two properties, the `Name` property, which is required, and the `OrganizationName` property, which is a typed view over the `Name`."]]],[]]