module Google::Cloud::ResourceManager::V3::Organizations::Paths
Path helper methods for the Organizations
API.
Public Instance Methods
organization_path(organization: "organizations/
click to toggle source
Create a fully-qualified Organization
resource string.
The resource will be in the following format:
`organizations/{organization}`
@param organization [String]
@return [::String]
# File lib/google/cloud/resource_manager/v3/organizations/paths.rb, line 37 def organization_path organization: "organizations/#{organization}" end