Class: Google::Cloud::ResourceManager::V3::GetOrganizationRequest
- Inherits:
-
Object
- Object
- Google::Cloud::ResourceManager::V3::GetOrganizationRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/resourcemanager/v3/organizations.rb
Overview
The request sent to the GetOrganization
method. The name
field is
required. organization_id
is no longer accepted.
Instance Attribute Summary collapse
-
#name ⇒ ::String
Required.
Instance Attribute Details
#name ⇒ ::String
Returns 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".
81 82 83 84 |
# File 'proto_docs/google/cloud/resourcemanager/v3/organizations.rb', line 81 class GetOrganizationRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |