module Google::Ads::GoogleAds::V8::Services::CustomerClientLinkService::Paths

Path helper methods for the CustomerClientLinkService API.

Public Instance Methods

customer_path(customer_id: "customers/ click to toggle source

Create a fully-qualified Customer resource string.

The resource will be in the following format:

`customers/{customer_id}`

@param customer_id [String]

@return [::String]

# File lib/google/ads/google_ads/v8/services/customer_client_link_service/paths.rb, line 38
def customer_path customer_id:
  "customers/#{customer_id}"
end