module Google::Ads::GoogleAds::V7::Services::HotelPerformanceViewService::Paths

Path helper methods for the HotelPerformanceViewService API.

Public Instance Methods

hotel_performance_view_path(customer_id: "customers/ click to toggle source

Create a fully-qualified HotelPerformanceView resource string.

The resource will be in the following format:

`customers/{customer_id}/hotelPerformanceView`

@param customer_id [String]

@return [::String]

# File lib/google/ads/google_ads/v7/services/hotel_performance_view_service/paths.rb, line 38
def hotel_performance_view_path customer_id:
  "customers/#{customer_id}/hotelPerformanceView"
end