Class: Google::Cloud::ResourceManager::V3::GetOrganizationRequest

Inherits:
Object
  • Object
show all
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

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".

Returns:

  • (::String)

    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