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."],[[["The `GetOrganizationRequest` class is used to request organization data, and it is the request sent to the `GetOrganization` method, requiring the `name` field."],["The latest version available is 2.5.0, while the content provided references version 1.0.0 of the `GetOrganizationRequest`."],["The `GetOrganizationRequest` class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `GetOrganizationRequest` class includes properties such as `Name` (a string) and `OrganizationName` which is a type of `OrganizationName`."],["`organization_id` is no longer an accepted field, and now the required format for the organization's name is `organizations/[organizationId]`, such as `organizations/1234`."]]],[]]